From owner-freebsd-questions@FreeBSD.ORG Wed Oct 13 05:04:35 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 65F5916A4CE for ; Wed, 13 Oct 2004 05:04:35 +0000 (GMT) Received: from mail.clubplus.net (ott.clubplus.net [216.113.38.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0C7343D2F for ; Wed, 13 Oct 2004 05:04:34 +0000 (GMT) (envelope-from david+dated+1098075866.4c9cf2@skytracker.ca) Received: (qmail 8576 invoked by uid 2280); 13 Oct 2004 05:08:10 -0000 Received: from 3s1.com (209.188.66.29) by ott.clubplus.net with DES-CBC3-SHA encrypted SMTP; 13 Oct 2004 05:08:10 -0000 Received: (from root@localhost) by 3s1.com (8.12.8p1/8.12.8) id i9D54ThO087710 for questions@freebsd.org; Wed, 13 Oct 2004 01:04:29 -0400 (EDT) (envelope-from david+dated+1098075866.4c9cf2@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.12.8p1/8.9.3) with ESMTP id i9D54R6D087685 for ; Wed, 13 Oct 2004 01:04:27 -0400 (EDT) Received: (from david@localhost) by 3s1.com (8.12.8p1/8.12.8/Submit) id i9D54Qrm087684 for questions@freebsd.org; Wed, 13 Oct 2004 01:04:26 -0400 (EDT) (envelope-from david+dated+1098075866.4c9cf2@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1098075866.4c9cf2@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Wed, 13 Oct 2004 01:04:26 -0400 (EDT) Date: Wed, 13 Oct 2004 01:04:24 -0400 To: questions@freebsd.org, Luke Kearney , davemac11@yahoo.com Message-ID: <20041013050424.GA87540@skytrackercanada.com> References: <20041013033432.GA6977@skytrackercanada.com> <20041013123517.F7D6.LUKEK@meibin.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041013123517.F7D6.LUKEK@meibin.net> User-Agent: Mutt/1.4.1i From: David Banning X-Delivery-Agent: TMDA/1.0.2 (Bold Forbes) X-scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) Subject: Re: ipfw - denying all - what port for OE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 05:04:35 -0000 My server is my desktop. My ipfw rules follow. Whenever I take out line 12000 is runs fine. When I put it back in I can't run OE. 01000 allow tcp from any to any 10060 01040 allow tcp from any to any 22 10100 allow tcp from any to any 80 10200 allow tcp from any to any 10080 10300 allow tcp from any to any 3128 10400 allow tcp from any to any 8180 10600 allow tcp from any to any 8025 10700 allow tcp from any to any 110 10800 allow tcp from any to any 25 10810 allow tcp from any to any 109 10820 allow tcp from any to any 106 11001 allow tcp from any to any 389 11002 allow tcp from any to any 636 11003 allow tcp from any to any 379 11004 allow tcp from any to any 390 11005 allow tcp from any to any 3268 11006 allow tcp from any to any 3269 11007 allow tcp from any to any 143 11008 allow tcp from any to any 993 11009 allow tcp from any to any 995 11010 allow tcp from any to any 119 11011 allow tcp from any to any 563 11012 allow tcp from any to any 443 11013 allow tcp from any to any 465 11015 allow tcp from any to any 625 11016 allow tcp from any to any 135 11017 allow tcp from any to any 935 12000 deny tcp from 209.188.66.29 to any --