Multiple nics on vmbr0

gerdnl

Member
Oct 21, 2013
114
0
16
with multiple nic's can i do it like this: bridge_ports eth0 eth1 eth2 eth3

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual
auto eth1
iface eth1 inet manual
auto eth2
iface eth2 inet manual
auto eth3
iface eth3 inet manual

auto vmbr159
iface vmbr159 inet manual
bridge_ports eth0
bridge_stp off
bridge_fd 0

auto vmbr907
iface vmbr907 inet static
address 10.90.7.13
gateway 10.90.7.1
netmask 255.255.255.0
bridge_ports eth1 eth2 eth3
bridge_stp off
bridge_fd 0
dns-namservers 8.8.8.8

iface vmbr907 inet6 static
address fd11:824b:0024:87af::7
netmask 64
 
Hi,
yes this is possible.
 

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!