This is a discussion on Re: Trying to setup Bind9 DNS first time within the Bind Users forums, part of the DNS and Related Forums category; Hi, Usually, I have that when u buy domain you can set your nameserver and later on you can configure ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
Usually, I have that when u buy domain you can set your nameserver and later on you can configure your name server. Currently my named.conf is missing master for "jthebroker.com" but if I can set my ns1/ns2.catprosystems.net than I can modify named.conf to include "jthebroker.com". Am I right ? It looks to me that I am missing something (I don't know what) which is preventing my box to act as nameserver. Thanks, Yogesh Barry Margolin wrote: > > Your named.conf is missing: > > zone "jthebroker.com" { > type master; > file "pri/jthebroker.zone"; > }; > > and similar statements for the other domain. > > |