Hi, I configured 2 Proxmox 8.1.3 servers in one cluster and configure SDN zones as VXLAN.
1. No option turn on DHCP
2. When SNAT checked on subnet, no snat rules
/etc/pve/sdn/zones.cfg
/etc/pve/sdn/vnets.cfg
/etc/pve/sdn/subnets.cfg
/etc/network/interfaces.d/sdn
SNAT and DHCP worked on VXLAN SDN?
1. No option turn on DHCP
2. When SNAT checked on subnet, no snat rules
/etc/pve/sdn/zones.cfg
vxlan: vxlan
peers 10.33.3.20,10.33.3.21
ipam pve
mtu 1450
nodes pve1,pve
/etc/pve/sdn/vnets.cfg
vnet: k8s
zone vxlan
tag 10000
/etc/pve/sdn/subnets.cfg
subnet: vxlan-172.30.6.0-24
vnet k8s
dhcp-range start-address=172.30.6.10,end-address=172.30.6.200
dnszoneprefix k9s.local
gateway 172.30.6.1
snat 1
/etc/network/interfaces.d/sdn
#version:40
auto k8s
iface k8s
bridge_ports vxlan_k8s
bridge_stp off
bridge_fd 0
mtu 1450
auto vxlan_k8s
iface vxlan_k8s
vxlan-id 10000
vxlan_remoteip 10.33.3.20
mtu 1450
SNAT and DHCP worked on VXLAN SDN?