Forward a domain under CWP account to new IP/Server without modifying nameserver [closed]domain not accessable without www prefixForward Lookup Zone Domain, Name Server IP “Unknown”Roots server do not update my new nameserver (CentOS bind DNS server)Need help for configuring a dns serverWindows Server Domain Controller doesn't forward DNS queries from clientChanging A record and CNAME recordsHow to delegate DNS for a subdomain to my own BIND9 server?DNS/Name server: Configure Bind as an Authoritative-Only DNS ServerIs it Okay for an MX Record to Differ from Incoming/Outgoing Mail Server Address?External DNS to manage Domain // Ways to test the own external DNS server
Extension of 2-adic valuation to the real numbers
"The cow" OR "a cow" OR "cows" in this context
Overlay of two functions leaves gaps
"You've called the wrong number" or "You called the wrong number"
How much cash can I safely carry into the USA and avoid civil forfeiture?
Does a large simulator bay have standard public address announcements?
Was there a Viking Exchange as well as a Columbian one?
Map of water taps to fill bottles
How to not starve gigantic beasts
Coordinate my way to the name of the (video) game
What does the integral of a function times a function of a random variable represent, conceptually?
Are there physical dangers to preparing a prepared piano?
How to limit Drive Letters Windows assigns to new removable USB drives
Who was the lone kid in the line of people at the lake at the end of Avengers: Endgame?
Is there really no use for MD5 anymore?
How come there are so many candidates for the 2020 Democratic party presidential nomination?
Can SQL Server create collisions in system generated constraint names?
Pre-plastic human skin alternative
Why was the Spitfire's elliptical wing almost uncopied by other aircraft of World War 2?
Why did some of my point & shoot film photos come back with one third light white or orange?
How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?
Function pointer with named arguments?
Minor Revision with suggestion of an alternative proof by reviewer
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
Forward a domain under CWP account to new IP/Server without modifying nameserver [closed]
domain not accessable without www prefixForward Lookup Zone Domain, Name Server IP “Unknown”Roots server do not update my new nameserver (CentOS bind DNS server)Need help for configuring a dns serverWindows Server Domain Controller doesn't forward DNS queries from clientChanging A record and CNAME recordsHow to delegate DNS for a subdomain to my own BIND9 server?DNS/Name server: Configure Bind as an Authoritative-Only DNS ServerIs it Okay for an MX Record to Differ from Incoming/Outgoing Mail Server Address?External DNS to manage Domain // Ways to test the own external DNS server
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have a CWP installed VPS to host my client websites. I am now migrating to cPanel and can't move all of my sites together. All domains are pointed to this server using nameserver ex. ns1.mydomain.com, I have created new nameserver for the new cPanel installed VPS, like ns3.mydomain.com. But, as I don't have access to those domain control panel I can't update nameservers.
So, I am looking for a way by which I can edit DNS information in CWP installed VPS and point them to the new server. After all, sites successfully moved and tested I will destroy the old server, and point original nameservers to the new server.
So, I am trying to find out a way which will temporary point to the new server for specific domains.
I tried to modify the A record in DNS entry(CWP server)
Below entry is currently activated in the CWP server,
; Generated by CWP
; Zone file for clientdomain.com
$TTL 14400
clientdomain.com. 86400 IN SOA ns1.mydomain.in. clientemail.gmail.com. (
2013071600 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
clientdomain.com. 86400 IN NS ns1.mydomain.in.
clientdomain.com. 86400 IN NS ns2.mydomain.in.
clientdomain.com. IN A NEW_IP_ADDRESS
localhost.clientdomain.com. IN A 127.0.0.1
clientdomain.com. IN MX 0 clientdomain.com.
mail IN CNAME clientdomain.com.
www IN CNAME clientdomain.com.
ftp IN CNAME clientdomain.com.
; Add additional settings below this line
The original entry was,
clientdomain.com. IN A OLD_IP_ADDRESS
But, even after waiting more than 48 hours, it's still not pointing the new IP(cPanel server)
dns-zone
closed as off-topic by Sven♦ Apr 19 at 12:56
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions involving web hosting control panels are off-topic because they customize their systems so that standard system administration methods no longer apply. Some related topics may be asked on Webmasters or see Where can I ask questions about web hosting control panels?" – Sven
add a comment |
I have a CWP installed VPS to host my client websites. I am now migrating to cPanel and can't move all of my sites together. All domains are pointed to this server using nameserver ex. ns1.mydomain.com, I have created new nameserver for the new cPanel installed VPS, like ns3.mydomain.com. But, as I don't have access to those domain control panel I can't update nameservers.
So, I am looking for a way by which I can edit DNS information in CWP installed VPS and point them to the new server. After all, sites successfully moved and tested I will destroy the old server, and point original nameservers to the new server.
So, I am trying to find out a way which will temporary point to the new server for specific domains.
I tried to modify the A record in DNS entry(CWP server)
Below entry is currently activated in the CWP server,
; Generated by CWP
; Zone file for clientdomain.com
$TTL 14400
clientdomain.com. 86400 IN SOA ns1.mydomain.in. clientemail.gmail.com. (
2013071600 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
clientdomain.com. 86400 IN NS ns1.mydomain.in.
clientdomain.com. 86400 IN NS ns2.mydomain.in.
clientdomain.com. IN A NEW_IP_ADDRESS
localhost.clientdomain.com. IN A 127.0.0.1
clientdomain.com. IN MX 0 clientdomain.com.
mail IN CNAME clientdomain.com.
www IN CNAME clientdomain.com.
ftp IN CNAME clientdomain.com.
; Add additional settings below this line
The original entry was,
clientdomain.com. IN A OLD_IP_ADDRESS
But, even after waiting more than 48 hours, it's still not pointing the new IP(cPanel server)
dns-zone
closed as off-topic by Sven♦ Apr 19 at 12:56
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions involving web hosting control panels are off-topic because they customize their systems so that standard system administration methods no longer apply. Some related topics may be asked on Webmasters or see Where can I ask questions about web hosting control panels?" – Sven
Ifclientdomain.comhas their DNS records set to bens1.yourdomain.com, and that is the zone file you are using onns1.yourdomain.comthen it should be working.nslookup clientdomain.com ns1.yourdomain.comshould return the new IP, as should similar pointing to other name servers. Did you update the serial when you made the changes to the zone file?
– ivanivan
Apr 19 at 12:34
Yes, this is zone file under ns1.yourdomain.com No, I have not updated the serial.
– Rajib Deb
Apr 19 at 13:51
Thanks @ivanivan! After updating the serial the issue is fixed
– Rajib Deb
Apr 19 at 14:04
add a comment |
I have a CWP installed VPS to host my client websites. I am now migrating to cPanel and can't move all of my sites together. All domains are pointed to this server using nameserver ex. ns1.mydomain.com, I have created new nameserver for the new cPanel installed VPS, like ns3.mydomain.com. But, as I don't have access to those domain control panel I can't update nameservers.
So, I am looking for a way by which I can edit DNS information in CWP installed VPS and point them to the new server. After all, sites successfully moved and tested I will destroy the old server, and point original nameservers to the new server.
So, I am trying to find out a way which will temporary point to the new server for specific domains.
I tried to modify the A record in DNS entry(CWP server)
Below entry is currently activated in the CWP server,
; Generated by CWP
; Zone file for clientdomain.com
$TTL 14400
clientdomain.com. 86400 IN SOA ns1.mydomain.in. clientemail.gmail.com. (
2013071600 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
clientdomain.com. 86400 IN NS ns1.mydomain.in.
clientdomain.com. 86400 IN NS ns2.mydomain.in.
clientdomain.com. IN A NEW_IP_ADDRESS
localhost.clientdomain.com. IN A 127.0.0.1
clientdomain.com. IN MX 0 clientdomain.com.
mail IN CNAME clientdomain.com.
www IN CNAME clientdomain.com.
ftp IN CNAME clientdomain.com.
; Add additional settings below this line
The original entry was,
clientdomain.com. IN A OLD_IP_ADDRESS
But, even after waiting more than 48 hours, it's still not pointing the new IP(cPanel server)
dns-zone
I have a CWP installed VPS to host my client websites. I am now migrating to cPanel and can't move all of my sites together. All domains are pointed to this server using nameserver ex. ns1.mydomain.com, I have created new nameserver for the new cPanel installed VPS, like ns3.mydomain.com. But, as I don't have access to those domain control panel I can't update nameservers.
So, I am looking for a way by which I can edit DNS information in CWP installed VPS and point them to the new server. After all, sites successfully moved and tested I will destroy the old server, and point original nameservers to the new server.
So, I am trying to find out a way which will temporary point to the new server for specific domains.
I tried to modify the A record in DNS entry(CWP server)
Below entry is currently activated in the CWP server,
; Generated by CWP
; Zone file for clientdomain.com
$TTL 14400
clientdomain.com. 86400 IN SOA ns1.mydomain.in. clientemail.gmail.com. (
2013071600 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
clientdomain.com. 86400 IN NS ns1.mydomain.in.
clientdomain.com. 86400 IN NS ns2.mydomain.in.
clientdomain.com. IN A NEW_IP_ADDRESS
localhost.clientdomain.com. IN A 127.0.0.1
clientdomain.com. IN MX 0 clientdomain.com.
mail IN CNAME clientdomain.com.
www IN CNAME clientdomain.com.
ftp IN CNAME clientdomain.com.
; Add additional settings below this line
The original entry was,
clientdomain.com. IN A OLD_IP_ADDRESS
But, even after waiting more than 48 hours, it's still not pointing the new IP(cPanel server)
dns-zone
dns-zone
asked Apr 19 at 11:47
Rajib DebRajib Deb
1
1
closed as off-topic by Sven♦ Apr 19 at 12:56
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions involving web hosting control panels are off-topic because they customize their systems so that standard system administration methods no longer apply. Some related topics may be asked on Webmasters or see Where can I ask questions about web hosting control panels?" – Sven
closed as off-topic by Sven♦ Apr 19 at 12:56
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions involving web hosting control panels are off-topic because they customize their systems so that standard system administration methods no longer apply. Some related topics may be asked on Webmasters or see Where can I ask questions about web hosting control panels?" – Sven
Ifclientdomain.comhas their DNS records set to bens1.yourdomain.com, and that is the zone file you are using onns1.yourdomain.comthen it should be working.nslookup clientdomain.com ns1.yourdomain.comshould return the new IP, as should similar pointing to other name servers. Did you update the serial when you made the changes to the zone file?
– ivanivan
Apr 19 at 12:34
Yes, this is zone file under ns1.yourdomain.com No, I have not updated the serial.
– Rajib Deb
Apr 19 at 13:51
Thanks @ivanivan! After updating the serial the issue is fixed
– Rajib Deb
Apr 19 at 14:04
add a comment |
Ifclientdomain.comhas their DNS records set to bens1.yourdomain.com, and that is the zone file you are using onns1.yourdomain.comthen it should be working.nslookup clientdomain.com ns1.yourdomain.comshould return the new IP, as should similar pointing to other name servers. Did you update the serial when you made the changes to the zone file?
– ivanivan
Apr 19 at 12:34
Yes, this is zone file under ns1.yourdomain.com No, I have not updated the serial.
– Rajib Deb
Apr 19 at 13:51
Thanks @ivanivan! After updating the serial the issue is fixed
– Rajib Deb
Apr 19 at 14:04
If
clientdomain.com has their DNS records set to be ns1.yourdomain.com, and that is the zone file you are using on ns1.yourdomain.com then it should be working. nslookup clientdomain.com ns1.yourdomain.com should return the new IP, as should similar pointing to other name servers. Did you update the serial when you made the changes to the zone file?– ivanivan
Apr 19 at 12:34
If
clientdomain.com has their DNS records set to be ns1.yourdomain.com, and that is the zone file you are using on ns1.yourdomain.com then it should be working. nslookup clientdomain.com ns1.yourdomain.com should return the new IP, as should similar pointing to other name servers. Did you update the serial when you made the changes to the zone file?– ivanivan
Apr 19 at 12:34
Yes, this is zone file under ns1.yourdomain.com No, I have not updated the serial.
– Rajib Deb
Apr 19 at 13:51
Yes, this is zone file under ns1.yourdomain.com No, I have not updated the serial.
– Rajib Deb
Apr 19 at 13:51
Thanks @ivanivan! After updating the serial the issue is fixed
– Rajib Deb
Apr 19 at 14:04
Thanks @ivanivan! After updating the serial the issue is fixed
– Rajib Deb
Apr 19 at 14:04
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
If
clientdomain.comhas their DNS records set to bens1.yourdomain.com, and that is the zone file you are using onns1.yourdomain.comthen it should be working.nslookup clientdomain.com ns1.yourdomain.comshould return the new IP, as should similar pointing to other name servers. Did you update the serial when you made the changes to the zone file?– ivanivan
Apr 19 at 12:34
Yes, this is zone file under ns1.yourdomain.com No, I have not updated the serial.
– Rajib Deb
Apr 19 at 13:51
Thanks @ivanivan! After updating the serial the issue is fixed
– Rajib Deb
Apr 19 at 14:04