Search results

  1. E

    proxmox 7.0 sdn beta test

    And I have, set the exit node. On Zone. Can't say. It's on 8000, isn't that to much considering VXLAN also involved here? Works You mean this? 1667129899907-png.42740 I already showed that it is set. Sorry we have the issue with 1. Accessing VM to proxmox DNS service. (which now I made a...
  2. E

    Proxmox ignores custom cloud-init from --cicustom paramter (tested with Ubuntu/CentOS)

    Ok it worked for me also but dump still shows stupid things that aren't related with configs. root@pve:/var/lib/vz/snippets# qm cloudinit dump 100 user #cloud-config hostname: srv-app-1 manage_etc_hosts: true chpasswd: expire: False users: - default package_upgrade: true...
  3. E

    Debian 11 Cloud Image Networking broken

    Why not use network config or metadata with version 2 ?
  4. E

    proxmox 7.0 sdn beta test

    Why? I mean.. wasn't the the whole purpose of setting EVPN with my MikroTik using additional BGP controller from proxmox to mikrotik? If not than.. what we were doing the whole time here? :D You remember the chart? 1666898334487-png.42662 it says there my ip 192.168.1.1 needs to access a...
  5. E

    proxmox 7.0 sdn beta test

    Ok I'm confused. But why I need route anything when the EVPN with BGP on Mikrotik works ? So I already have routing. I already can enter from vm and vice versa to my personal computer in my LAN.
  6. E

    proxmox 7.0 sdn beta test

    Sounds like a bit workaround than a complex solution. In GCP Cloud they use loopback IP 169.254.169.254 for that which probably move packets to a DNS service in their network. You mean this ? Exit Nodes local routing box?
  7. E

    proxmox 7.0 sdn beta test

    after removing the vmbr0.11 and moved vlan to bond0.11 and reload `networking` service I started to work. Btw is there a way to "smuggle" a DNS server to that SDN? I Have a PowerDNS on Proxmox host working. It works for LAN users. But how I can query from VM in SDN that DNS. Ping works but...
  8. E

    proxmox 7.0 sdn beta test

    Finally. It works. Thank you a lot :/ so long have been waiting :/
  9. E

    proxmox 7.0 sdn beta test

    @spirit so my case is a dead one?
  10. E

    Unable to create subnet via API

    Where did you get all api endpoints? And btw this issues defines that there is no endpoint called subnets do you need to use vnet5 ?
  11. E

    proxmox 7.0 sdn beta test

    @spirit And where you found that option in my config ? I had this disabled earlier and it still is I had docker also removed while ago. Those rules we applied as residue. I disabled it Ok moved to static also Configs you requested FRR frr version 8.0.1 frr defaults datacenter...
  12. E

    proxmox 7.0 sdn beta test

    @spirit I tried to ping from my vmbr0.11 interface which is 10.0.1.1 to 10.0.101.254 (gateway of subnet on VNet) root@pve:~# ping 10.0.101.254 -I vmbr0.11 PING 10.0.101.254 (10.0.101.254) from 10.0.1.1 vmbr0.11: 56(84) bytes of data. ^C --- 10.0.101.254 ping statistics --- 10 packets...
  13. E

    proxmox 7.0 sdn beta test

    @spirit you are very helpful and I don't want to waste your time. I see you are engaged to help me so I really wanna help you out so that we both understand each other better. That's why I prepared some extra stuff to help you out with the network scope, how it looks and how it's configured...
  14. E

    proxmox 7.0 sdn beta test

    So basically that is what I got previously. What have I done differently? Btw > then, for the exit node(pve), you add the bgp controller with the additionnal mikrotik peer (exactly like on your screenshot) on my screenshoot there is pve from menu bar . I can't add anything else as you said ...
  15. E

    SDN Configuration Question

    what if pings stop on exit node which is always the Proxmox Host
  16. E

    proxmox 7.0 sdn beta test

    So I have added on MikroTik this On MikroTik /routing bgp peer add address-families=ip,l2vpn in-filter=pve-in name=peer1 out-filter=pve-out remote-address=10.0.1.1 remote-as=65000 ttl=default /routing bgp advertisements print PEER PREFIX NEXTHOP AS-PATH...
  17. E

    [SOLVED] apt blocked inside VXLAN

    @spirit I mean the MikroTik documentation is all over the Internet available ;) But you explained in different topic that EVPN can be supported additionally by BGP settings to communicate with MikroTik. Ok I will try that again soon And let you know in the the previous topic where you explained...
  18. E

    [SOLVED] apt blocked inside VXLAN

    Sounds easy but EVPN+BGP controller doesn't sync with Mikrotik router. Unknown Capability it says in BGP Logs on Mikrotik. When I Add on Proxmox BGP controller, because there is such option, that Controller syncs. And I see network created in EVPN on Mikrotik but Can't ping VMs in specific...