9.3.0 and ipv6 on linux 2.4.27

Jack Tavares j.tavares at F5.com
Tue Oct 19 22:12:48 UTC 2004


 >=20
> options {
>         directory "/etc/named";
>         listen-on { 68.47.208.78; 192.168.1.1; };
>         pid-file "/etc/named/named.pid";
>         allow-recursion { 192.168.1.0/24; ! 0.0.0.0; };
>         listen-on-v6 { 3ffe:401d:202b::1000; };
> };
>=20

I have a similar config and I notice the same thing
9.3.0 on RH 9.0

options {
        listen-on port 53 { any; };
        listen-on-v6 port 53 { any; };


--
jack


More information about the bind-users mailing list