Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Apr 2021 04:33:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 255104] FreeBSD 13.0-RELEASE panic/crash with ipfw/dummynet/divert & wlan
Message-ID:  <bug-255104-227-qZAUMTV0mw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255104-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255104-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255104

Jack <xxjack12xx@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xxjack12xx@gmail.com

--- Comment #7 from Jack <xxjack12xx@gmail.com> ---
I'm also getting random crashes with a similar setup

I have these in my custom kernel
device         if_bridge
options        LIBALIAS
options        IPFIREWALL
options        IPFIREWALL_DEFAULT_TO_ACCEPT
options        IPFIREWALL_NAT
options        IPDIVERT
options        IPSTEALTH

My ipfw rules
00101 allow ip from any to any via lo0
00102 divert 8668 ip from any to me in via igb1
00103 divert 8668 ip4 from 10.100.0.0/23 to not me out via igb1
00104 deny ip from any to any 25 via igb0
00200 deny ip from any to 127.0.0.0/8
00300 deny ip from 127.0.0.0/8 to any
65535 allow ip from any to any

rc.conf
natd_enable=3D"YES"
natd_flags=3D"-f /etc/natd.conf"
natd_interface=3D"igb1"
gateway_enable=3D"YES"
firewall_enable=3D"YES"
firewall_type=3D"OPEN"

/etc/natd.conf
use_sockets yes
same_ports yes
dynamic yes

I don't have debug turned on but ever since upgrading from 12.2 to 13.0-STA=
BLE,
it has been randomly crashing every few hours. The server is an NFS file se=
rver
and PXE server so it doesn't see much external traffic, only lots of intern=
al
traffic.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255104-227-qZAUMTV0mw>