[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freebsd-hackers
Subject:    FreeBSD 12.2  traffic not occurs onVXLAN
From:       alfadev via freebsd-hackers <freebsd-hackers () FreeBSD ! org>
Date:       2021-08-22 15:29:56
Message-ID: i8ItdsqWAGpFU7H0vV6IUvv0kv0MWpvwtinZLM8hB1Z6zuo-CKQS-Bf89p0ia06cpAUZbm_Pt6C0jZXNirSv1RZGWFbpJbqFPD4GNUVKTsg= () protonmail ! com
[Download RAW message or body]

[Attachment #2 (text/plain)]

Hi, I successfully configured VXLAN tunnel between amd64 FreeBSD 11.2 to x64 Linux
But in FreeBSD 12.2 with below same configuration not works.
So What is tHe problem with FreeBSD 12.2 is it bug or any other thing?
Any help would be aooreciated..

My fully working tested configuration is:

FreeBSD 11.2 side:
physical interface: igb0
ifconfig vxlan4095 create vxlanid 4095 vxlanlocal 192.168.99.1 vxlanremote \
192.168.99.99 inet 192.168.157.1/24

Linux side:
physical interfaces: eth0,eth1

ip link add name vxlan4095 type vxlan id 4095 remote 192.168.99.1 local 192.168.99.99
ip link add name vbr0 type bridge
ip link set eth1 master vbr0
ip link set vxlan4095 master vbr0
ip link set vbr0 up

there is a client connected on eth1 and have IP : 192.168.157.100
http https , icmp .. traffic passes through between client and tunnel
eveything works well.



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic