I'm new to proxmox. I just finished installing it, and I was playing around with it.
I want to create different bridges on proxmox, I have the default one using Static IP. My VMs are able to connect to the network and get an IP by using vmbr0.
When I create vmbr1 I am unable to get an IP address to the VMs that connect using this bridge. I checked tcpdump and there isn't communication at all between my this ethernet port and pfsense.
I've applied configuration, reboot the server, I've set static and dhcp in the port for the bridge, I've set the IP static in pfsense. Nothing works.
The VM is using VirtIO (paravirtualized) for both bridges.
Here is my configuration under /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno8303 inet manual
iface ens1f0np0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.126/24
gateway 192.168.1.1
bridge-ports eno8303
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports ens1f0np0
bridge-stp off
bridge-fd 0
Thank you for the help in advance!
I want to create different bridges on proxmox, I have the default one using Static IP. My VMs are able to connect to the network and get an IP by using vmbr0.
When I create vmbr1 I am unable to get an IP address to the VMs that connect using this bridge. I checked tcpdump and there isn't communication at all between my this ethernet port and pfsense.
I've applied configuration, reboot the server, I've set static and dhcp in the port for the bridge, I've set the IP static in pfsense. Nothing works.
The VM is using VirtIO (paravirtualized) for both bridges.
Here is my configuration under /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno8303 inet manual
iface ens1f0np0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.126/24
gateway 192.168.1.1
bridge-ports eno8303
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports ens1f0np0
bridge-stp off
bridge-fd 0
Thank you for the help in advance!
Last edited: