From 89686e0a56cc60c0079e9a5e4d0fe2fb9c01060d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 16 Jun 2018 12:08:34 -0300 Subject: Updates tor ports --- manifests/router/tor.pp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'manifests/router/tor.pp') diff --git a/manifests/router/tor.pp b/manifests/router/tor.pp index 6a2986f..710b4a0 100644 --- a/manifests/router/tor.pp +++ b/manifests/router/tor.pp @@ -2,42 +2,42 @@ define firewall::router::tor($destination, $zone = 'loc', $originaldest = $ipadd shorewall::rule { "tor-$name-1": action => 'DNAT', source => 'net', - destination => "$zone:$destination:9001", + destination => "$zone:$destination:9000", proto => 'tcp', - destinationport => "9001", + destinationport => "9000", ratelimit => '-', - order => "29001", + order => "29000", } shorewall::rule { "tor-$name-2": action => 'DNAT', source => '$FW', - destination => "$zone:$destination:9001", + destination => "$zone:$destination:9000", proto => 'tcp', - destinationport => "9001", + destinationport => "9000", originaldest => "$originaldest", ratelimit => '-', - order => "29001", + order => "29000", } shorewall::rule { "tor-$name-3": action => 'DNAT', source => 'net', - destination => "$zone:$destination:9030", + destination => "$zone:$destination:9001", proto => 'tcp', - destinationport => "9030", + destinationport => "9001", ratelimit => '-', - order => "29030", + order => "29001", } shorewall::rule { "tor-$name-4": action => 'DNAT', source => '$FW', - destination => "$zone:$destination:9030", + destination => "$zone:$destination:9001", proto => 'tcp', - destinationport => "9030", + destinationport => "9001", originaldest => "$originaldest", ratelimit => '-', - order => "29030", + order => "29001", } } -- cgit v1.2.3