From owner-freebsd-questions@FreeBSD.ORG Sun Nov 7 19:13:30 2004 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 E655B16A4CE for ; Sun, 7 Nov 2004 19:13:30 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D5CD43D31 for ; Sun, 7 Nov 2004 19:13:30 +0000 (GMT) (envelope-from normal1.lists@gmail.com) Received: by wproxy.gmail.com with SMTP id 65so119203wri for ; Sun, 07 Nov 2004 11:13:29 -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=pEwmDtWfdaVGe8z8V1C6NalyHJVUq891A3MOWmPsKXE/Zv4gA/ZzomyjB/wpmGO81ymvY/4dd8PPvwVi/+BhHrXcghkhfpYSNvCSX9+raa4ipYwlg/mYca1Ky/a8CS2l7l5So4hEtDpnKPt0VSW7oLMYw4GvlErUsfpCwDlEehk= Received: by 10.54.21.61 with SMTP id 61mr181275wru; Sun, 07 Nov 2004 11:13:29 -0800 (PST) Received: by 10.54.2.42 with HTTP; Sun, 7 Nov 2004 11:13:29 -0800 (PST) Message-ID: Date: Sun, 7 Nov 2004 11:13:29 -0800 From: gabriel To: David Banning In-Reply-To: <20041107185705.GA6526@skytrackercanada.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041107185705.GA6526@skytrackercanada.com> cc: questions@freebsd.org Subject: Re: ipfw allowing browser only X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gabriel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 19:13:31 -0000 did ya restart natd after making that change? - does it work without the deny rule? On Sun, 7 Nov 2004 13:57:05 -0500, David Banning wrote: > I am trying to filter out all traffic except browser traffic. > So I tried > > 01000 allow tcp from any to 192.168.1.6 80 > 01100 allow udp from any to 192.168.1.6 80 > 01200 deny ip from any to 192.168.1.6 > 65535 allow ip from any to any > > But this does not allow browser traffic. > > I have my browser traffic redirected via ipnat - ipnat rules are; > > rdr dc0 127.0.0.1/0 port 80 -> 192.168.1.1 port 8180 tcp > > I don't know what comes first, the redirect or the firewall, so maybe > I should be allowing traffic to 8180? > > My host is 192.168.1.1 and the win browser is at 192.168.1.6 > > Any help here would be appreciated. > > -- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- gabriel, Member of: FreeBSD-Announce FreeBSD-Hardware FreeBSD-Multimedia FreeBSD-questions