From 244d2f78c2c0d0abbcfa11bd85b5f81aeea5540b Mon Sep 17 00:00:00 2001 From: drebs Date: Sun, 20 Mar 2011 18:05:17 -0300 Subject: fixing firewall conf --- manifests/classes/firewall.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/classes/firewall.pp b/manifests/classes/firewall.pp index 750fdc6..cd1b225 100644 --- a/manifests/classes/firewall.pp +++ b/manifests/classes/firewall.pp @@ -4,9 +4,9 @@ class firewall { shorewall::rule { "ssh-02": action => 'DNAT', source => 'net', - destination => "vm:192.168.0.$context:22", + destination => "vm:192.168.0.2:22", proto => 'tcp', - destinationport => "22$id", + destinationport => "2202", ratelimit => '-', order => "202", } -- cgit v1.2.3