From f3b1efbc3f39f9d4bf7ac8cda90f13038f9d756f Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 28 Sep 2009 22:07:44 +0200 Subject: add nfsd port --- manifests/rules/nfsd.pp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'manifests') diff --git a/manifests/rules/nfsd.pp b/manifests/rules/nfsd.pp index 23ed33c..bd509cf 100644 --- a/manifests/rules/nfsd.pp +++ b/manifests/rules/nfsd.pp @@ -95,4 +95,21 @@ class shorewall::rules::nfsd { order => 240, action => 'ACCEPT'; } + shorewall::rule { 'net-me-rpc.nfsd-tcp': + source => 'net', + destination => '$FW', + proto => 'tcp', + destinationport => '2049', + order => 240, + action => 'ACCEPT'; + } + shorewall::rule { 'net-me-rpc.nfsd-udp': + source => 'net', + destination => '$FW', + proto => 'udp', + destinationport => '2049', + order => 240, + action => 'ACCEPT'; + } + } -- cgit v1.2.3