From owner-freebsd-questions@FreeBSD.ORG Sat Jan 8 15:29:55 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7549816A4CE for ; Sat, 8 Jan 2005 15:29:55 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 047B143D3F for ; Sat, 8 Jan 2005 15:29:55 +0000 (GMT) (envelope-from j65nko@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so601886wri for ; Sat, 08 Jan 2005 07:29:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=hgNtUqfe+dlVWlrnKpJJub3n/vj5T1rA/DIe2voKLW4Q0MZ6XCtmRwrHLD39uoEltvq9q5N+6Y/GLmA6r2SsjVejLSPcAAIhHzqApSbV8rbY2H6nLyXuGzExOhNC2/LBqWf1t5CFZmXqtmdk0IRcJFJSL72/GbMDqRXqMQxajVM= Received: by 10.54.23.65 with SMTP id 65mr347876wrw; Sat, 08 Jan 2005 07:29:54 -0800 (PST) Received: by 10.54.37.19 with HTTP; Sat, 8 Jan 2005 07:29:53 -0800 (PST) Message-ID: <19861fba0501080729ccb39e6@mail.gmail.com> Date: Sat, 8 Jan 2005 16:29:53 +0100 From: J65nko BSD To: V Foulk In-Reply-To: <000901c4f52a$74466ae0$68bbbbc0@kewdaeahnhd04i> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050107192851.GK3639@gentoo-npk.bmp.ub> <000901c4f52a$74466ae0$68bbbbc0@kewdaeahnhd04i> cc: Nathan Kinkade cc: freebsd-questions@freebsd.org Subject: Re: IPFW and whois lookup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: J65nko BSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2005 15:29:55 -0000 On Fri, 7 Jan 2005 19:33:32 -0700, V Foulk wrote: [snip] > > # ipfw list > 65535 allow ip from any to any > > I did have more elaborate rule sets that worked great, with the > exception of the whois/hostname lookups. > > $ grep whois /etc/services whois 43/tcp nicname In pf the following rule would allow whois requests, initiated by clients behind the firewall pass out quick on xl0 proto tcp from any to any port = whois flags S/SA modulate state > [snip] >