Wired internet not working

Asked by Kurt

Cannot ping 192.168.1.1 "Network is unreachable"
I can pink the loopback interface 127.0.0.1

ifconfig -a

eth0 Link encap:Ethernet HWaddr 00:03:25:20:b3:5b
          UP BROADCAST MULTICAST MTU:1500 Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
          Interrupt:10 Base address:0x3000

lo Link encap:Local Loopback
          inet addr:127.0.0.1 Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING MTU:16436 Metric:1
          RX packets:130 errors:0 dropped:0 overruns:0 frame:0
          TX packets:130 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:10200 (10.2 KB) TX bytes:10200 (10.2 KB)

wlan0 Link encap:Ethernet HWaddr 00:90:4b:d8:32:60
          BROADCAST MULTICAST MTU:1500 Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface

If I run sudo dhclient3 eth0 I do not get an ip.

Any clues? This is on an older Gateway laptop.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
Kurt
Solved:
Last query:
Last reply:
Revision history for this message
Ian Ace (iaculallad) said :
#1

If you can ping the loopback, Good, you're interface card is working.

- Are you sure you're connecting to a DHCP-serving device?
- Check the patch-cable if it is not damaged/Try using other patch cable.

HTH.

Revision history for this message
Kurt (k-pluntke) said :
#2

Oh! What a world! What a world! Bad ethernet cable. Thanks for the support.