hello
i'm new here, and i'm moving my host to rackshack...
my domain is sitespreview.com, and i have the following IPs on my account:
- 64.246.15.62
- 64.246.15.75
that's what i did:
- went to my registrar (godaddy) and request creation of ns1.sitespreview.com / ns2.sitespreview.com
- configured my server as follow:
root@server [~]# cat /etc/nameserverips
64.246.15.62=ns1.sitespreview.com
64.246.15.75=ns2.sitespreview.com
root@server [~]# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME="server.sitespreview.com"
GATEWAY="64.246.15.1"
GATEWAYDEV="eth0"
FORWARD_IPV4="yes"
IPX="no"
IPXINTERNALNETNUM="0"
IPXINTERNALNODENUM="0"
IPXAUTOPRIMARY="on"
IPXAUTOFRAME="on"
root@server [~]# cat /etc/hosts
64.246.15.62 server.sitespreview.com server
127.0.0.1 localhost
root@server [~]# cat /etc/domainips
216.40.247.19: sitespreview.com
#note... where did WHM found this IP 216.40.247.19???
is it enought to set my domains nameserver to:
ns1.sitespreview.com and ns2.sitespreview.com ?
i already have sites working on my old hosting, so i'm trying to have small downtime on the change
thanks
-- Dave