OK..
You have your DHCP. Try pinging the gateway. ( ping 128.194.20.1 ). If that succeeds, type "route add default gw 128.194.20.1". Then try pinging google ("ping www.google.com") and surfing the web. If that doesn't work, look at your /etc/resolv.conf. You should have, at the very least, a line that says:
that IP could end with .1 or .2 too. If it's not there, edit /etc/resolv.conf and make it say:
Quote:
nameserver 128.194.254.3
nameserver 128.194.254.2
nameserver 128.194.254.1
|