Recent content by nikordev

  1. N

    SDN (EVPN) communication between proxmox clusters

    Hello @spirit Sorry for the long answer I checked your configuration and my two VMs from different clusters can communicate but only from exitnodes in both clusters. All other virtual machines cannot communicate with each other from one or the other cluster. Successful communication only...
  2. N

    SDN (EVPN) SNAT with two exit nodes not working

    Hi, I tried it and it doesn't work for me( evpn: myzon controller evpnctl vrf-vxlan 10000 advertise-subnets 1 exitnodes node1,node2 exitnodes-primary node1 mtu 1500 After using two nodes in exitnodes and one exit node in exitnodes-primary , VM/CT does not see the world...
  3. 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...
  4. N

    SDN (EVPN) communication between proxmox clusters

    Thanks for the explanation, I'll try
  5. N

    SDN (EVPN) communication between proxmox clusters

    In cluster, all nodes communicate through VLANs Between clusters nodes can communicate via WAN For full mesh i need for evpn controller on both clusters set in pears all node from both clusters? Example VLAN+WAN #1 (JSON format just for beauty ;)): { "cluster1": { "nodes": {...
  6. 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...
  7. N

    SDN (EVPN) + VM Firewall

    - is the firewall checkbox enable on vm nic interface ? Yes, it's not enabled o_O I'm so dumb...:D Sorry for my mistake Everything is working fine now, thanks!
  8. N

    SDN (EVPN) + VM Firewall

    Additional information: Version: 7.1-10 Firewall enabled on all 3 levels (DC, Node, VM) I have vm c001-vm100 with simple bridge interface (vmbr0) to vlan and firewall work without problem for it sysctl -a |grep call abi.vsyscall32 = 1 net.bridge.bridge-nf-call-arptables = 0...
  9. 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...