You're missing the second semicolon in the list of servers you forward =
to (after 10.1.1.2).
Maria
-----Original Message-----
From: bind@xxxxxxxxxxxxxxxx [mailto:bind@xxxxxxxxxxxxxxxx]
Sent: Tuesday, August 27, 2002 12:33 PM
To: bind9-users@xxxxxxx
Subject: Forward Zones option in BIND
In the latest version of BIND and DNS from O'Reilly they mention a new
feature that allowed you to forward dns lookups to another DNS based on =
a
given domain.
zone "pixar.com" {
type forward;
forwarders { 10.1.1.1; 10.1.1.2 };
};
I have confirmed that this is working in my BIND 8.2.x installation.
Does anyone know when this will be included in BIND 9.2.x ?
I have BIND 9.2.1 running and get a syntax error when tried.
Thanks
Gary
|