I'm running Ubuntu 11.04 on Virtualbox. Everything worked fine until I had to install a wirelsss network card to my stationary (network cabel outside house was damaged - so borrowing neighbour network).
Now I only get Network disabled.
My nettwork file looks like this:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
#NetworkManage
#iface eth0 inet dhcp
I've tried "enabling" iface eth0 inet dhcp, but that only made restarting the network hang.
I've tried creating a new Wired connection, but that didn't help either.
running ifconfig gives me this info:
eth0 Link encap:Ethernet HWaddr 08:00:27:eb:ac:42
inet6 addr: fe80::a00:27ff:feeb:ac42/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
Any help much appreciated!
update
user@ubuntu:~$ iwconfig lo no wireless extensions.
eth0 no wireless extensions.
eth0and have a bridge between Ubuntu and Win7. – Steven Dec 21 '11 at 0:42sudo dhclient eth0– bodhi.zazen Dec 21 '11 at 0:57