Post #830965
2026-03-26 13:25 UTC
Replies (4)
-
@meka@bsd.network 2026-03-26 13:34
@paul the bridge interface changed how it should be configured, namely IP address can not be set on a member, it has to be set on the bridge. Can that be the reason?
-
@ltning@pleroma.anduin.net 2026-03-26 21:26
@paul We had issues with VLAN offloading being broken in jails on bridge on lagg on broadcom. Disabling offloading solved the issue. It looked the same - some traffic worked, other not. In particular fragments were a problem.
-
@JdeBP@mastodonapp.uk 2026-03-26 18:09
@paul That's mad. Since you've eliminated the choice of DNS server as the problem locus, one thing to test is if this is protocol specific. Can you make TCP connections (using IP addresses, obviously) to anything from the jail via that NIC? What about talking to another UDP service, like SNTP? Crazy question: Your MAC addresses are unique, aren't they? The -n option to traceroute is definitely your friend, here, by the way. #FreeBSD #networking #Broadcom
-
@bodems@chaos.social 2026-03-27 05:22
@paul I had the same last year after an upgrade. I had to disable txcsum offloading on the jails interface in /etc/rc.conf: ifconfig_epair0b="-txcsum" checksum offloading on broadcom NICs are broken for UDP