[3534] in linux-net channel archive
Re: Netscape
daemon@ATHENA.MIT.EDU (tony@trishul.sci.gu.edu.au)
Sat Jun 29 03:59:42 1996
Date: Sat, 29 Jun 1996 12:04:25 +1000
To: dilip@carfax.ims.advantis.com, linux-net@vger.rutgers.edu
From: tony@trishul.sci.gu.edu.au
Dilip Choudhury <dilip@carfax.ims.advantis.com> wrote:
> I am running Netscape 2.02 under Linux 2.0. I have a static IP. I connect
> to ISP using PPP 2.2.0. I can ping servers outside my machine using domain
> name. But, in netscape, I CAN NOT REACH ANY URL using the URL name. However,
> it works if I use the IP address instead of the URL name. Can anybody please
> tell me what is the problem?
You need to put the name and address of your nameserver into
/etc/resolv.conf (which is usually your ISP).
For example (at a guess for your situation):
# /etc/resolv.conf
#
domain ims.advantis.com
#
# Primary name server
# ims.advantis.com
nameserver 165.87.194.144
See the net HOWTO for more details.
Cheers
Tony