From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rob Sterenborg" Subject: RE: thoughts on a newbie tutorial i'll be giving shortly Date: Thu, 30 Oct 2003 14:14:36 +0100 Sender: netfilter-admin@lists.netfilter.org Message-ID: <20031030160409.CB6171B9B8@smtp.ttp.nl> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: 'iptables mailing list' > Just my 0.02, if it's worth that much considering I cant even > get DNS lookups from my fw working..... You have probably set policy to DROP for the OUTPUT chain. iptables -A OUTPUT -p udp --dport 53 [-d ip_dns] -j ACCEPT Some would say to also do this for the tcp proto, but this should work. Gr, Rob