[SOLVED] invisible bridge

Aug 6, 2014
136
3
18
can you make a vmbr on a bond with no ip address? i tried, but the host only creates the bond, not the bridge. (ifconfig could not find it) tried adding a guest but that failed saying vmbr1 doesnt exist. added an address and it worked. was hoping to keep the bridge invisible on the network.
 
Last edited:
# network interface settings
auto lo
iface lo inet loopback

iface eth0 inet manual

iface eth2 inet manual

iface eth4 inet manual

iface eth1 inet manual

iface eth3 inet manual

iface eth5 inet manual

auto bond0
iface bond0 inet manual
slaves eth1 eth3
bond_miimon 100
bond_mode 802.3ad

auto bond1
iface bond1 inet manual
slaves eth0 eth2
bond_miimon 100
bond_mode active-backup
primary eth0

auto bond2
iface bond2 inet manual
slaves eth4 eth5
bond_miimon 100
bond_mode 802.3ad

auto vmbr0
iface vmbr0 inet static
address 10.1.10.21
netmask 255.255.255.0
gateway 10.1.10.1
bridge_ports bond0
bridge_stp off
bridge_fd 0

auto vmbr1
iface vmbr1 inet static
address 10.1.0.21
netmask 255.255.255.0
bridge_ports bond1
bridge_stp off
bridge_fd 0

auto vmbr2
iface vmbr2 inet static
address 10.3.10.21
netmask 255.255.255.0
bridge_ports bond2
bridge_stp off
bridge_fd 0
 

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!