bind9 ipv6
as you can see in previous post on blog i passed IPv6 certification.
Most hard part for me was configuring rDNS server
why ?
because it was really hard to undersend the zone record file
. after 20 minuts testing and making reload of my rndc file, i finly made it work.
here is rndc file for my Zone record as example.
you need to to copy it to your server and change IP's to your own ...
in named.conf (usual place /etc/bind/named.conf or /usr/local/chroot/etc/bind/named.conf)
you need to enter
zone "9.0.c.0.b.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa" {
type master;
file "/etc/bind/la2newera.com.revers";
};
where la2newera.com.revers is the file name (can be something diff. for your zone)
content of file is :
$TTL 3d
@ IN SOA 9.0.c.0.b.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa. root.la2newera.com. (
201001241 ; Serial number (YYYYMMdd)
24h ; Refresh time
30m ; Retry time
2d ; Expire time
3d ; Default TTL (bind 8 ignores this, bind 9 needs it)
)
IN NS ipv6.ns.la2newera.com.
IN MX 1 ipv6.nosferatu.la2newera.com.
; Subnet #1
$ORIGIN 9.0.c.0.b.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa.
3.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN PTR ipv6.nosferatu.la2newera.com.
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN PTR ipv6.la2newera.com.
zone file is example for my zone : 2001:470:1f0b:c09::/64
make it runing !! lats move to IPv6 ASAP !!!!!!
Moushegh

