Whenever I reboot with ipfw enabled my iocage (VNET) jails aren't able to network.
Fetch and ping return Permission denied.
I've got this in my rc.conf related to ipfw and natd:
/etc/ipfw.rules is stripped down to allow all from any to any.
What's going on here?
Fetch and ping return Permission denied.
I've got this in my rc.conf related to ipfw and natd:
Code:
firewall_enable="YES"
firewall_type="open"
firewall_script="/etc/ipfw.rules"
gateway_enable="YES"
natd_enable="YES"
/etc/ipfw.rules is stripped down to allow all from any to any.
What's going on here?