second Linux Bridge not assigning an IP address

sevenate9

New Member
Feb 28, 2025
1
0
1
Apologies in advanced if my question here is trivial as I am a beginner in proxmox and in networking.

I have a proxmox installed on a Thinkcenter m70q and has few VM's already hosted. I created a second Linux Bridge using a USB to NIC adapter since the micro pc Thinkcenter m70q on has 1. I used the network interface of the USB to NIC for vmbr1 which is connected to my network switch connected to a pfsense router/firewall. I was able to successfully create the Linux Bridge, however it is still getting the IP from the eno1 network interface which is my management interface assigned as vmbr0. I created the second linux bridge to separate my management network to my VM network.

I tested it on multiple VM's and get the same result.

vmbr1 is assigned 10.10.10.0/24
vmbr0 is assigned 192.168.1.102/24

==========================================================================================================

default via 192.168.1.1 dev vmbr0 proto kernel onlink
10.10.10.0/24 dev vmbr1 proto kernel scope link src 10.10.10.0
192.168.1.0/24 dev vmbr0 proto kernel scope link src 192.168.1.102

auto lo
iface lo inet loopback

iface eno1 inet manual

iface enx00e04c0b2148 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.1.102/24
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
#management

auto vmbr1
iface vmbr1 inet static
address 10.10.10.0/24
bridge-ports enx00e04c0b2148
bridge-stp off
bridge-fd 0
==================================================================================================================

Appreciate if you can nudge me on the right direction.

1740722742534.png
 
Last edited:
Last edited: