include apache2
}
- if $::hostname in [ravel,senfl,orff,diamond,rietz,denis] {
- include named::authoritative
- } elsif $::hostname in [geo1,geo2,geo3] {
+ if $::hostname in [geo1,geo2,geo3] {
include named::geodns
}
- if $::hostname in [denis] {
- include dnsextras::entries
- }
if $::hostname in [diabelli,nono] {
include dacs
class named {
-
munin::check { 'bind': }
site::aptrepo { 'bind-ratelimit':
rule => 'proto udp dport 53 mod string from 32 to 64 algo bm hex-string \'|0000ff0001|\' jump DROP'
}
- @ferm::rule { '01-dsa-bind':
- domain => '(ip ip6)',
- description => 'Allow nameserver access',
- rule => '&TCP_UDP_SERVICE(53)'
+ if getfromhash($site::nodeinfo, 'dns_primary') {
+ @ferm::rule { '01-dsa-bind-4':
+ domain => '(ip)',
+ description => 'Allow nameserver access',
+ rule => '&SERVICE_RANGE(tcp, 5671, $HOST_DEBIAN_V4)',
+ }
+ @ferm::rule { '01-dsa-bind-6':
+ domain => '(ip6)',
+ description => 'Allow nameserver access',
+ rule => '&SERVICE_RANGE(tcp, 5671, $HOST_DEBIAN_V6)',
+ }
+ } else {
+ @ferm::rule { '01-dsa-bind':
+ domain => '(ip ip6)',
+ description => 'Allow nameserver access',
+ rule => '&TCP_UDP_SERVICE(53)'
+ }
}
@ferm::rule { 'dsa-bind-notrack':
}
}
+ if getfromhash($site::nodeinfo, 'dns_primary') {
+ include named::primary
+ }
+ if getfromhash($site::nodeinfo, 'dns_secondary') {
+ include named::authoritative
+ }
+
if $::hostname in [ravel] {
include roles::weblog_destination
}