[Bug 254478] Panic when using ipfw and divert sockets
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Jul 2021 12:15:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254478 Jack <xxjack12xx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xxjack12xx@gmail.com --- Comment #8 from Jack <xxjack12xx@gmail.com> --- I am getting an instant kernel panic when try a machine behind the nat tries to access the internet. I have the following firewall rules in ipfw bge0 being the public interface and bge1 being the private with ip 10.0.0.1 ipfw nat 1 config if bge0 same_ports ipfw add 100 nat 1 ip4 from any to me in via bge0 ipfw add 101 nat 1 ip4 from 10.0.0.0/24 to any out via bge0 ipfw add allow ip from any to any -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.