p2pweb.jpg
Authentification | S'enregistrer 
English
 
Imprimer la page     Accueil  /  Le Projet  /  Les composants  /  Load balancin...  /  Configuration...
  Architecture
  Les composants
  Load balancing global
  Configuration BIND
  Configuration NAGIOS
  Web primaires
  Web miroirs
  Suivi de performance
  Caches Web
  Disponibilité

Configuration BIND

Configuration globale

La configuration BIND est tout à fait standard : elle est dérivée du Secure BIND Template

Extrait du fichier named.conf

controls {
  inet 127.0.0.1 allow { localhost; };
};

// Master zones
zone "p2pweb.net" { 
        type master;
        file "master/p2pweb.net.zone";
};

zone "mediaport.net" {
        type master;
        file "master/mediaport.net.zone";
};

};
Fichier p2pweb.net.zone
@               IN SOA          ns0.p2pweb.net. root.p2pweb.net. (
                                2004020801      ; serial
                                10800           ; refresh
                                3600            ; retry
                                604800          ; expiry
                                86400 )         ; minimum

                IN NS           ns0.mediaport.net.
                IN NS           ns1.mediaport.net.
                IN NS           ns2.mediaport.net.

                IN MX 10        smtp.mediaport.net.

stats           IN      A       82.66.103.28

www 300 IN A 82.66.103.28
www 300 IN A 81.56.196.124
www 300 IN A 66.35.250.210