From owner-freebsd-ipfw Sun Jan 21 9:29:29 2001 Delivered-To: freebsd-ipfw@freebsd.org Received: from blaz.niinet.net (cs160144-62.satx.rr.com [24.160.144.62]) by hub.freebsd.org (Postfix) with ESMTP id 0469637B402 for ; Sun, 21 Jan 2001 09:29:10 -0800 (PST) Received: from blaz.niinet.net (vega [192.168.2.2]) by blaz.niinet.net (8.11.1/8.11.1) with ESMTP id f0LHT9J01538 for ; Sun, 21 Jan 2001 11:29:09 -0600 (CST) (envelope-from jhunt@blaz.niinet.net) Message-ID: <3A6B1C57.4FC7334B@blaz.niinet.net> Date: Sun, 21 Jan 2001 11:28:55 -0600 From: Jason Hunt X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.0 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ipfw@freebsd.org Subject: ipfw troubles.. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ipfw@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello, I am having a little trouble with my rules that I don't fully understand. I have the following in my ipfw rules but its not working the way I would expect: # Allow ICQ Server Packets add allow tcp from any 5190 to any via xl0 # Allow ICQ Client-to-Client communications add allow tcp from any 1024-65535 to any 1024-65535 in recv xl0 my firewall has xl0 connected to cable modem, and xl1 is connected to local lan. Machines behind the firewall can not access icq though, or some other services. How can I basically allow everything that can get to the firewall through to my lan? thanks for any help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ipfw" in the body of the message