Ipfw
From FreeBSDwiki
(Difference between revisions)
Line 2: | Line 2: | ||
see also: [[Firewall, Configuring]], [[Firewall, Monitoring]] | see also: [[Firewall, Configuring]], [[Firewall, Monitoring]] | ||
[[Category:Securing FreeBSD]] | [[Category:Securing FreeBSD]] | ||
− |
Revision as of 12:48, 13 August 2012
ipfw is a kernel firewall. It is one of three firewall soultions delivered in the Release. The other two are userland applications, ipf (ipfilter) and pf (ported from openbsd). If you want to run ipfw, you need to create a firewall ruleset and the system will dynamically load the kernel module when the rc.conf statement firewall_enable="YES" is used. see also: Firewall, Configuring, Firewall, Monitoring