Hi all,
I recently discovered the SDN feature of the Proxmox Virtual Environment.
So far it looks great for separating all guests into different networks, but I ran into some difficulties / questions:
So far https connections to given domains, neither IPs outside the local network (containing the pve servers), are possible (I tried this with various guests in the network), but http connections for example are working. However the DNS resolution works, so I assume it's a routing problem...
This is my current SDN config:
Aditionally I'd like to allow the access from certain subnets on the hosts from other subnets (but not their gateway) is there a way to cunfigure this already the proxmox way?
Thanks a lot for any answer
Wish you all a happy new year
I recently discovered the SDN feature of the Proxmox Virtual Environment.
So far it looks great for separating all guests into different networks, but I ran into some difficulties / questions:
So far https connections to given domains, neither IPs outside the local network (containing the pve servers), are possible (I tried this with various guests in the network), but http connections for example are working. However the DNS resolution works, so I assume it's a routing problem...
This is my current SDN config:
Code:
# controllers.cfg
evpn: standard
asn 64513
peers 192.168.2.11,192.168.2.12
# zones.cfg
evpn: overlay
controller standard
vrf-vxlan 12345
advertise-subnets 1
exitnodes eris
ipam pve
mac AE:96:34:54:85:F4
# vnets.cfg
vnet: test
zone overlay
tag 123456
# subnets.cfg
subnet: overlay-10.0.0.0-24
vnet test
gateway 10.0.0.1
snat 1
Aditionally I'd like to allow the access from certain subnets on the hosts from other subnets (but not their gateway) is there a way to cunfigure this already the proxmox way?
Thanks a lot for any answer
Wish you all a happy new year
Last edited: