can't get into network on ethernet, although packets are being sent and received

Asked by Brian Bagley

I have internet and the devices tool seems to toggle back to lo after I've changed it to etho

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
Brian Bagley
Solved:
Last query:
Last reply:
Revision history for this message
Jeruvy (jeruvy) said :
#1

lo is a loopback device and should NEVER be disabled.

eth0 is the first detected wired network device and can be brought up using:

$ ifup eth0

or down using:

$ ifdown eth0

Provide some details for us with your next reply by pasting the entire output of this command:

$ ifconfig

Good luck.

Revision history for this message
Brian Bagley (redrock-beehive) said :
#2

thanks jeruvy, it's working for now after I went into system>admin>network and disabled roaming mode and got it work manually using a fixed address. Then I couldn't get onto the internet. Now I switched it back to roaming mode and am still on the network for now.

Revision history for this message
ikaya (ikaya) said :
#3

I have a similar problem. I can connect using wireless but not my lan connection. I tried to copy the output from ifconfig but Ctrl C and Ctrl V do not work. As you can see, I'm a newbie. How do I post the output?