On Tue, Aug 24, 2021 at 1:12 AM alfadev wrote:
>
> Thanks for interest
> FreeBSD ifconfig:
>
> igb0: flags=8822 metric 0 mtu 1500
...
> wg0: flags=80c1 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
Thanks for interest
FreeBSD ifconfig:
igb0: flags=8822 metric 0 mtu 1500
options=4e527bb
ether e4:3a:6e:44:7b:33
inet 192.168.41.102 netmask 0xff00 broadcast 192.168.41.255
media: Ethernet autoselect (100baseTX )
status: active
nd6 options=29
l
On Sun, Aug 22, 2021 at 8:30 AM alfadev via freebsd-hackers
wrote:
>
> 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