What i have done:
1. change: consultnj.com. 14400 in A 66.197.130.245
to:consultnj.com. 14400 in A 66.159.194.113
2. change: consultnj.com. 14400 in mx 0 consultnj.com.
to:consultnj.com. 14400 in mx 0 mail.consultnj.com.
3. change: mail 14400 in cname consultnj.com.
to:mail 14400 in A 66.197.130.245
comment:
66.197.130.245 is ip address of our server.
66.159.194.113 is ip address of other hosting company's server.
After this, i test using ssh(66.197.130.245 )
1.
-bash-2.05b$ dig consultnj.com@localhost
; <<>> DiG 9.2.3 <<>> consultnj.com@localhost
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 20227
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;consultnj.com\@localhost. IN A
;; AUTHORITY SECTION:
. 10800 IN SOA A.ROOT-SERVERS.NET. NSTLD.VERISIGN-GRS.COM. 2006071101 1800 900 604800 86400
;; Query time: 116 msec
;; SERVER: 66.197.130.245#53(66.197.130.245)
;; WHEN: Tue Jul 11 23:56:42 2006
;; MSG SIZE rcvd: 116
2.
-bash-2.05b$ dig consultnj.com@localhost
; <<>> DiG 9.2.3 <<>> consultnj.com@localhost
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 20227
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;consultnj.com\@localhost. IN A
;; AUTHORITY SECTION:
. 10800 IN SOA A.ROOT-SERVERS.NET. NSTLD.VERISIGN-GRS.COM. 2006071101 1800 900 604800 86400
;; Query time: 116 msec
;; SERVER: 66.197.130.245#53(66.197.130.245)
;; WHEN: Tue Jul 11 23:56:42 2006
;; MSG SIZE rcvd: 116
Why is the result the same? I did not see the ip address is changed. Did i do something wrong?