delegation issue

ZX710STER001, Ext ext.zx710ster001 at astrium.eads.net
Fri Sep 16 11:54:39 UTC 2005


> 
> No.  Forwarders are used whenever a server would need to recurse.  It 
> doesn't matter that the NS records for the other zone are in your 
> authoritative data.  How is named supposed to know that you have direct 
> connectivity to the servers in those delegation records?  For all it 
> knows, those delegation records are just for the benefit of outside 
> users.
> 
> The solution for this is to use forwarding zones:
> 
> zone "proxypac.site.country.company.int" {
>   type forward;
>   forwarders { <address of dns_sub1>; <address of dns_sub2>; };
> };

	Or you can turn off forwarding in the parent zones.

zone "site.country.company.int" {
	type master;
	...
	forwarders { /* empty */ };
};
 
Ok i will try both solutions.
Is there one that i should privilege ? The objective is to have a kind of
fail-over system concerning this sub domain ?

---------------------------------------------------------

CE COURRIER ELECTRONIQUE EST A USAGE STRICTEMENT INFORMATIF ET NE SAURAIT ENGAGER DE QUELQUE MANIERE QUE CE SOIT EADS ASTRIUM SAS, NI SES FILIALES.

SI UNE ERREUR DE TRANSMISSION OU UNE ADRESSE ERRONEE A MAL DIRIGE CE COURRIER, MERCI D'EN INFORMER L'EXPEDITEUR EN LUI FAISANT UNE REPONSE PAR COURRIER ELECTRONIQUE DES RECEPTION. SI VOUS N'ETES PAS LE DESTINATAIRE DE CE COURRIER, VOUS NE DEVEZ PAS L'UTILISER, LE CONSERVER, EN FAIRE ETAT, LE DISTRIBUER, LE COPIER, L'IMPRIMER OU EN REVELER LE CONTENU A UNE TIERCE PARTIE.



This email is for information only and will not bind EADS Astrium SAS in any contract or obligation, nor its subsidiaries.

If you have received it in error, please notify the sender by return email. If you are not the addressee of this email, you must not use, keep, disseminate, copy, print or otherwise deal with it.

---------------------------------------------------------



More information about the bind-users mailing list