From owner-freebsd-questions Mon Mar 18 18:23:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cauchy.clarkevans.com (209-9-30-66.sdsl.cais.net [209.9.30.66]) by hub.freebsd.org (Postfix) with ESMTP id 2D3EA37B416 for ; Mon, 18 Mar 2002 18:23:22 -0800 (PST) Received: from cce by cauchy.clarkevans.com with local (Exim 3.33 #1) id 16n9JJ-00079V-00 for freebsd-questions@freebsd.org; Mon, 18 Mar 2002 21:25:13 -0500 Date: Mon, 18 Mar 2002 21:25:13 -0500 From: "Clark C . Evans" To: freebsd-questions@freebsd.org Subject: ipfw / tinydns settings Message-ID: <20020318212513.A27453@doublegemini.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello. I'm running tinydns on a box with ipfw, what incantation do I need to allow dns queries to the box? I have... add pass all from any to any via lo0 add pass udp from any to me 53 keep-state add pass udp from me to any 53 Anyway, I read the ipfw manual but I don't quite grok what's going on; it looks like the queries are making their way in, but the response from tinydns is being blocked. As soon as I put "add pass udp from any to any" it works... but I did this just to make sure that it is a ipfw issue. Thanks! Clark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message