forward zone help

Gie gian at silo.elga.net.id
Wed Oct 10 03:22:45 UTC 2001


hi all,
i have problem when figure out forward zone, and this is my configuration
in named.conf with ip addr 10.10.10.1/24:

zone "mydomain.com"{
	type master;
       file "db.mydomain.com";
        allow-query {
                any;
        };
        allow-transfer {
                any;
        };
};
        
zone "jkt.mydomain.com" {
        type forward;
        forwarders {
                10.10.9.1;
                10.10.9.2;
        };
};

regards,
-Gian-


More information about the bind-users mailing list