Re: FreeBSD 12.2 traffic not occurs onVXLAN

From: Navdeep Parhar <nparhar_at_gmail.com>
Date: Tue, 24 Aug 2021 19:30:44 UTC
On Tue, Aug 24, 2021 at 1:12 AM alfadev <alfadev@protonmail.com> wrote:
>
> Thanks for interest
> FreeBSD ifconfig:
>
> igb0: flags=8822<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
...
> wg0: flags=80c1<UP,RUNNING,NOARP,MULTICAST> metric 0 mtu 1420

igb0 should be UP and RUNNING before it will pass traffic.  You can see that
the wireguard interface is fully operational (has both those flags) and you are
able to use it for VXLAN traffic.  Maybe the difference between the FreeBSD
versions is that igb0 is UP after all your configuration commands on 11.2 only?

Regards,
Navdeep