Hi i have proxmox node where i want to add multiple network ports in bridge, while adding the ports it work fine with three port but after adding fourth port the server network stops responding.
Adding 4 fiber ports in bridge first two ports from NIC-1 and other two ports are from NIC-2
checked by physical console bellow messages are found in "dmesg". Please suggest
[ 20.767539] vmbr0: received packet on enp94s0f1 with own address as source address (addr:34:80:0d:7d:5a:28, vlan:0)
[ 20.767541] vmbr0: received packet on enp94s0f0 with own address as source address (addr:34:80:0d:7d:5a:28, vlan:0)
This is my /etc/network/interfaces
auto vmbr0
iface vmbr0 inet static
address 192.168.0.20
netmask 255.255.255.0
gateway 192.168.0.1
bridge_ports enp24s0f0 enp24s0f1 enp94s0f0 enp94s0f1
bridge_stp off
bridge_fd 0
Thank you.
Adding 4 fiber ports in bridge first two ports from NIC-1 and other two ports are from NIC-2
checked by physical console bellow messages are found in "dmesg". Please suggest
[ 20.767539] vmbr0: received packet on enp94s0f1 with own address as source address (addr:34:80:0d:7d:5a:28, vlan:0)
[ 20.767541] vmbr0: received packet on enp94s0f0 with own address as source address (addr:34:80:0d:7d:5a:28, vlan:0)
This is my /etc/network/interfaces
auto vmbr0
iface vmbr0 inet static
address 192.168.0.20
netmask 255.255.255.0
gateway 192.168.0.1
bridge_ports enp24s0f0 enp24s0f1 enp94s0f0 enp94s0f1
bridge_stp off
bridge_fd 0
Thank you.