Hello all,
I am issues to get my host network to work correctly.
Problem is that I wan the host to access the internet through a gateway running on a VM.
At boot time, the gateway is then not started yet and the newer kernel fails setting up the network.
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
iface eth3 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge_ports eth1
bridge_stp off
bridge_fd 0
hwaddress ether 10:bf:48:4d:19:cf
auto vmbr1
iface vmbr1 inet static
address 192.168.1.26
netmask 255.255.255.0
gateway 196.168.1.50
bridge_ports eth0
bridge_stp off
bridge_fd 0
hwaddress ether 10:bf:48:4d:19:ce
dns-nameservers 192.168.1.50
auto vmbr2
iface vmbr2 inet manual
bridge_ports eth2
bridge_stp off
bridge_fd 0
auto vmbr3
iface vmbr3 inet manual
bridge_ports eth3
bridge_stp off
bridge_fd 0
This was working before the latest kernel update...
Hope someone can help.
Felix
I am issues to get my host network to work correctly.
Problem is that I wan the host to access the internet through a gateway running on a VM.
At boot time, the gateway is then not started yet and the newer kernel fails setting up the network.
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
iface eth3 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge_ports eth1
bridge_stp off
bridge_fd 0
hwaddress ether 10:bf:48:4d:19:cf
auto vmbr1
iface vmbr1 inet static
address 192.168.1.26
netmask 255.255.255.0
gateway 196.168.1.50
bridge_ports eth0
bridge_stp off
bridge_fd 0
hwaddress ether 10:bf:48:4d:19:ce
dns-nameservers 192.168.1.50
auto vmbr2
iface vmbr2 inet manual
bridge_ports eth2
bridge_stp off
bridge_fd 0
auto vmbr3
iface vmbr3 inet manual
bridge_ports eth3
bridge_stp off
bridge_fd 0
This was working before the latest kernel update...
Hope someone can help.
Felix