Hey Proxmox crew,
i wanted to create two vmbr with an Ethernet port each. it somewhat works with the config that i have but i get failed to raise network interface on startup.
here is my etc/network/interfaces file
auto lo
iface lo inet loopback
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports enp4s0
bridge_stp off
bridge_fd 0
iface enp5s0 inet manual
auto vmbr1
iface vmbr1 inet static
address 192.168.1.110
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports enp5s0
bridge_stp off
bridge_fd 0
i read somewhere that two gateways is not correct. any recomendations
thanks
i wanted to create two vmbr with an Ethernet port each. it somewhat works with the config that i have but i get failed to raise network interface on startup.
here is my etc/network/interfaces file
auto lo
iface lo inet loopback
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports enp4s0
bridge_stp off
bridge_fd 0
iface enp5s0 inet manual
auto vmbr1
iface vmbr1 inet static
address 192.168.1.110
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports enp5s0
bridge_stp off
bridge_fd 0
i read somewhere that two gateways is not correct. any recomendations
thanks