[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bind misconfigured (?)



your CNAMES are incorrect CNAMEs are in this format:

vixen.yipyap.net.	IN CNAME	cluster.yipyap.net.

note the full domains and the periods you must have the periods.

assuming it is bind 8 ..

nate

Brian McGroarty wrote:
> 
> My bind seems to be misconfigured, and I'm not sure where to look for
> the problem...
> 
> I get suspect things like this:
> 
> snowfox@vixen:~$ nslookup vixen.yipyap.net 196.7.142.133
> [...]
> Name:    vixen.yipyap.net.yipyap.net
> [...]
> 
> yet:
> 
> snowfox@vixen:~$ hostname
> vixen
> snowfox@vixen:~$ dnsdomainname
> yipyap.net
> 
> Perhaps someone knows enough about bind to give my configuration a
> once-over?
> 
> named.conf includes:
> zone "yipyap.net" {
>         type master;
>         file "/etc/bind/db.yipyap.net";
> };
> 
> And db.yipyap.net is:
> ;
> ; db.yipyap.net - yipyap.net at (64.193.169.237) - named file.
> ;
> 
> @       IN      SOA     ns.yipyap.net. root.yipyap.net. (
>                         20001129                ; serial
>                         8H              ; refresh
>                         2H              ; retry
>                         1H              ; expire
>                         1D )            ; negative cache TTL
>                 IN      A       64.193.169.237
> 
>                 IN      NS      cluster.yipyap.net.
> 
>                 IN      MX      10 cluster.yipyap.net.
> 
> cluster IN      A       64.193.169.237
> 
> vixen   IN      CNAME   cluster
> 
> ns      IN      CNAME   cluster
> ns1     IN      CNAME   cluster
> 
> www     IN      CNAME   cluster
> 
> --
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

-- 
:::
ICQ: 75132336
http://www.aphroland.org/
http://www.linuxpowered.net/
aphro@aphroland.org



Reply to: