On Tue, Nov 06, 2001 at 12:34:37AM -0500, Keith Wright wrote:
DNS has nothing to do with Netscape. Start by trying to ping.
??? Netscape has to use something to resolve hostnames...
network program) works as if by magic. You need to put your nameserver IP address into /etc/resolve.conf thus: search free-comp-shop.com nameserver 208.218.130.4 nameserver 208.218.130.5 your names and numbers will vary. Also try ``nslookup'', and post error messages.
A few notes: 1) /etc/resolv.conf is the filename. Put your name servers in there as above "nameserver <IP>", multiple name servers on multiple lines. You can add the "search <domain>" and/or "domain <domain>" bits if you want, but it'll only help you if you don't use FQDNs (fully qualified domain names). 2) Check /etc/nsswitch.conf, and find the line starting with "hosts:". nsswitch.conf (Name Service Switch) controls how the C library does resolving of various things (passwd, group, services, hosts, etc.) Make sure it looks something like "hosts: files dns", unless you're doing NIS/NIS+/etc on your network. 3) Tools like "nslookup", "host", and "dig" will help you figure out if DNS can resolve the names that you're searching for, but they won't tell you if the system uses DNS (see #2). Tools like "ping" will resolve via the C library, so you'll know if the host can be looked up that way. -- Randomly Generated Tagline: "What do you do then? I touch that button and pray really really fast." - Lennier on Babylon 5