From owner-freebsd-questions Wed Jan 6 04:59:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA12800 for freebsd-questions-outgoing; Wed, 6 Jan 1999 04:59:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from yusufg.portal2.com (yusufg.portal2.com [203.85.226.249]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA12795 for ; Wed, 6 Jan 1999 04:59:14 -0800 (PST) (envelope-from yusufg@huge.net) Received: (qmail 23286 invoked by uid 500); 6 Jan 1999 12:59:28 -0000 From: "Yusuf Goolamabbas" Date: Wed, 6 Jan 1999 20:59:28 +0800 To: Mike Meyer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to allow incoming DNS via 'client' prof in rc.firewall Message-ID: <19990106205928.A23282@huge.net> References: <19990106121751.23171.qmail@yusufg.portal2.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from Mike Meyer on Wed, Jan 06, 1999 at 04:34:39AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > You need to allow both incoming and outgoing packets, and for udp, not > tcp. Try: > > /sbin/ipfw add pass udp from any to ${ip} 53 > /sbin/ipfw add pass udp from ${ip} to any 53 Hi Mike, I added the first rule (second rule is their as part of "client"). However. I get no response when queried from external network Anything, I could be doing wrong still ? > > -- Yusuf Goolamabbas yusufg@huge.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message