Home » Questions » Computers [ Ask a new question ]

Problems with internet connection under ubuntu

Problems with internet connection under ubuntu

I am newbie ubuntu user (just migrated from windows) .

Asked by: Guest | Views: 266
Total answers/comments: 2
Guest [Entry]

"As long as the cable modem pushes out a DHCP address, Ubuntu should pick up everything by default. ifconfig should show you what ethernet devices are on the system.

Try ifconfig -a and report back what it provides as output.

You'll also want to check /etc/network/interfaces. It should look something like this if you're using DHCP:

auto eth0
iface eth0 inet dhcp"
Guest [Entry]

"Right click the NetworkManager icon and click Edit connections
Click DSL
Click Add

help.ubuntu.com/9.10/internet/C/connecting-dsl.html"