[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: HS : déclinaison de sous-domaine d'un nom domaine



Salut,

herve thibaud a écrit :
Que faut-l faire lorsqu'on a un nom de domaine mondomaine.ext pour avoir les sous-domaines
titi.mondomaine.ext
tata.mondomaine.ext
toto.mondomaine.ext
tutu.mondomaine.ext

On crée les enregistrements correspondants dans la zone mondomaine.ext, tout simplement. S'il s'agit de faire une délégation (le sous-domaine a sa propre zone), on crée les enregistrements NS et le cas échéant les "glue records" dans la zone parente mondomaine.ext et on installe la zone fille titi.mondomaine.ext sur les serveurs DNS en question.

- Dans la zone parente mondomaine.ext :

# délégation NS de la zone fille
titi.mondomaine.ext.  NS  ns1.mondomaine.ext ; NS dans zone parente
titi.mondomaine.ext.  NS  ns3.titi.mondomaine.ext ; NS dans zone fille
titi.mondomaine.ext.  NS  autredns.autredomaine.ext ; NS extérieur

# glue record pour adresse NS dans zone fille
ns3.titi.mondomaine.ext.  NS  1.2.3.4

# enregistrements A
ns1.mondomaine.ext.  NS  5.6.7.8


- Dans la zone fille titi.mondomaine.ext :

titi.mondomaine.ext.  SOA  [le blabla habituel]

# liste des NS faisant autorité pour la zone
titi.mondomaine.ext.  NS  ns1.mondomaine.ext ; NS dans zone parente
titi.mondomaine.ext.  NS  ns3.titi.mondomaine.ext ; NS dans zone fille
titi.mondomaine.ext.  NS  autredns.autredomaine.ext ; NS extérieur

# enregistrements A
ns3.titi.mondomaine.ext.  NS  1.2.3.4



Reply to: