From 43d247111e9f5a22a3f43bbb9491e83dd2e69762 Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 18 Jan 2007 18:33:26 +0000 Subject: [PATCH] Add rfc1918 manpage git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5262 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- manpages/shorewall-rfc1918.xml | 100 +++++++++++++++++++++++++++++++++ manpages/shorewall.conf.xml | 3 +- web/Manpages.html | 1 + 3 files changed, 103 insertions(+), 1 deletion(-) create mode 100644 manpages/shorewall-rfc1918.xml diff --git a/manpages/shorewall-rfc1918.xml b/manpages/shorewall-rfc1918.xml new file mode 100644 index 000000000..a3bf4dcc8 --- /dev/null +++ b/manpages/shorewall-rfc1918.xml @@ -0,0 +1,100 @@ + + + + shorewall-rfc1918 + + 5 + + + + rfc1918 + + Shorewall file + + + + + /usr/share/shorewall/rfc1918 + + + + + Description + + The rfc1918 file determines the handling of connections under the + norfc1918 option in shorewall-interfaces(5). Do not + modify /usr/share/shorewall/rfc1918; if you need to + change norfc1918 handling, then copy + /usr/share/shorewall/rfc1918 to + /etc/shorewall/rfc1918 and modify the copy. + + The released version of this file logs and drops packets from the + three address ranges reserved by RFC 1918: + +
+ 10.0.0.0/8 +172.16.0.0/12 +192.168.0.0/16 +
+ + The columns in the file are as follows. + + + + SUBNET - + address + + + Subnet address in CIDR format. + + + + + TARGET - {RETURN|DROP|logdrop} + + + RETURN causes packets to/from + the specified subnet to be processed normally by the applicable + rules and policies. + + DROP causes packets from the + specified subnet to be silently dropped. + + logdrop causes packets from + the specified subnet to be logged at the level specified by the + RFC1918_LOG_LEVEL option in shorewall.conf(5). + + + + + Also, please see the RFC1918_STRICT option in shorewall.conf(5). +
+ + + FILES + + /usr/share/shorewall/rfc1918 + + /etc/shorewall/rfc1918 + + + + See ALSO + + shorewall(8), shorewall-accounting(5), shorewall-actions(5), + shorewall-blacklist(5), shorewall-hosts(5), shorewall-interfaces(5), + shorewall-ipsec(5), shorewall-maclist(5), shorewall-masq(5), + shorewall-nat(5), shorewall-netmap(5), shorewall-params(5), + shorewall-policy(5), shorewall-providers(5), shorewall-proxyarp(5), + shorewall-route_rules(5), shorewall-routestopped(5), shorewall-rules(5), + shorewall.conf(5), shorewall-tcclasses(5), shorewall-tcdevices(5), + shorewall-tcrules(5), shorewall-tos(5), shorewall-tunnels(5), + shorewall-zones(5) + +
\ No newline at end of file diff --git a/manpages/shorewall.conf.xml b/manpages/shorewall.conf.xml index 906929a13..6dd9eacca 100644 --- a/manpages/shorewall.conf.xml +++ b/manpages/shorewall.conf.xml @@ -963,7 +963,8 @@ Traditionally, the RETURN target in the 'rfc1918' file has caused norfc1918 processing to cease for a packet if the packet's source IP address matches the rule. Thus, if you have this entry in - /etc/shorewall/rfc1918: + shorewall-rfc1918(5): #SUBNETS TARGET 192.168.1.0/24 RETURN diff --git a/web/Manpages.html b/web/Manpages.html index b05848586..1e4a26665 100644 --- a/web/Manpages.html +++ b/web/Manpages.html @@ -50,6 +50,7 @@ your patience.
policy
providers
proxyarp
+rfc1918
route_rules
routestopped
rules