Hello,
I am trying to set up a virtual switch (vyos based) on proxmox.
On proxmox I have created two “linux bridge” vmbr2 and vmbr3 and I have assigned both to a vyos VM and one of each to two Debian 12 VM.
on the Debian VM i have configure the two virtual ethernet port like this :
enp6s19: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether b2:4d:17:d0:26:ea brd ff:ff:ff:ff:ff:ff
inet 192.168.1.10/24 brd 192.168.1.255 scope global enp6s19
and
enp6s19: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 2a:9c:61:62:40:99 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.20/24 brd 192.168.1.255 scope global enp6s19
On the vyos VM I have created a bridge ad assigned the two port to the bridge
But the two linux instance can’t talk to each other:
root@debian-test:~# ping 192.168.1.10
PING 192.168.1.10 (192.168.1.10) 56(84) bytes of data.
From 192.168.1.20 icmp_seq=1 Destination Host Unreachable
From 192.168.1.20 icmp_seq=2 Destination Host Unreachable
From 192.168.1.20 icmp_seq=3 Destination Host Unreachable
I just notice that the 2 “linux bridge” are Admin Down, but no idea on how to change them to Up:
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface IP Address S/L Description
br0 192.168.1.1/24 u/D
eth0 - A/D
eth1 - A/D
eth2 - A/D
lo 127.0.0.1/8 u/u
::1/128
Any idea ?
Thanks
Albert