Can you ping Google when you use the ip-address of the Google server ?? So, does 'ping 216.239.59.99' work. If so, you are connected to the Internet, but your machine can't resolve the ip numbers from the DNS names. In that case you need to specify a DNS server in the file '/etc//resolv.conf'. It should look something like this:
Code:
search
nameserver xxx.xxx.xxx.xxx
nameserver xxx.xxx.xxx.xxx
You have to specify the ip-adress of the name server(s) where the xxx.xxx.xxx.xxx are.
Good luck