This is the /etc/network/interfaces when NM is handling eth0, and with eth1 disabled:
auto lo iface lo inet loopback auto eth1 #iface eth1 inet dhcp auto eth2 #iface eth2 inet dhcp auto ath0 #iface ath0 inet dhcp auto wlan0 #iface wlan0 inet dhcp When I configure NM to give eth0 a static address, it adds this: iface eth0 inet static address 10.1.1.11 netmask 255.0.0.0 auto eth0 Then when I change it back to use 'roaming' (ie managed by NM), it removes the reference to eth0. But it fails to get an address and eth0 stays on 10.1.1.11. Then when I do sudo dhclient eth0, I get a valid DHCP address. -- NetworkManager on Gutsy: No DHCPOFFERS - but dhclient working standalone https://bugs.launchpad.net/bugs/153219 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
