Dear,
I'm trying to migrate to sdn in my cluster.
I'm doing it by configuring the "sdn" part connected to the "other" sfp+ ( named enp1s0d1) port of my installation
Here are my config files:
Now the issue:
Thank you very much in advance
Etienne
I'm trying to migrate to sdn in my cluster.
I'm doing it by configuring the "sdn" part connected to the "other" sfp+ ( named enp1s0d1) port of my installation
Here are my config files:
Code:
# cat /etc/network/interfaces
#... snipped
auto vmbr9999
iface vmbr9999 inet manual
bridge-ports enp1s0d1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 1900-2010
source /etc/network/interfaces.d/*
auto vmbr1901
iface vmbr1901 inet manual
bridge-ports enp1s0d1.1901
bridge-stp off
bridge-fd 0
# ---------------------------------
# cat /etc/network/interfaces.d/sdn
auto MGT
iface MGT
bridge_ports vmbr9999.1901
bridge_stp off
bridge_fd 0
#-----------------------------------
# cat /etc/pve/sdn/zones.cfg
vlan: MGT
bridge vmbr9999
#-----------------------------------
# cat /etc/pve/sdn/vnets.cfg
vnet: MGT
tag 1901
zone MGT
vlanaware 0
#-------------------------------------
Now the issue:
- If I connect my VM on vmbr1901 ( outside of SDN) then I can ping my default gateway.
- If I connect my VM on MGT interface ( though SDN) then traffic does not flow ( ping/dhcp...)
Thank you very much in advance
Etienne