From owner-freebsd-ipfw Fri Mar 30 13:52:44 2001 Delivered-To: freebsd-ipfw@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id CA2F037B71A for ; Fri, 30 Mar 2001 13:52:42 -0800 (PST) (envelope-from nick@rogness.net) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id f2UM0Ki85583; Fri, 30 Mar 2001 16:00:20 -0600 (CST) (envelope-from nick@rogness.net) Date: Fri, 30 Mar 2001 16:00:20 -0600 (CST) From: Nick Rogness X-Sender: nick@cody.jharris.com To: alexus Cc: freebsd-ipfw@FreeBSD.ORG Subject: Re: seperation of incoming and outgoing connection in firewall In-Reply-To: <012001c0b961$a491aab0$9865fea9@book> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ipfw@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 30 Mar 2001, alexus wrote: > ipfw add deny log from any to any 110 > ipfw add allow from any to any 995 > > supposly this should've worked.. > > but! i ran into another problem with it.. now from my box i can't access any > other computers on port 110 > > how can i specify in ipfw that this is for incoming connections only not for > bi-direction? ipfw add deny log tcp from any to any 110 in via xl0 Nick Rogness - Keep on Routing in a Free World... "FreeBSD: The Power to Serve!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ipfw" in the body of the message