From 78fe56d3eefd7ba5e1dd3f63ff9dd54e5ab39580 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 20 Feb 2010 00:18:11 -0200 Subject: Firewall rule fix --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 19a26cf..ec61a5b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -264,7 +264,7 @@ class nodo::vserver inherits nodo { source => '$FW', destination => "fw:192.168.0.$context:22", proto => 'tcp', - destinationport => '8140', + destinationport => "22$id", originaldest => "$ipaddress", ratelimit => '-', order => "3$id", -- cgit v1.2.3