[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] bind and recursion
- Subject: RE: [cobalt-users] bind and recursion
- From: "Paul Alcock" <webmgr@xxxxxxxxxxxxxxxxxx>
- Date: Wed Nov 13 09:31:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>
> To fix bind for yur nameservers using allow-recursion be careful not to
> use
> allow-recursion no
> or
> allow-recursion { none; };
> use
> allow-recursion { ip.ad.re.ss1; ip.ad.re.ss2 };
>
> Sendmail and DNS are two services that need to use recursive lookups.
> So the ipaddress of the server at least should be allowed recursion
>
> Gerald
On the ball Gerald, my RAQ2 quickly got lost after changing
the options in etc/named.conf to...
options {
directory "/etc/named";
recursion no;
};
luckily I had a backup of the
named.conf file and ssh access, so I was able to revert it. Phew.
so is the correct method edit to the /etc/named.conf file...
options {
directory "/etc/named";
recursion "myserveripd";
};
??
TIA
Paul ASI