Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Feb 2025 10:20:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 284606] Kernel Panic on wireguard VPN router with a Mikrotik peer
Message-ID:  <bug-284606-7501-GfudaYRcv5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-284606-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-284606-7501@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=3D284606

--- Comment #5 from Wencey Wang <wencey@apernet.io> ---
(In reply to Zhenlei Huang from comment #4)

ipfw config is shown below.

I am willing to provide any needed information, and such panic can be
reproduced easily in my environment. The only issue is that I wasn't famili=
ar
with debugging the kernel. Please give me instructions to collect any needed
information.


root@caesium ~ # cat /etc/ipfw.rules
#!/bin/sh -
ipfw -q -f flush

ipfw nat 1 config if vmx0 redirect_port udp 10.0.40.108:25565 19133
redirect_port tcp 10.0.40.108:25565 19133

ipfw nat 2 config if vmx3

ipfw add 00001 setfib tablearg ip from any to any sockarg

ipfw add 00040 tcp-setmss 1280 ip from any to any

ipfw add 00050 nat 1 ip4 from 10.0.0.0/14 to any out via vmx0
ipfw add 00051 nat 1 ip4 from any to any in via vmx0

ipfw add 00060 nat 2 ip4 from 10.0.0.0/14 to any out via vmx3
ipfw add 00061 nat 2 ip4 from any to any in via vmx3

ipfw add 10000 allow all from any to any

--=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-284606-7501-GfudaYRcv5>