Search results

  1. N

    SDN (EVPN) SNAT with two exit nodes not working

    Hi all! I have 4 nodes in a cluster node1 (WAN: 1.1.1.2) node2 (WAN: 1.1.1.3) --> exit node3 (WAN: 1.1.1.4) node4 (WAN: 1.1.1.5) --> exit All nodes have WAN interface eth0 I have VM1 (10.10.10.2/30) on node4 and i want SNAT to eth0 on exit nodes For node2: iptables -t nat -A POSTROUTING...
  2. N

    SDN (EVPN) communication between proxmox clusters

    Hi all! I have proxmox cluster with vswitch vlan (from provider) between nodes and EVPN network between VMs, everything work fine Now i need a new cluster on a different provider with a different EVPN network between the VMs I need link all VMs between two cluster with two EVPN network - All...
  3. N

    SDN (EVPN) + VM Firewall

    Hello, i used EVPN to link a cluster VM. It's working, thanks ;) But it ignores the VM firewall rules( My test case from the guide https://pve.proxmox.com/pve-docs-6/chapter-pvesdn.html I trying drop all in/out for vm1 (c001-vm101) and vm2 (c001-vm102) but they are ignoring the rules...