C’est pratique comme site ça permet de mesurer la performance de ma manoeuvre 
Bon alors je vais fouiller ^^
[code]ns:~# cat /etc/resolv.conf
nameserver config
#nameserver 8.8.8.8
domain kitsun.me
search kitsun.me
nameserver 5.9.234.154
[/code]
ns:/etc/bind# cat db.kitsun.me
;
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA ns.kitsun.me. root.ns.kitsun.me. (
201103161112 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns.kitsun.me.
kitsun.me. IN A 5.9.234.154
ns IN A 5.9.234.154
coucou IN A 5.9.234.154
pourquoi IN CNAME coucou
tespascheztoi IN CNAME forum.debian-fr.org.
[code]ns:/etc/bind# cat db.kitsun.me.inv
; BIND reverse data file for eth0 interface
;
$TTL 604800
@ IN SOA root.ns.kitsun.me. root.ns.kitsun.me. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns.
230 IN PTR root.ns.kitsun.me.
[/code]
[code]ns:/etc/bind# cat named.conf.local
//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include “/etc/bind/zones.rfc1918”;
zone “kitsun.me” {
type master;
file “/etc/bind/db.kitsun.me”;
forwarders{};
};
zone “100.10.10.in-addr.arpa” {
type master;
file “/etc/bind/db.kitsun.me.inv”;
forwarders{};
};
[/code]
[code]ns:/etc/bind# cat named.conf.default-zones
// prime the server with knowledge of the root servers
zone “.” {
type hint;
file “/etc/bind/db.root”;
};
// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912
zone “localhost” {
type master;
file “/etc/bind/db.local”;
};
zone “127.in-addr.arpa” {
type master;
file “/etc/bind/db.127”;
};
zone “0.in-addr.arpa” {
type master;
file “/etc/bind/db.0”;
};
zone “255.in-addr.arpa” {
type master;
file “/etc/bind/db.255”;
};
[/code]
[code]ns:/etc/bind# cat named.conf.options
options {
directory “/var/cache/bind”;
zone-statistics yes;
// If there is a firewall between you and nameservers you want
// to talk to, you may need to fix the firewall to allow multiple
// ports to talk. See http://www.kb.cert.org/vuls/id/800113
// If your ISP provided one or more IP addresses for stable
// nameservers, you probably want to use them as forwarders.
// Uncomment the following block, and insert the addresses replacing
// the all-0's placeholder.
// forwarders {
// 0.0.0.0;
// };
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
};
logging {
channel b_query {
file “/var/log/bind9/query.log” versions 2 size 1m;
print-time yes;
severity info;
};
category queries { b_query; };
};
[/code]
Gandi :
http://5.9.234.154/gandihome.png
http://5.9.234.154/gandiglue.png