SDWAN VXlan

volga629

Member
May 11, 2022
25
0
6
Hello Everyone,
I am trying to establish VXLAN tunnel E-W with external device and ran into issue where destination port is not match.
Version Proxmox 8.1

Is there are way to specify the port number ?

dstport 4789 where are standard port 8472

Here are example


Code:
:~# cat /etc/network/interfaces.d/sdn
#version:4

auto VnetV45
iface VnetV45
        bridge_ports vxlan_VnetV45
        bridge_stp off
        bridge_fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094
        mtu 1450

auto vxlan_VnetV45
iface vxlan_VnetV45
        vxlan-id 45
        vxlan_remoteip 172.12.254.2
        mtu 1450

Code:
 ip -d link show vxlan_VnetV45
9: vxlan_VnetV45: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1450 qdisc noqueue master VnetV45 state UNKNOWN mode DEFAULT group default qlen 1000
    link/ether 8e:af:29:b6:9d:fa brd ff:ff:ff:ff:ff:ff promiscuity 1  allmulti 1 minmtu 68 maxmtu 65535
    vxlan id 45 srcport 0 0 dstport 4789 ttl auto ageing 300 udpcsum noudp6zerocsumtx noudp6zerocsumrx
    bridge_slave state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.8e:af:29:b6:9d:fa designated_root 8000.8e:af:29:b6:9d:fa hold_timer    0.00 message_age_timer    0.00 forward_delay_timer    0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 2 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!