p2pweb.jpg
Login | Register 
français
 
Print friendly     Home  /  The Project  /  Components  /  Global load b...  /  Bind configur...
  Architecture
  Components
  Global load balancing
  Bind configuration
  Nagios configuration
  Primary web servers
  Web mirrors
  Web monitoring
  Web caches
  Availability

Bind configuration

Global configuration

This is a standard BIND configuration BIND inspired by the Secure BIND Template

Part of the named.conf file

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