I'm about 95% sure I'm doing something wrong here but I'm at my wits end so I thought I would ask here
Proxmox Network Setup
5 Network Ports
- 1 integrated Realtek NIC vmbr0 (management nic on 192.168.1.x)
- Dual port intel 10 GB nic
-1 port connects directly to my NAS as vmbr1 from the proxmox host
-1 port is passed through to windows 10 VM that then connects directly to my NAS
- Dual port Realtek 1 GB nic
-1 port is passed through to windows 10 VM that functions on a separate vlan as my NVR
-1 port is setup as vmbr2 to be a separate pipe on the same 192.168.1.x network as the proxmox host (I host a local speedtest server in a Linux container on this so I want it to still be accessible to all the devices on my network but don't want it to hog the bandwidth so don't want it on vmbr0)
As it stands the only item I'm having trouble with is the one in bold. The problem I'm having is that if I leave my LXC on bridge vmbr0 everything works fine. I can run a speedtest from any device on my network. If I switch the LXC over to the vmbr2 it is no longer accessible on my network. it will show that it has the ip address I assigned in the LXC network page but it can not get out to the internet and no device on my network can ping it
vmbr2 is setup like below. I tried leaving the ip address blank in the bridge configuration and setting a static one and noticed no different with the LXC.
I'm able to ping the 192.168.1.129 bridge ip so I know it functions on my network but the LXC still shows no network connectivity
Is it possible to have 2 linux bridges on 2 separate ports on the same network?
If so what could be wrong with my configuration that's preventing this from working?
Additional info:
LXC is ubuntu 20.04 LTS
Proxmox is 6.2-10
Proxmox Network Setup
5 Network Ports
- 1 integrated Realtek NIC vmbr0 (management nic on 192.168.1.x)
- Dual port intel 10 GB nic
-1 port connects directly to my NAS as vmbr1 from the proxmox host
-1 port is passed through to windows 10 VM that then connects directly to my NAS
- Dual port Realtek 1 GB nic
-1 port is passed through to windows 10 VM that functions on a separate vlan as my NVR
-1 port is setup as vmbr2 to be a separate pipe on the same 192.168.1.x network as the proxmox host (I host a local speedtest server in a Linux container on this so I want it to still be accessible to all the devices on my network but don't want it to hog the bandwidth so don't want it on vmbr0)
As it stands the only item I'm having trouble with is the one in bold. The problem I'm having is that if I leave my LXC on bridge vmbr0 everything works fine. I can run a speedtest from any device on my network. If I switch the LXC over to the vmbr2 it is no longer accessible on my network. it will show that it has the ip address I assigned in the LXC network page but it can not get out to the internet and no device on my network can ping it
vmbr2 is setup like below. I tried leaving the ip address blank in the bridge configuration and setting a static one and noticed no different with the LXC.
Code:
auto vmbr2
iface vmbr2 inet static
address 192.168.1.129/24
bridge-ports enp11s0
bridge-stp off
bridge-fd 0
I'm able to ping the 192.168.1.129 bridge ip so I know it functions on my network but the LXC still shows no network connectivity
Is it possible to have 2 linux bridges on 2 separate ports on the same network?
If so what could be wrong with my configuration that's preventing this from working?
Additional info:
LXC is ubuntu 20.04 LTS
Proxmox is 6.2-10