Initial import from FreeBSD RELENG_4:
[dragonfly.git] / share / man / man4 / ipfirewall.4
1 .\"
2 .\" $FreeBSD: src/share/man/man4/ipfirewall.4,v 1.19.2.7 2002/11/18 21:51:16 luigi Exp $
3 .\"
4 .Dd June 22, 1997
5 .Dt IPFW 4
6 .Os
7 .Sh NAME
8 .Nm ipfw
9 .Nd IP packet filter and traffic accounting
10 .Sh DESCRIPTION
11 .Em ipfw
12 is a system facility which allows filtering,
13 redirecting, and other operations on IP packets travelling through
14 system interfaces.
15 .Pp
16 The user interface for
17 .Em ipfw
18 is implemented by the
19 .Nm ipfw
20 program, so the reader is referred to the
21 .Xr ipfw 8
22 manpage for a complete description of the capabilities of
23 .Em ipfw
24 and how to use it.
25 .Pp
26 .Sh KERNEL OPTIONS
27 The following options in the kernel configuration file are related to
28 .Em ipfw
29 operation:
30 Options in the kernel configuration file:
31 .Bl -tag -width "options IPFIREWALL_VERBOSE_LIMIT"
32 .It Cd options IPFIREWALL
33 enable
34 .Nm
35 .It Cd options IPFIREWALL_VERBOSE
36 enable firewall logging
37 .It Cd options IPFIREWALL_VERBOSE_LIMIT
38 limit firewall logging
39 .It Cd options IPDIVERT
40 enable
41 .Xr divert 4
42 sockets
43 .El
44 .Pp
45 .Sh SEE ALSO
46 .Xr setsockopt 2 ,
47 .Xr divert 4 ,
48 .Xr ip 4 ,
49 .Xr ipfw 8 ,
50 .Xr sysctl 8 ,
51 .Xr syslogd 8