X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fper-host.pp;h=a1715dc09fa63e18a60679b1e44d69bb9a936cba;hb=f7aba7c9d98a5bcf1021399fb90c918cbeda132f;hp=d608fe42ac5aabbacc3d8b707d7800e0f1689452;hpb=1d785e857b78b4163810c4de043cd9a661dcb8fb;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index d608fe42a..a1715dc09 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -25,7 +25,7 @@ class ferm::per-host { } } - abel,alwyn: { + abel,alwyn,rietz: { @ferm::rule { "dsa-tftp": description => "Allow tftp access", rule => "&SERVICE(udp, 69)" @@ -128,6 +128,13 @@ class ferm::per-host { rule => "&TCP_UDP_SERVICE(5080)" } } + scelsi: { + @ferm::rule { "dc11-icecast": + domain => "(ip ip6)", + description => "Allow icecast access", + rule => "&SERVICE(tcp, 8000)" + } + } } case $hostname { rautavaara,luchesi: { @@ -150,6 +157,7 @@ class ferm::per-host { proto udp dport (53 123) ACCEPT; proto tcp dport 8140 daddr 82.195.75.104 ACCEPT; # puppethost proto tcp dport 5140 daddr (82.195.75.98 206.12.19.121) ACCEPT; # loghost + proto tcp dport 11371 daddr 82.195.75.107 ACCEPT; # keyring host proto tcp dport (25 submission) daddr ($HOST_MAILRELAY_V4) ACCEPT ' }