Date: Thu, 8 Feb 1996 21:59:43 -0800 From: wes@intele.net To: Dale Benzer <ipc1@tribeca.ios.com> Cc: questions@freebsd.org Subject: Re: DNS and Bind on FreeBSD. Message-ID: <199602090559.VAA01381@obie.softweyr.com> In-Reply-To: <Pine.BSD.3.91.960208030829.9223A-100000@tribeca.ios.com> References: <199602080741.XAA00356@obie.softweyr.com> <Pine.BSD.3.91.960208030829.9223A-100000@tribeca.ios.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Dale Benzer writes: > thank you for responding so quickly. we certainly would appreciate a copy > of your file. are we correct in understanding that the only pieces > necessary to get our DNS running. Our purpose for DNS is using netcom as > our IPS nameserver. So far we have unsuccessfully. > > We've done the following: Changed the resolv.conf to include the > addresses Netcom gave us. But it seems as if Freebsd is not getting to > that file. Hiow do we get that file running? Ah, this is a somewhat different problem. Since you've edited the resolv.conf, have you been able to lookup names using nslookup? A simple test, from the command line, would be $ nslookup -type=any gatekeeper.dec.com If this returns the correct results, (i.e. 204.123.2.2) you're on your way. If applications like telnet and ftp still don't grok outside addresses, you're probably not configured to use name services. Edit /etc/host.conf to contain: hosts bind This tells the name resolver library consult /etc/hosts first, and if the hostname isn't found there, try DNS. This way, you can enter the names and addresses of local machines and machines you contact frequently in your /etc/hosts and save the lookup time. This should get you working, as long as your tcp/ip routing is correct. -- Wes Peters | Yes I am a pirate, two hundred years too late Softweyr | The cannons don't thunder, there's nothing to plunder Consulting | I'm an over forty victim of fate... wes@intele.net | Jimmy Buffett
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602090559.VAA01381>