I meet the probem today, in the lastest. To do a workaround, I use /etc/rc.local to set my static address and default gateway. Maybe this way can help you.
# Add following lines to /etc/rc.local to setup a static ip address and default route. ifconfig eth0 192.168.168.30 route add default gw 192.168.168.10 -- Can't use static ip address with network-manager (and thus no VPN connections menu for static users) https://bugs.launchpad.net/bugs/5364 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
