Ticket #1104 (closed defect: fixed)

Opened 8 months ago

Last modified 2 months ago

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

Reported by: mlutfy Assigned to: 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

04/10/08 21:49:09 changed by anarcat

Ceci est relié à [1025].

04/13/08 18:46:52 changed by anarcat

  • priority changed from normal to high.

10/07/08 01:58:04 changed 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