From: drebs Date: Sun, 20 Mar 2011 21:05:17 +0000 (-0300) Subject: fixing firewall conf X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=244d2f78c2c0d0abbcfa11bd85b5f81aeea5540b;p=puppet-bootstrap.git fixing firewall conf --- 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", }