forward record type?

Barry Margolin barmar at genuity.net
Tue May 23 17:17:01 UTC 2000


In article <392a90d8_4 at news3.prserv.net>,
Mark Johnson <mark_johnson at ordina.co.uk> wrote:
>hello group
>
>i have setup an internal dns here, but the company web site is hosted out on
>the internet. when i try to connect to:
>
>www.ordina.co.uk
>
>it fails, i am assuming that the dns i have setup thinks that www should be
>in the domain and fails.
>
>what i would like to do is maybe setup a record for www but say that to
>resolve that address go out to another dns (the isp's).
>
>any ideas anyone?

zone "www.ordina.co.uk" {
  type forward;
  forwarders { <ISP's server>; };
};

-- 
Barry Margolin, barmar at genuity.net
Genuity, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.



More information about the bind-users mailing list