diff --git a/Shorewall/manpages/shorewall-rules.xml b/Shorewall/manpages/shorewall-rules.xml index 07958bf40..b2b7bae46 100644 --- a/Shorewall/manpages/shorewall-rules.xml +++ b/Shorewall/manpages/shorewall-rules.xml @@ -893,88 +893,79 @@ -
-++ Except when -all [+]|[- ] is specified, the server may be + further restricted to a particular network, host or interface by + appending ":" and the network, host or interface. SeeSOURCE above.Except when +all [+]|[- ] is specified, the server may be - further restricted to a particular network, host or interface by - appending ":" and the network, host or interface. SeeSOURCE above.You may exclude certain hosts from the set already defined + through use of an -exclusion (seeshorewall-exclusion (5)).You may exclude certain hosts from the set already defined - through use of an +exclusion (seeshorewall-exclusion (5)).Restriction: MAC addresses are not allowed (this is a + Netfilter restriction). -Restrictions: +Like in the -SOURCE column, + you may specify a range of IP addresses using the syntax +lowaddress -highaddress . + When theACTION isDNAT orDNAT- , the connections will be assigned to + addresses in the range in a round-robin fashion.1. MAC addresses are not allowed (this is a Netfilter - restriction). +If you kernel and iptables have ipset match support then you + may give the name of an ipset prefaced by "+". The ipset name may be + optionally followed by a number from 1 to 6 enclosed in square + brackets ([]) to indicate the number of levels of destination + bindings to be matched. Only one of the -SOURCE andDEST columns may specify an ipset + name.2. You may not specify both an interface and an - address. +Beginning with Shorewall 4.4.17, the primary IP address of a + firewall interface can be specified by an apersand ('&') + followed by the logical name of the interface as found in the + INTERFACE column of -shorewall-interfaces + (5).Like in the +SOURCE column, - you may specify a range of IP addresses using the syntax -lowaddress -highaddress . - When theACTION isDNAT orDNAT- , the connections will be assigned to - addresses in the range in a round-robin fashion.The -port that the server is + listening on may be included and separated from the server's IP + address by ":". If omitted, the firewall will not modifiy the + destination port. A destination port may only be included if the +ACTION isDNAT orREDIRECT .If you kernel and iptables have ipset match support then you - may give the name of an ipset prefaced by "+". The ipset name may - be optionally followed by a number from 1 to 6 enclosed in square - brackets ([]) to indicate the number of levels of destination - bindings to be matched. Only one of the +SOURCE andDEST columns may specify an ipset - name.+ -+ +Example: -Beginning with Shorewall 4.4.17, the primary IP address of a - firewall interface can be specified by an apersand ('&') - followed by the logical name of the interface as found in the - INTERFACE column of +shorewall-interfaces - (5).+ ++ loc:192.168.1.3:3128 + specifies a local server at IP address 192.168.1.3 and + listening on port 3128.The +port that the server is - listening on may be included and separated from the server's IP - address by ":". If omitted, the firewall will not modifiy the - destination port. A destination port may only be included if the -ACTION isDNAT orREDIRECT .The -port may be specified as a service + name. You may specify a port range in the form +lowport-highport to cause connections to be + assigned to ports in the range in round-robin fashion. When a port + range is specified,lowport and +highport must be given as integers; service + names are not permitted. Additionally, the port range may be + optionally followed by:random + which causes assignment to ports in the list to be random.- - -- -Example: - -- -- loc:192.168.1.3:3128 - specifies a local server at IP address 192.168.1.3 and - listening on port 3128.The - -port may be specified as a service - name. You may specify a port range in the form -lowport-highport to cause connections to be - assigned to ports in the range in round-robin fashion. When a port - range is specified,lowport and -highport must be given as integers; service - names are not permitted. Additionally, the port range may be - optionally followed by:random - which causes assignment to ports in the list to be random.If the -ACTION isREDIRECT orREDIRECT- , this column needs only to - contain the port number on the firewall that the request should be - redirected to. That is equivalent to specifying - ::port .
-+Except when +all [+]|[- ] is specified, the server may be - further restricted to a particular network, host or interface by - appending ":" and the network, host or interface. SeeSOURCE above.Except when -all [+]|[- ] is specified, the server may be + further restricted to a particular network, host or interface by + appending ":" and the network, host or interface. SeeSOURCE above.You may exclude certain hosts from the set already defined - through use of an +exclusion (seeshorewall6-exclusion (5)).You may exclude certain hosts from the set already defined + through use of an -exclusion (seeshorewall6-exclusion (5)).Restrictions: +Restriction: MAC addresses are not allowed (this is a + Netfilter restriction). -1. MAC addresses are not allowed (this is a Netfilter - restriction). +If you kernel and ip6tables have ipset match support then you + may give the name of an ipset prefaced by "+". The ipset name may be + optionally followed by a number from 1 to 6 enclosed in square + brackets ([]) to indicate the number of levels of destination + bindings to be matched. Only one of the -SOURCE andDEST columns may specify an ipset + name.If you kernel and ip6tables have ipset match support then - you may give the name of an ipset prefaced by "+". The ipset name - may be optionally followed by a number from 1 to 6 enclosed in - square brackets ([]) to indicate the number of levels of - destination bindings to be matched. Only one of the -SOURCE andDEST columns may specify an ipset - name.