Hi all,
I am working with a Proxmox environment where we are managing multiple tenants, and I am trying to isolate their networks using SDN with VXLAN. However, I’m facing an issue where a VM assigned an IP address in a dedicated subnet cannot access the internet.
Here is my setup:
Thanks in advance for your help!
I am working with a Proxmox environment where we are managing multiple tenants, and I am trying to isolate their networks using SDN with VXLAN. However, I’m facing an issue where a VM assigned an IP address in a dedicated subnet cannot access the internet.
Here is my setup:
- Proxmox IP: 192.168.88.51 (on subnet 192.168.88.0/24)
SDN Configuration:
- Zone Configuration:
- Zone Name: zone1
- Peer Address List: 192.168.88.51
- MTU: auto
- Nodes: ALL
- IPAM: pve
- VNET Configuration:
- Name: vnet1
- Zone: zone1
- Tag: 1000
- VLAN Aware: false
- Subnet Configuration:
- Subnet: 192.168.200.0/24
- Gateway: 192.168.200.1
- SNAT: enabled
- DHCP Range: 192.168.200.10 - 192.168.200.50
- VM Configuration:
- IP: 192.168.200.10/24
- Gateway: 192.168.200.1
Problem:
Despite the VM being correctly configured within the 192.168.200.0/24 subnet, I am unable to ping the internet from the VM. The internal network seems fine, but external access does not work.- I have verified that the VM's network interface is configured properly.
- I have also checked firewall settings but did not find any blocking rules.
Thanks in advance for your help!