From 67587636a7fef31d08dfbd80b02db32c1d98096b Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 12 Oct 2008 19:13:30 +0000 Subject: rule to open whois to outside git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@2492 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- manifests/rules/out/whois.pp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 manifests/rules/out/whois.pp diff --git a/manifests/rules/out/whois.pp b/manifests/rules/out/whois.pp new file mode 100644 index 0000000..d003d5c --- /dev/null +++ b/manifests/rules/out/whois.pp @@ -0,0 +1,11 @@ +class shorewall::rules::out::whois { + # open whois tcp port + shorewall::rule {'me-net-tcp_whois': + source => '$FW', + destination => 'net', + proto => 'tcp', + destinationport => '43', + order => 251, + action => 'ACCEPT'; + } +} -- cgit v1.2.3