diff --git a/manpages/shorewall-rules.xml b/manpages/shorewall-rules.xml index 2131d562c..170354c86 100644 --- a/manpages/shorewall-rules.xml +++ b/manpages/shorewall-rules.xml @@ -1131,6 +1131,19 @@ DNAT net loc:192.168.1.3:22 tcp 2222 + + + Example 8: + + + You want to redirect connection requests to port 80 randomly + to the port range 81-90. + + #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL + # PORT PORT(S) DEST + REDIRECT net $FW::81-90:random tcp www + +