Update to r54330:
Include an example of how to load IPv6 rules for ipfilter
This commit is contained in:
parent
c2ffbcb001
commit
24495f4b73
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54348
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/firewalls/chapter.xml,v 1.53 2012/04/30 16:15:52 bcr Exp $
|
||||
basiert auf: r54041
|
||||
basiert auf: r54330
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
|
@ -3109,6 +3109,7 @@ options IPFILTER_DEFAULT_BLOCK</programlisting>
|
|||
|
||||
<programlisting>ipfilter_enable="YES" # Start ipf firewall
|
||||
ipfilter_rules="/etc/ipf.rules" # loads rules definition text file
|
||||
ipv6_ipfilter_rules="/etc/ipf6.rules" # loads rules definition text file for IPv6
|
||||
ipmon_enable="YES" # Start IP monitor log
|
||||
ipmon_flags="-Ds" # D = start as daemon
|
||||
# s = log to syslog
|
||||
|
|
Loading…
Reference in a new issue