PDA

View Full Version : DNS question with stealth dns


ericjl000
2003-11-05, 12:05 PM
I want to point peoples domains to SB dns servers, but want to make my machine the master... how would i go about doing this? i have linix with ensim. i would prefer not to have to add my box ip to 20 different registers and have to wait for everything to propagate...

knightfoo
2003-11-05, 12:12 PM
Originally posted by ericjl000
I want to point peoples domains to SB dns servers, but want to make my machine the master... how would i go about doing this? i have linix with ensim. i would prefer not to have to add my box ip to 20 different registers and have to wait for everything to propagate...

This is just like setting up normal master/slave zones, but your master never gets listed as a nameserver, and you need to make sure the SOA/NS records reflect this.

1. Create the zones on your server.
2. Make sure you have "ns1.geodns.net" in the SOA. You also need the following NS records:

yourdomain.com. IN NS ns1.geodns.net.
yourdomain.com. IN NS ns2.geodns.net.

3. Add the domain to the DNS Tool as a "Slave" with the IP address of your server as the master.
4. Stir well. Wait 1 hour.

-knightfoo

ericjl000
2003-11-05, 12:22 PM
I've added the records.... now just to wait... thanks!!!

ericjl000
2003-11-05, 14:04 PM
didn't work... do i need to make the master DNS ns1.geodns.net on the server for the Name Servers?

knightfoo
2003-11-05, 14:20 PM
Can you post one of the domains and the IP address of your master server?

-knightfoo

ericjl000
2003-11-05, 14:28 PM
jawalka.com

69.44.60.100

knightfoo
2003-11-05, 14:49 PM
It looks like your server is refusing transfers. Check your logs for any named errors relating to that domain.

-knightfoo

ericjl000
2003-11-05, 15:12 PM
I don't see anything that looks wrong... suggestions?

knightfoo
2003-11-05, 15:26 PM
# grep "zone transfer" /var/log/messages


See if that gives you anything.

-knightfoo