This is a discussion on IPV6 forwarders problem within the Bind Users forums, part of the DNS and Related Forums category; I'm try to setup a linux bind server running ipv6 and ipv4 service. It appears that whenever I disable, '...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm try to setup a linux bind server running ipv6 and ipv4 service. It appears that whenever I disable, 'listen-on-v6 { any; };', my forwarders options work just fine and I'm able to resolve for domain other them my own. Once , 'listen-on-v6 { any; };', is re-enabled I can no longer resolve for other domain. =20 I even tried to force query onto the ipv4 address but that didn't help. Any ideas??? OS: Mandrake V10 Bind: Bind-9.2.3-4mdk =3D=3D=3D=3D named.conf =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D // generated by named-bootconf.pl options { directory "/var/named"; tcp-clients 1000; recursive-clients 10000; allow-recursion {10/8;}; query-source address 10.10.7.249 port 53; allow-transfer { ::ffff:10.10.0.3; 10.10.0.3; ::ffff:10.10.0.1; 10.10.0.1; ::ffff:10.10.1.23; 10.10.1.23; }; forwarders { ::ffff:10.10.0.1; ::ffff:10.10.0.3; }; // forwarders { 10.10.0.1; 10.10.0.3; }; listen-on-v6 { any; }; match-mapped-addresses yes; forward first; pid-file "/var/run/named/named.pid"; }; |
![]() |
| Thread Tools | |
| Display Modes | |
|
|