From owner-freebsd-net Thu Jun 3 12:46:56 1999 Delivered-To: freebsd-net@freebsd.org Received: from cbrune.cpsgroup.com (dallas-pix.bjke.com [144.210.8.25]) by hub.freebsd.org (Postfix) with ESMTP id 53468159B5 for ; Thu, 3 Jun 1999 12:46:27 -0700 (PDT) (envelope-from corey@cpsgroup.com) Received: from cbrune.cpsgroup.com (cbrune.cpsgroup.com [144.210.12.19]) by cbrune.cpsgroup.com (8.8.8/8.8.8) with SMTP id OAA02258 for ; Thu, 3 Jun 1999 14:46:14 -0500 (CDT) (envelope-from corey@cpsgroup.com) Date: Thu, 3 Jun 1999 14:46:14 -0500 (CDT) From: Corey Brune Reply-To: cbrune@cpsgroup.com To: freebsd-net@FreeBSD.ORG Subject: Yet another ipfw question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I tried several different rule sets and I read the FAQ and the old mailing lists but I could not find the answer. I have the following rule sets in ipfw: # ipfw list 00100 allow ip from any to any via lo0 00200 allow ip from 144.210.12.19 to any via any 00300 allow ip from any to 144.210.12.19 via any 65000 allow ip from any to any 65200 allow tcp from any to any established 65535 deny ip from any to any but I cannot go outside the LAN. I would think that the rule "allow tcp from any to any established" would pass everything through, or even the rules 200 and 300 would allow me out. Does anyone know where I am going wrong? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message