Date: Mon, 27 Jul 1998 09:59:53 -0400 (EDT) From: Mike <mike@seidata.com> To: Jesse <j@lumiere.net> Cc: freebsd-security@FreeBSD.ORG Subject: Re: ipfw rules to allow DNS activity Message-ID: <Pine.BSF.4.01.9807270956570.24288-100000@ns1.seidata.com> In-Reply-To: <Pine.BSF.3.96.980727001106.118A-100000@leaf.lumiere.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 27 Jul 1998, Jesse wrote:
> hehe). Anyway, I was wondering what are the minimum rules necessary to
> allow DNS queries/transfers from other servers to my server, and also to
> allow queries from my server to other servers.
I'm running BIND8, and would suggest that you simply use an
'allow-transfer' statement in named.conf if you are doing the same.
Unless you prefer using ipfw for some reason, setup and maintenance seems
much simpler and understandable through named.conf.
allow-transfer {
10.2.0.1; // ips of servers to allow...
10.2.0.3;
//etc...
};
-mike
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.01.9807270956570.24288-100000>
