|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
On Friday 06 June 2008 14:58, Neill R wrote:
> I am trying to create a true subdomain in Bind 9 , where it's actually
> delegated to another set of name servers.
You are looking for a FORWARD then.
zone "<zone>" {
type forward;
forward only;
forwarders { <ipaddr>; <ipaddr>; };
check-names ignore;
};
--
Regards
Robert
Smile... it increases your face value!
Linux User #296285
http://counter.li.org
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|