I'm running Debian Wheezy with Gnome-Shell. My current network interface configuration is this:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
# Bridge setup
# allow-hotplug br0
auto br0
iface br0 inet static
address 192.168.0.1
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
bridge_maxwait 0
I'm using br0 for virtualisation.
My problem is now that I'm losing the support of Network-Manager for eth0. So I can't use the OpenVPN plugin anymore to quickly connect to my VPN.
Has anyone done such a setup and knows how to configure this proper?
A couple of things,
try this: -
# vim /etc/network/interfaces
This is a known bug that still affects Ubuntu 14.04, but is fixed in 14.10. See: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1273201
Debian is upstream from Ubuntu, and I assume (but am not certain) that this issue would be in upstream of network-manager too.