Public bug reported:

Binary package hint: network-manager

I like for my laptop to have a static IP address when connected to certain 
networks, which happen to be connected via ethernet interface, so I have the 
following snippet in /etc/dhcp3/dhclient.conf:
alias {
  interface "eth0";
  fixed-address 192.168.1.150;
  #option subnet-mask 255.255.255.255;
}

I've had to avoid using NetworkManager in order for this functionality
to work, because it doesn't have any support for slave interfaces. This
has caused problems of its own, and means that my ethernet interface
doesn't bring itself up automatically.

Ideally, I'd be able to configure a fixed IP address that works with
NetworkManager, and not have to deal with getting
/etc/network/interfaces and NetworkManager to coexist.

** Affects: network-manager (Ubuntu)
     Importance: Undecided
         Status: New

-- 
NetworkManager should support aliased interfaces
https://bugs.launchpad.net/bugs/288322
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

Reply via email to