Hello everyone,

I have to configure bind9 on ipv6 network but it does not work!!
This is the contents of /etc/named.conf.local:

zone "stonesoft.server" {
        type master;
        file "/etc/bind/db.stonesoft.server";
};

// Network 2001:7b8:3cd:3::/64
zone "3.0.0.0.d.c.3.0.8.b.7.0.1.0.0.2.ip6.arp" {
    type master;
        file "/etc/bind/db.2.0.0.1";

};

This is the contents of /etc/db.stonesoft.server:
$TTL 3h
@       IN      SOA     ns.stonesoft.server. soufia.stonesoft.server. (
                                2005090201
                                8H
                                2H
                                1W
                                1D )

@       IN      NS      ns.stonesoft.server.
@       AAAA      2001:7b8:3cd:3::1731

ns              AAAA       2001:7b8:3cd:3::1731

hassen-desktop          AAAA      2001:7b8:3cd:3::1732

This is the contents of /etc/db.stonesoft.server:
$TTL 3h
@       IN      SOA     ns.stonesoft.server. soufia.stonesoft.server. (
                                2005090201
                                8H
                                2H
                                1W
                                1D )

@       IN      NS      ns.stonesoft.server.
@       AAAA      2001:7b8:3cd:3::1731

ns              AAAA       2001:7b8:3cd:3::1731

hassen-desktop          AAAA      2001:7b8:3cd:3::1732

when I execute nslookup to verify my server I obtain this errors:
r...@soufia-laptop:/home/soufia# nslookup
> server ::1
Default server: ::1
Address: ::1#53
> ns.stonesoft.server
Server:        ::1
Address:    ::1#53

*** Can't find ns.stonesoft.server: No answer
> 2001:7b8:3cd:3::1731
Server:        ::1
Address:    ::1#53

** server can't find 
1.3.7.1.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.0.d.c.3.0.8.b.7.0.1.0.0.2.ip6.arpa: 
NXDOMAIN

Please do you have any suggestion

Thanks,
Sofia





      
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to