How to set up a subdomain in nsd3
Posted
by
qliq
on Server Fault
See other posts from Server Fault
or by qliq
Published on 2011-01-21T22:38:21Z
Indexed on
2011/03/01
7:26 UTC
Read the original article
Hit count: 206
nsd3 is very little-known but super-lightweight and stable DNS server which makes it a great alternative to bind9 be used on low-end boxes. There is a very good tutorial here that describe how to set it up. My problem is that I need to set up a subdomain subd1.example.com that will be severed on another VPS. I tried to add
subdmn1.mymaindomain.com. IN 1.2.3.5
(Assuming that my destination IP is 1.2.3.5)
Then I
nsdc rebuild
service nsd3 restart
However the subdmn1.mymaindomain.com fails to resolve to the IP. Any clues will be much appreciated.
© Server Fault or respective owner