proxmox bridge setup

Sysnasri

Member
Nov 19, 2020
26
3
8
30
Hi,
I really need your help and thank you for any advice in advance.

I have 3 NICs and configured them as bridge, first nic is for public network and the others are for private network. for private network I have chosen 10.10.0.0/16 subnet and configured the network interfaces as follow

iface enp3s0f1 inet manual
auto vmbr2
iface vmbr2 inet static
address 10.10.0.1
netmask 255.255.0.0
bridge_ports enp3s0f1 vmbr3
bridge_stp off
bridge_fd 0

iface enp4s0f0 inet manual
auto vmbr3
iface vmbr3 inet static
address 10.10.0.2
netmask 255.255.0.0
bridge_ports enp4s0f0
bridge_stp off
bridge_fd 0


My goal is to have two bridge interface whereas they are connected to each other for example here, enp4s0f0 is bridge to vmbr3 and vmrb3 is bridge to vmbr2

Is this a correct configuration?
 
Hi,

Why not simply one bridge, instead of two? This one bridge could have both interfaces as its bridge_ports
 

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!