Here are some more attemps via the New Plugger How to Wiki
ome more attempts:
The DHCP client is configured to ignore any DNS servers returned by the DHCP server
and use 127.0.0.1 instead, while there is no local DNS server.
Consequently, you won't be able to connect to any hosts by name until you fix this.
In order to fix it: Edit /etc/dhcp3/dhclient.conf and comment out or delete the line
"supersede domain-name-servers 127.0.0.1;".
--- My version of ubuntu 9.04 does not have the "supersede..." line in it so I just
proceeded with
Run "dhclient eth0".
Try "ping kernel.org" - it should work.
I go instead of this for these two operations above:
root@ubuntu:/etc/dhcp3# dhclient eth0
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/sw/dhcp/Listening on LPF/eth0/00:50:43:01:67:8a
Sending on LPF/eth0/00:50:43:01:67:8a
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPOFFER of 192.168.1.3 from 192.168.1.4
DHCPREQUEST of 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPACK of 192.168.1.3 from 192.168.1.4
bound to 192.168.1.3 -- renewal in 40035 seconds.
root@ubuntu:/etc/dhcp3#
root@ubuntu:/etc/dhcp3# ping kernel.org
ping: unknown host kernel.org
root@ubuntu:/etc/dhcp3#
I think "unknown Host" is a not working condition...
My setup:
[plug computer]--------->[Ethernet RJ45 on laptop]
Note laptop has AntaMedia DHCP server that is set to service the
previous connection to give the plug computer an ip address.
[USB on laptop]--------->[Belkin USB antenna]
[Belkin USB antenna]->Radio wave ~~~~~~~~~~~~~~~~>[2-wire AT&T router]
[2-wire AT&T router]------>AT&T Uverse to outside my house.