[Bug 178480] [ipfw] dynamically loaded ipfw with a vimage kernel don't work.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Dec 9 15:43:08 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178480
--- Comment #5 from joeb1 at a1poweruser.com ---
Now testing 12.0-RC3.
This bug still exists.
Running vnet jail running on the gateway host. IPF firewall running on the
gateway host and ipfw running in the vnet jail.
Found out about the undocumented ipfw0 log. This works in each vnet jail
logging the vnet jails log records to the /var/log/security.log file in the
vnet jail.
To enable place the normal ipfw statements in the vnet jails rc.conf with these
changes.
firewall_logging="NO"
firewall_logif="YES"
nohup tcpdump -lnti ipfw0 | logger -t jailname -p security.info &
This method should be documented someplace.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ipfw
mailing list