Click to See Complete Forum and Search --> : I can ping ip addresses but I can't look up web pages..


Krycheck
06-13-2001, 10:03 AM
I just installed MDK 8.0. All went well but I can't get any web pages up. I can ping ip addresses outside my network but I can't bring up web pages. I try to ping www.google.com (http://www.google.com) but I get nothing. Pinging 4.3.218.205 is no problem.
Was there something that I forgot on the install. I did a custom install. I've had many installs but never had this problem.

jintxo
06-13-2001, 10:06 AM
edit a file called /etc/resolv.conf and add your DNS servers like this:

search yourdomain.com
server 111.222.333.444
server 555.666.777.888

jenbass
06-13-2001, 10:13 AM
This is what I'm looking at and trying to get to work. I've got "Nameserver" rather than "server" though - does it matter?

DMR
06-13-2001, 05:25 PM
Originally posted by jenbass:
<STRONG>This is what I'm looking at and trying to get to work. I've got Nameserver rather than "server" though - does it matter?</STRONG> I'm not at my Linux box right now, but if I recall correctly, my resolve.conf has Nameserver also (and it works, of course).

Krycheck
06-13-2001, 11:53 PM
I forgot to mention the most important part. I use a Linksys DSL router. I can configure the router via it's ip address (192.168.1.1) and I can ping outside the network. But no web pages or irc etc :(

jintxo
06-14-2001, 04:05 AM
sorry, it's nameserver instead of server... wasn't thinking clearly or just didn't catch myself there. :-(

bdg1983
06-14-2001, 05:50 AM
Verify you have setup /etc/resolv.conf correctly and if you have @home, verify the computer name and perhaps your cableco domain is setup in the routers configuration.

Krycheck
06-15-2001, 12:49 AM
ok, but it works under Windowz and I never had this problem till I upgraded to MDK 8.0 :(

[ 15 June 2001: Message edited by: Krycheck ]

Krycheck
06-17-2001, 06:03 PM
ok, this is what it looks like now:

# search localdomain
search localdomain

nameserver 192.168.1.1


# ppp temp entry

192.168.1.1 is the ip for my router. I tried changing search to pacbell.net but that wont work :(

[ 17 June 2001: Message edited by: Krycheck ]

Krycheck
06-18-2001, 02:09 AM
Doh!!
DHCP wasn't installed :D
(posted with linux)

Thanks all!