From owner-freebsd-stable@FreeBSD.ORG Mon Nov 22 17:29:06 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12BA816A4CE for ; Mon, 22 Nov 2004 17:29:06 +0000 (GMT) Received: from radix.cryptio.net (radix.cryptio.net [64.81.55.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE48143D41 for ; Mon, 22 Nov 2004 17:29:05 +0000 (GMT) (envelope-from emechler@radix.cryptio.net) Received: from radix.cryptio.net (localhost [127.0.0.1]) by radix.cryptio.net (8.13.1/8.13.1) with ESMTP id iAMHT5Xe076356 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 22 Nov 2004 09:29:05 -0800 (PST) (envelope-from emechler@radix.cryptio.net) Received: (from emechler@localhost) by radix.cryptio.net (8.13.1/8.13.1/Submit) id iAMHT5ax076355; Mon, 22 Nov 2004 09:29:05 -0800 (PST) (envelope-from emechler) Date: Mon, 22 Nov 2004 09:29:05 -0800 From: Erick Mechler To: Simon Fishley Message-ID: <20041122172905.GG69324@techometer.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-stable@freebsd.org Subject: Re: Newbie Port Filter Question on 4.10stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 17:29:06 -0000 :: Can anyone point me to a clear resource on what I should do to start, stop :: and flush the port filter rules and whether or not I was working in the :: correct place to begin with. Always start with the Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls.html Then, the list archives (specifically this thread that started on the 20th on -security): http://docs.freebsd.org/cgi/getmsg.cgi?fetch=56843+0+archive/2004/freebsd-security/20041121.freebsd-security Best practice would be to take what you want out of /etc/rc.firewall and build your own ruleset in another file. That way you can't accidentally overwrite it the next time you run mergemaster. Cheers - Erick