Default vmbr1 not connecting to VMs

neatrasm

New Member
Jan 10, 2026
10
0
1
Hello,

This is a fresh Proxmox 9.1.4 installation on new hardware. Everything is default as possible.
After putting in over 10 hours trying this out, and exhausting Gemini, I need help.

Why are my VM’s networking not establishing a network connection?
Proxmox does not show the VM’s MAC address. brctl showmacs vmbr1

Placing the VM on vmbr0, regardless of which router is connected, allows the VM to connect to the router.

This is a temporary network layout. I need windows to access my cameras to change the IP.
The Camera Ips are 192.168.1.x by default.

My Management Router is properly configured.
My Camera Router is properly configured.
Vmbr1 gateway is null.



--------------------------------------------------
auto lo
iface lo inet loopback

auto nic0
iface nic0 inet manual

auto nic1
iface nic1 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.100.10/24
gateway 192.168.100.1
bridge-ports nic0
bridge-stp off
bridge-fd 0

auto vmbr1
iface vmbr1 inet manual
address 192.168.1.111
bridge-ports nic1
bridge-stp off
bridge-fd 0

source /etc/network/interfaces.d/*


--------------------------------------------------
PFSense (Netgate SG100) vmbr0 INTERNET
pve-host#: ping 8.8.8.8 ---RETURN OK

OPNsense (Protectli Clone) vmbr1 CCTV & MANAGEMENT
pve-host#: ping 192.168.1.1 ---RETURN OK
pve-host#: ping 192.168.1.199 ---RETURN OK (CCTV Camera)

Temporary:
vmbr0 --> Internet
vmbr1 --> CCTV

Finalized:
vmbr0 --> CCTV
vmbr1 --> Internet for VMs


-------------------------------------------
Win11 DHCP: 169.254.x.x (fail)
Linux Mint 22 DHCP: Fail.
Linux Mint 22 Static: States it is has an IP but Proxmox cannot ping the VM, and brctl showmacs vmbr1 doesn't list the VM.


Firewalls:-------------------------------------
Proxmox Node ---EMPTY RULE LIST
Proxmox VM111 ---Disabled
Win11 Domain ---Disabled
Win11 Private ---Disabled
Win11 Public ---Disabled



VM Hardware Tried:--------------------------
VirtoIO (Para) ---No Results
E1000 ---No Results
RTL18xx ---No Results


Virtio-win iso drivers used:-------------------
amd64/win11
vioserial
NetKVM


------------------------------------------------------------------------------------------------------

Thanks for any help.
 
Last edited:
Please carefully describe your network in a diagram and use [CODE] tags to format your post for readability. So far the information do not add up. E.g. Why would you have an OPNsense guest on a PFsense box. Please put in some effort and supply /etc/network/interfaces from your PVE-Host.
 
Last edited:
There are two networks. Internet and Management.

To change the CCTV IP I need 192.168.1.x, but I don't use that address space normally.

I simply swapped the wires to make things simple, so I can use windows to run the software to change the camera ip.

I don't use windows anymore after they kept switching the gui around.
Once the camera is changed to another IP then I was going to set the network to the Finalized configuration.
 
Last edited: