Ticket #1104 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

dns: intégration des confs pour les "slaves" ne se fait pas

Reported by: mlutfy Owned by: anonymous
Priority: high Milestone: alternc-0.9.9
Component: Package Debian Version:
Severity: major Keywords:
Cc:

Description

Sur un serveur AlternC, par l'interface administrative, j'ai authorisé un DNS slave de faire des transfers de zones. AlternC a généré le /var/alternc/bind/slaveip.conf correctement, mais il n'a pas modifié le fichier /etc/bind/named.conf.local.

Par conséquent, mon serveur slave se faisait refuser les transfers.

Les ajouts à named.conf.local devraient se faire lors de l'installation? J'ai réparé mon serveur en ajoutant manuellement le fichier named.conf.local :

include "/etc/bind/named.conf.acl"; include "/var/alternc/bind/automatic.conf"; include "/var/alternc/bind/slaveip.conf";

mathieu

Change History

comment:1 Changed 5 years ago by anarcat

Ceci est relié à [1025].

comment:2 Changed 5 years ago by anarcat

  • Priority changed from normal to high

comment:3 Changed 5 years ago by anarcat

  • Status changed from new to closed
  • Resolution set to fixed

(In [2328]) stop overwriting named.conf

starting this release, only named.conf.options will be replaced (as we need to modify the options {} block and can't just add another one). We still install a named.conf, a fresh version from Lenny this time, so that we get a clean start.

Also get rid of the bind_internal parameter that is not really used or recommended, as it allows for authoritative nameservers to also serve recursive queries (which is bad practice).

See: #1025 Closes: #1104

Note: See TracTickets for help on using tickets.