summaryrefslogtreecommitdiff
path: root/puppet/modules/site_shorewall/manifests/eip.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-10-09 00:48:21 +0200
committervarac <varacanero@zeromail.org>2012-10-09 00:48:21 +0200
commita3cd8ac7a637111281f32d6ed5c8e856fe5be973 (patch)
treed88f702c177ec567a9c9540c23ceac1465334db7 /puppet/modules/site_shorewall/manifests/eip.pp
parentc716f40cf2011c3141e2e7150fd3f928ffac626a (diff)
shorewall: need to sprecify protocol
Diffstat (limited to 'puppet/modules/site_shorewall/manifests/eip.pp')
-rw-r--r--puppet/modules/site_shorewall/manifests/eip.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/puppet/modules/site_shorewall/manifests/eip.pp b/puppet/modules/site_shorewall/manifests/eip.pp
index 8624af87..0902039c 100644
--- a/puppet/modules/site_shorewall/manifests/eip.pp
+++ b/puppet/modules/site_shorewall/manifests/eip.pp
@@ -7,7 +7,9 @@ class site_shorewall::eip {
# define macro
file { "/etc/shorewall/macro.leap_eip":
- content => 'PARAM - - - 53,80,443,1194', }
+ content => 'PARAM - - tcp 53,80,443,1194
+PARAM - - udp 53,80,443,1194
+', }
shorewall::interface {'tun0':
zone => 'eip',