Routing through a VM networking setup

felixb101

Member
Jul 30, 2014
3
1
23
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
 
Hi,
If you say it work before kernel update.
It would be informative what kernel is now running and what kernel it use to work?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!