I have a wired connection to the Internet. Here's my /etc/network/interfaces (which is still giving the problem, and not connecting to Internet if I remove auto eth0):
$ cat /etc/network/interfaces auto lo iface lo inet loopback iface eth0 inet static address 192.168.0.3 netmask 255.255.255.0 gateway 192.168.0.1 auto eth0 -- Network Manager claims devices are unmanaged https://bugs.launchpad.net/bugs/280417 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
