Click to See Complete Forum and Search --> : i need a little help


Prisoner
07-09-2001, 09:00 PM
ok i'm trying to go online with my Linux box. but when i connect to my ISP and i try to visit a site the netscape says the server doesnt exist what should i do? i have Corel Linux and i'm using dial up to connect.

lazyboy
07-09-2001, 09:07 PM
What is your modem? Is it compatible?
What dialupconfigurator are you using?

Prisoner
07-09-2001, 09:09 PM
its a lin modem not sure of the name and i'm using dial up to connect

Prisoner
07-10-2001, 05:52 PM
come on guys help me

Nalle
07-11-2001, 04:12 AM
It seems to me that you have no nameserver defined. That is if you can ping ip-addresses, and everything else is OK.

Check your distro on how to add nameservers or simply add them yourself in /etc/resolv.conf:

My looks something like this:

--------* snip*----------
search broadpark.com
nameserver 193.71.1.2 217.13.4.4
--------* snip*----------

As you can see, there is two ip-adresses entered. That is primary and secondary DNS.

Hope that helps!