Current time: 05-17-2024, 10:54 AM Hello There, Guest! (LoginRegister)


Post Reply 
DNS axfr
Author Message
sunebeermann Offline
Newbie
*

Posts: 8
Joined: May 2007
Reputation: 0
Post: #1
DNS axfr
Hi

I use a free DNS service in denmark called gratisdns.dk and they offer the service of hidden primary DNS. I would like to use that instead of creating every DNS entry in gratisdns.dk when my server creates it auto. My question is how do i configure the DNS in ispCP to allow zone transfers to the servers from gratisdns.dk via AXFR???

Any help is appreciated..

Best regards.

Sune
07-14-2009 11:10 PM
Find all posts by this user Quote this message in a reply
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #2
RE: DNS axfr
You should add an allow-transfer directive to your /etc/bind/named.conf.options file, like:
Code:
|  options {
|     ...
+    allow-transfer {ip.of.gratisdns.dk;};
|     ...
|  }

Look at bind's docs for more info Smile
07-15-2009 12:46 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #3
RE: DNS axfr
I'd suggest using something like this to force a notify on them if something has changed.
(the ip's are fake - use the ones, gratisdns.dk provides.)


Quote:options {
....
also-notify {10.1.0.15; 172.28.32.7;}; // all zones
....
};
07-15-2009 12:56 AM
Visit this user's website Find all posts by this user Quote this message in a reply
sunebeermann Offline
Newbie
*

Posts: 8
Joined: May 2007
Reputation: 0
Post: #4
RE: DNS axfr
Okay i did try your suggestions but when i try to restart bind with /etc/init.d/bind9 restart
it returns:

Stopping domain name service...: bind.
Starting domain name service...: bind failed!

this is what is in the options part of my bind config file.

options {
allow-transfer {213.173.243.0/28;};
also-notify {213.173.243.0/28;};
};
07-15-2009 05:00 AM
Find all posts by this user Quote this message in a reply
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #5
RE: DNS axfr
also-notify {ip};

not the net ..
(This post was last modified: 07-15-2009 08:16 PM by ephigenie.)
07-15-2009 05:54 AM
Visit this user's website Find all posts by this user Quote this message in a reply
sunebeermann Offline
Newbie
*

Posts: 8
Joined: May 2007
Reputation: 0
Post: #6
RE: DNS axfr
okay now bind starts again, but when i try to use the axfr from Gratisdns.dk webinterface it says that my dns do not allow connection. is there a way that i can test my dns Axfr???

Sune
07-15-2009 06:24 AM
Find all posts by this user Quote this message in a reply
Qwalk Offline
Junior Member
*

Posts: 31
Joined: Jun 2010
Reputation: 0
Post: #7
RE: DNS axfr
bump...
03-10-2011 07:32 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)