Date: Sun, 23 Oct 2005 00:53:43 -0400 (EDT) From: John Do <pcbsdguy@yahoo.ca> To: freebsd-questions@freebsd.org Subject: IPFW equivalent of iptables --state ESTABLISHED, RELATED Message-ID: <20051023045343.27950.qmail@web35802.mail.mud.yahoo.com>
next in thread | raw e-mail | index | archive | help
Hi guys I'm having trouble with IPFW I need to allow user initiated traffic IN but I can't Basically in iptables for Linux I would have used something like -A INPUT -p tcp -m tcp --state ESTABLISHED,RELATED -j ACCEPT Can someone help me discover what the equivalent syntax in IPFW would be? I have tried to use "allow tcp from any to any established in" but it doesn't work much appreciated thanks guys ! __________________________________________________________ Find your next car at http://autos.yahoo.ca
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051023045343.27950.qmail>