https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284606
--- Comment #5 from Wencey Wang <wen...@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 familiar 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 -- You are receiving this mail because: You are the assignee for the bug.