ipfirewall.4 (7ebbc96c8d2cb52041f509b69a0d49f4c90a6103) ipfirewall.4 (7646a8416114491293309154d20748ea6764d42b)
1.\"
2.\" $FreeBSD$
3.\"
4.Dd September 1, 2006
5.Dt IPFW 4
6.Os
7.Sh NAME
8.Nm ipfw
9.Nd IP packet filter and traffic accounting
10.Sh SYNOPSIS
11To compile
1.\"
2.\" $FreeBSD$
3.\"
4.Dd September 1, 2006
5.Dt IPFW 4
6.Os
7.Sh NAME
8.Nm ipfw
9.Nd IP packet filter and traffic accounting
10.Sh SYNOPSIS
11To compile
12.Ns Nm
12the driver
13into the kernel, place the following option in the kernel configuration
14file:
15.Bd -ragged -offset indent
16.Cd "options IPFIREWALL"
17.Ed
18.Pp
13into the kernel, place the following option in the kernel configuration
14file:
15.Bd -ragged -offset indent
16.Cd "options IPFIREWALL"
17.Ed
18.Pp
19Other kernel options related to
20.Ns Nm
19Other related kernel options
21which may also be useful are:
22.Bd -ragged -offset indent
23.Cd "options IPFIREWALL_DEFAULT_TO_ACCEPT"
24.Cd "options IPFIREWALL_FORWARD"
25.Cd "options IPFIREWALL_VERBOSE"
26.Cd "options IPFIREWALL_VERBOSE_LIMIT=100"
27.Ed
28.Pp
29To load
20which may also be useful are:
21.Bd -ragged -offset indent
22.Cd "options IPFIREWALL_DEFAULT_TO_ACCEPT"
23.Cd "options IPFIREWALL_FORWARD"
24.Cd "options IPFIREWALL_VERBOSE"
25.Cd "options IPFIREWALL_VERBOSE_LIMIT=100"
26.Ed
27.Pp
28To load
30.Ns Nm
29the driver
31as a module at boot time, add the following line into the
32.Xr loader.conf 5
33file:
34.Bd -literal -offset indent
35ipfw_load="YES"
36.Ed
37.Sh DESCRIPTION
38The

--- 59 unchanged lines hidden ---
30as a module at boot time, add the following line into the
31.Xr loader.conf 5
32file:
33.Bd -literal -offset indent
34ipfw_load="YES"
35.Ed
36.Sh DESCRIPTION
37The

--- 59 unchanged lines hidden ---