Search results

  1. I

    Implementations of SDN Networking

    Hi, I have not had the time for more tests from my end sorry about that. How did it go from your side?
  2. I

    Implementations of SDN Networking

    i have not been able to test fail-over for multiple exit-nodes. ive not enable debug mode and looked in to it in depth but i would say that its working now. evpn-c - zone - vnet - subnet multiple exit nodes and one prefered(forced in gui :) ) BGP from all 3 nodes to route reflector. Routes...
  3. I

    Implementations of SDN Networking

    Same config as before and with your patch vtysh -c "sh ip route" Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP, T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR, f - OpenFabric, > - selected...
  4. I

    Implementations of SDN Networking

    with no bgp controllers setup except the one thats setup for evpn. vtysh -c "sh ip route" Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP, T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR, f - OpenFabric...
  5. I

    Implementations of SDN Networking

    telnet 10.0.10.200 179 Trying 10.0.10.200... Connected to 10.0.10.200. Escape character is '^]'. ÿÿÿÿÿÿÿÿConnection closed by foreign host. if i telnet to external bgp routers its clean escape and closed... not all the "ÿ" perhaps there is something up with that... generating...
  6. I

    Implementations of SDN Networking

    ive tried a new "external" bgp router same issue. cant establish connection this is the error i get on the first "external" bgp router 2022-04-22T10:08:36 Error bgpd [EC 33554454] 10.0.10.200 [Error] bgp_read_packet error: Connection reset by peer 2022-04-22T10:08:36 Error bgpd [EC...
  7. I

    Implementations of SDN Networking

    yes i did try to change asn and now it changes accordingly
  8. I

    Implementations of SDN Networking

    same version on every host. it worked before last time we where testing things. after that i just put everything on hold, removed config on proxmox-side. new this time is that ive patched the servers to the latest versions and restart.
  9. I

    Implementations of SDN Networking

    this is so squeezy did a setup for evpn controller. things started to "work" as bad as before :) also installed your fix again. L2VPN EVPN Summary: BGP router identifier x.x.x.x, local AS number 65000 vrf-id 0 BGP table version 0 RIB entries 7, using 1288 bytes of memory Peers 2, using 1446...
  10. I

    Implementations of SDN Networking

    did a apt reinstall libpve-network-perl ifupdown2 apt purge and install on frr frr-pythontools no luck, the frr config is not merged or updated
  11. I

    Implementations of SDN Networking

    ive rebooted machines, ive reinstalled frr service. noticed now that if bgp controllers is totally removed and then "apply" on the sdn panel. then i add the controllers again but with new ASN for example, or change peer. what ever just make changes to /etc/pve/sdn/controllers.cfg from the gui...
  12. I

    Implementations of SDN Networking

    from the external router i getting this [Error] bgp_read_packet error: Connection reset by peer
  13. I

    Implementations of SDN Networking

    fully updated my cluster. and installed your libpve-network-perl over the existing one. vtysh -c "sh bgp l2vpn evpn" shows only the node im running the command from. seems like my 3node cluster cant see the others over evpn from a client on that network i can ping itself and the gateway(exit...
  14. I

    Implementations of SDN Networking

    I Will test it when it's ready
  15. I

    Implementations of SDN Networking

    hi, thank you for putting time in this. ive enabled BGP and as before all three nodes announces and connects to the external router fine. i also tried to disable SNAT. same result as before multiple exits not working, specifying only one and its working from inside and also from outside.
  16. I

    Implementations of SDN Networking

    BGP table version is 18, local router ID is 192.168.89.11 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal Origin codes: i - IGP, e - EGP, ? - incomplete EVPN type-1 prefix: [1]:[ESI]:[EthTag]:[IPlen]:[VTEP-IP] EVPN type-2 prefix...
  17. I

    Implementations of SDN Networking

    Hi sorry for my delay. for now i have removed BGP connection to ease up the configuration and complexity a bit. just to get this exit node thing sorted. the nodes is also up2date with the latest today. i've tested them one by one and its works. also running plenty of vms "legacy"-Vlan style...
  18. I

    Implementations of SDN Networking

    By the way i did another "small" test around the Exit-thing. Two BR and One VLAN setup. VLAN raw to BR1 with physical nic connected and VLAN member to BR2 Set the IP for each host on BR2. Connection is up. One exit node is working. VMs are able to ping from one to another on different host...
  19. I

    Implementations of SDN Networking

    The odd thing happens when I add more then one exit-node is introduced. I've done some tests with the routing and it's working fine. Its almost like it stops forward traffic when more then one node. Is there any good debug mode or somewhere to look for hints what might happen to the setup...