Quoting Eddie Strohmier ([EMAIL PROTECTED]):
> Does anyone know the syntax for fowarders in named.conf. In the old
> named.boot file I would do this:
> 
> forwarders <tab> xxx.yyy.zzz.aaa xxx.yyy.zzz.bbb
> 
> That's all there was to it. Named complains with a syntax error when I try
> this in named.conf.

In the "options" section, you need something like:

  forwarders {
    xxx.yyy.zzz.aaa;
    xxx.yyy.zzz.bbb;
  };

James.
-- 
 "Yield to temptation --             | Consultancy: [EMAIL PROTECTED] 
  it may not pass your way again"    | http://www.cloud9.co.uk/james
                                     |
        - Lazarus Long               |              James Fidell


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to