login community faq

When moving domains from one nameserver to another, one needs to verify that the target nameservers are correctly configured before making the switch. Most nameservers don't allow zone transfer requests any more; how can I do this?

asked Dec 15 '10 at 11:38

rob%20c's gravatar image

rob c
112


Found a partial answer to my own question using the O'Reilly DNS and BIND book:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
% dig @ns1.webfaction.com example.com axfr

; <<>> DiG 9.6.0-APPLE-P2 <<>> @ns1.webfaction.com example.com axfr
; (1 server found)
;; global options: +cmd
example.com.        3600    IN  SOA ns4.webfaction.com. hostmaster.example.com. 1 10800 3600 604800 3600
example.com.        3600    IN  MX  10 mx7.webfaction.com.
example.com.        3600    IN  MX  10 mx8.webfaction.com.
example.com.        3600    IN  MX  10 mx9.webfaction.com.
example.com.        3600    IN  MX  10 mx10.webfaction.com.
example.com.        3600    IN  NS  ns1.webfaction.com.
example.com.        3600    IN  NS  ns2.webfaction.com.
example.com.        3600    IN  NS  ns3.webfaction.com.
example.com.        3600    IN  NS  ns4.webfaction.com.
example.com.        3600    IN  A   174.133.82.194
www.example.com.    3600    IN  A   174.133.82.194
www.example.com.    3600    IN  MX  10 mx7.webfaction.com.
www.example.com.    3600    IN  MX  10 mx8.webfaction.com.
www.example.com.    3600    IN  MX  10 mx9.webfaction.com.
www.example.com.    3600    IN  MX  10 mx10.webfaction.com.
example.com.        3600    IN  SOA ns4.webfaction.com. hostmaster.example.com. 1 10800 3600 604800 3600
;; Query time: 68 msec
;; SERVER: 207.44.144.46#53(207.44.144.46)
;; WHEN: Wed Dec 15 12:40:43 2010
;; XFR size: 16 records (messages 1, bytes 376)

I'm not sure if this is comprehensive or not.

answered Dec 15 '10 at 11:42

rob%20c's gravatar image

rob c
112

edited Dec 15 '10 at 11:43

Most servers will not allow axfr requests (DNS zone transfer).

(Dec 15 '10 at 11:44) aaronh ♦♦ aaronh's gravatar image

At the moment I only care about WebFaction's nameservers, and per above it seems to work. If WebFaction is going to remove the ability to do this, then it should be added to the control panel. (Actually the ability to list a zone should be added to the control panel regardless...)

(Dec 15 '10 at 11:47) rob c rob%20c's gravatar image

If you only need our name server information, you can find it in our documentation here: http://docs.webfaction.com/user-guide/domains.html#pointing-your-domain-to-webfaction-s-servers

(Dec 15 '10 at 11:52) aaronh ♦♦ aaronh's gravatar image

I'm not sure which DNS records you need. If you only need name server records, you can get them using the following command:

1
dig ns domain.com

You would need to replace domain.com with the domain in question.

Or, you can use nslookup. Just enter nslookup at the command line. Then, if you want name server records, enter the following:

1
2
set querytype=NS
domain.com

Again, replace domain.com with the correct domain.

answered Dec 15 '10 at 11:47

aaronh's gravatar image

aaronh ♦♦
12743

Your answer
If you have an answer to the above question, then use the form below. Otherwise, use the appropriate 'add new comment' button above to post your feedback.
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×57
×8
×1

Asked: Dec 15 '10 at 11:38

Seen: 9,861 times

Last updated: Dec 15 '10 at 11:52

Plans & prices    Sign up    Why WebFaction?    Contact us    Affiliate program    Support    Legal    Jobs    Blog    Control panel login
Powered by OSQA
© Copyright 2003-2012 Swarma Limited - WebFaction is a service of Swarma Limited