Date: Wed, 6 Oct 1999 11:16:26 +0200 From: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> To: Richard Morte <ric@sinclairassoc.force9.co.uk> Cc: "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG> Subject: Re: NSLINT and DNS configuration Message-ID: <19991006111626.G8987@daemon.ninth-circle.org> In-Reply-To: <37FA71C4.941239AF@sinclairassoc.force9.co.uk> References: <37F74CBD.FE1EE27D@sinclairassoc.force9.co.uk> <19991004000040.F35757@daemon.ninth-circle.org> <37FA71C4.941239AF@sinclairassoc.force9.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On [19991005 23:56], Richard Morte (ric@sinclairassoc.force9.co.uk) wrote: >Jeroen, > >Many thanks for your reply. Yes DNS was not properly configured. I had >used the outline from Chapter 4 in the DNS/BIND book and made a couple >of errors. However, my final configuration differs from yours in that I >already had a zone for 0.0.127.in-addr.arpa which referenced the file >db127.0.0 > >db.127.0.0 contained: >@ IN SOA sparky.at.home. root.sparky.at.home. ( > <usual stuff> ) > IN NS sparky.at.home > >1 In PTR localhost. > ^ >I changed it to localhost (ie, 'localhost.at.home.') and nslint no >longer reported any errors. Your solution interests me. If I had created >an additional master zone for 1.0.0.127.in-addr.arpa it would presumably >have overlapped the existing zone for 0.0.127.etc.etc and created a >duplicate. I don't know if this would still have been OK, but it's the >first time I've seen an example of a zone created specifically for a >single address; ie, 1.0.0.127 as opposed to 0.0.127. Is this common? Well, the db.127.0.0.1 I had I changed back to db.127.0.0 as well as 0.0.127.in-addr.arpa. I read some more again on the localhost since that evaded me since I first started to use DNS servers. If you have DNS & BIND, read pg. 67, the loopback address [3rd edition] In short is says: db.127.0.0: 0.0.127.in-addr.arpa IN NS host.domain.tld. 0.0.127.in-addr.arpa IN NS anotherhost.domain.tld. 1.0.0.127.in-addr.arpa IN PTR localhost. HTH, it helped me ;) -- Jeroen Ruigrok van der Werven/Asmodai asmodai(at)wxs.nl The BSD Programmer's Documentation Project <http://home.wxs.nl/~asmodai> Network/Security Specialist BSD: Technical excellence at its best Imitation is the sincerest of flattery. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991006111626.G8987>