Difference between revisions of "Firewall"
From GhostBSD Wiki
Line 8: | Line 8: | ||
However, OpenRC (main branch) defines the firewall rules within the /etc/ipfw.conf file itself. | However, OpenRC (main branch) defines the firewall rules within the /etc/ipfw.conf file itself. | ||
+ | See: [https://github.com/OpenRC/openrc/blob/master/conf.d/ipfw ipfw on OpenRC] | ||
{|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000" | {|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000" |
Revision as of 10:21, 6 October 2020
Welcome to Firewall. |
IPFW is already setup to default.
OpenRC manages how ipfw (/etc/init.d/ipfw) configuration is initialized.
The old way defined by TrueOS allows you to define the firewall rules via a /etc/ipfw.conf file. You have to create that file as it does not exist by default.
However, OpenRC (main branch) defines the firewall rules within the /etc/ipfw.conf file itself.
See: ipfw on OpenRC
Attention: Do not use FreeBSD firewall guidance. |