From: Luca Filipozzi Date: Sat, 3 Sep 2016 22:03:29 +0000 (+0000) Subject: add rule to allow access from manlan X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=b9cee5758f429c8be1d03ea935c4336c91df75b5 add rule to allow access from manlan --- diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 87aa56c87..c5429a2e5 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -503,6 +503,12 @@ REJECT reject-with icmp-admin-prohibited rule => 'outerface !tun+ mod mark mark 1 MASQUERADE', } } + ubc-enc2bl1: { + @ferm::rule { 'dsa-luca-fixme': + description => 'Allow ssh access from manlan', + rule => '&SERVICE_RANGE(tcp, 22, ( 172.29.40.0/22 172.29.203.0/24 ))', + } + } default: {} } # tftp