X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fper-host.pp;h=1df7bdb1019338742f744332f541dbb577f5b224;hb=ed9c729b83a62494467aed2f2042f24944120f6b;hp=5aee5dedd1bdc158e0e13fa3d78bc2d68e26a8d7;hpb=b6295d30f51f50159f4d10328372cf148f9c09a8;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 5aee5dedd..1df7bdb10 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -48,6 +48,20 @@ class ferm::per-host { rule => '&SERVICE_RANGE(tcp, 3493, ( 82.195.75.64/26 192.168.43.0/24 ))' } } + bendel: { + @ferm::rule { 'listmaster-ontp-in': + description => 'ONTP has a broken mail setup', + table => 'filter', + chain => 'INPUT', + rule => 'source 188.165.23.89/32 proto tcp dport 25 jump DROP', + } + @ferm::rule { 'listmaster-ontp-out': + description => 'ONTP has a broken mail setup', + table => 'filter', + chain => 'OUTPUT', + rule => 'destination 78.8.208.246/32 proto tcp dport 25 jump DROP', + } + } danzi: { @ferm::rule { 'dsa-postgres-danzi': description => 'Allow postgress access', @@ -189,6 +203,12 @@ REJECT reject-with icmp-admin-prohibited rule => 'source 82.195.75.108 proto (tcp udp) sport 53 jump NOTRACK' } } + sonntag: { + @ferm::rule { 'dsa-bugs-search': + description => 'port 1978 for bugs-search from bug web frontends', + rule => '&SERVICE_RANGE(tcp, 1978, ( 140.211.166.26 206.12.19.140 ))' + } + } default: {} }