Ubuntu Wired network(ethernet does not work)

1

It was working just fine, until the other day I yanked it out. The wireless works just fine on the same router. If I login to a windows 7 instance on this dual boot laptop then the ehternet works just fine. So it's not a hardware, cable or router issue. The card even gets an ip, but I can't connect to the internet.

Here are the details from route, iptables, ifconfig, ping etc.

Any ideas? I have been struggling with this for day, none seems to have an answer.

http://pastie.org/954816

user36777

Posted 2010-05-11T03:17:42.077

Reputation: 131

have you tried disabling then re-enabling? (eg in NetworkManager)? – quack quixote – 2010-05-11T04:04:47.047

Answers

0

The iptables rules for the OUTPUT chain only allow the wlan0's ip address to access the domain server, which would explain why your name resolution fails.

How are those rules setup?

jneves

Posted 2010-05-11T03:17:42.077

Reputation: 311

0

I had the same problem just recently, I was using a VM with Ubuntu 11.04 as the O.S. If you go to the network connection manager, you may already have a connection icon at the top.

You should have a display box showing 5 tabs, Wired, Wireless, Mobile Broadband, VPN and DSL

My display showed the only connector as eth0 and last used as 6 days ago so it was working as yours was.

What I eventually did was simply 'Add' another connection and it defaults to 'Wired connection 1'

simply enter the Device MAC address: (obtained from ifconfig) or, from the eth0 details already up and make 'Available to all users' and then 'Save'

It should connect automatically, I then deleted the eth0 that was defaulted in and kept the'Wired connection 1' as the only one in the window.

This worked fine for me on a VM as I said above but as you had yours working once it may be the same and I don't know why it didn't re-connect as the MAC addressing was the same as the newly created one.

Rocky

Posted 2010-05-11T03:17:42.077

Reputation: 1