From mboxrd@z Thu Jan 1 00:00:00 1970 From: Corin Langosch Subject: dns server Date: Thu, 6 Jun 2002 15:22:31 +0200 Sender: netfilter-admin@lists.samba.org Message-ID: <1420507267.20020606152231@gmx.de> Reply-To: Corin Langosch Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.samba.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: IP-Tables Maillingliste Hi, im running a dns server here and i'm not sure if the following rule is enough to allow dns queries from everywhere: $IPTABLES -A INPUT -p udp --destination-port 53 -j ACCEPT all other packets are reject or dropped. Thanks, Corin