installing bind9 PB :(

Kirk kirkb at kirkb.net
Thu Mar 13 15:59:44 UTC 2008


franck dufau wrote:
> named-checkzone minouche.org minouche.org.db -> status OK
> 
> /etc/init.d/bind9 start OK
> 
> but ping ns1.minouche.org -> not work :(
> 
> #nslookup ns1.minouche.org
> 
>> ns1.minouche.org
> Server:         127.0.0.1
> Address:        127.0.0.1#53
> 
> ** server can't find ns1.example.comns1.minouche.org: NXDOMAIN
> 
> 
> ###########/etc/bind/zones/master/minouche.org#############
> 
> ; BIND data file for minouche.org
> ;
> $TTL    604800
> @       IN      SOA     minouche.org. admin.minouche.org. (
>                             2007011501         ; Serial
>                             7200         ; Refresh
>                             120         ; Retry
>                             2419200         ; Expire
>                             604800)        ; Default TTL
> ;
> @       IN      NS      ns1.minouche.org.
> @       IN      NS      ns2.minouche.org.
> minouche.org.    IN      MX      10      mail.minouche.org.
> minouche.org.    IN      A       192.168.0.55
> www                     IN      CNAME   minouche.org.
> mail                    IN      A       192.168.0.55
> ftp                     IN      CNAME   minouche.org.
> minouche.org.           IN      TXT     "v=spf1 ip4:192.168.0.55 a mx ~all"
> mail                    IN      TXT     "v=spf1 a -all"
> 

Become familiar with the "dig" command instead of "nslookup".  You will 
appreciate its output/results as compared to nslookup.

Based on the zone file provided above, you have no "A" record for 
ns1.minouche.org.  Or, for that matter, ns2.minouche.org.



More information about the bind-users mailing list