summaryrefslogtreecommitdiff
path: root/manifests/virtual/tor.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/virtual/tor.pp')
-rw-r--r--manifests/virtual/tor.pp16
1 files changed, 8 insertions, 8 deletions
diff --git a/manifests/virtual/tor.pp b/manifests/virtual/tor.pp
index 4d336c6..8424f3b 100644
--- a/manifests/virtual/tor.pp
+++ b/manifests/virtual/tor.pp
@@ -2,9 +2,9 @@ class firewall::virtual::tor($destination, $zone = 'fw') {
shorewall::rule { 'tor-0':
action => 'DNAT',
source => 'net',
- destination => "$zone:$destination:9001",
+ destination => "$zone:$destination:9000",
proto => 'tcp',
- destinationport => '9001',
+ destinationport => '9000',
ratelimit => '-',
order => 2100,
}
@@ -12,9 +12,9 @@ class firewall::virtual::tor($destination, $zone = 'fw') {
shorewall::rule { 'tor-1':
action => 'DNAT',
source => '$FW',
- destination => "$zone:$destination:9001",
+ destination => "$zone:$destination:9000",
proto => 'tcp',
- destinationport => '9001',
+ destinationport => '9000',
originaldest => hiera('firewall::external_ip', $::ipaddress),
ratelimit => '-',
order => 2101,
@@ -23,9 +23,9 @@ class firewall::virtual::tor($destination, $zone = 'fw') {
shorewall::rule { 'tor-2':
action => 'DNAT',
source => 'net',
- destination => "$zone:$destination:9030",
+ destination => "$zone:$destination:9001",
proto => 'tcp',
- destinationport => '9030',
+ destinationport => '9001',
ratelimit => '-',
order => 2102,
}
@@ -33,9 +33,9 @@ class firewall::virtual::tor($destination, $zone = 'fw') {
shorewall::rule { 'tor-3':
action => 'DNAT',
source => '$FW',
- destination => "$zone:$destination:9030",
+ destination => "$zone:$destination:9001",
proto => 'tcp',
- destinationport => '9030',
+ destinationport => '9001',
originaldest => hiera('firewall::external_ip', $::ipaddress),
ratelimit => '-',
order => 2103,