From owner-freebsd-stable@FreeBSD.ORG Mon Oct 22 08:53:13 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E7DA16A419 for ; Mon, 22 Oct 2007 08:53:13 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id CE02813C4B2; Mon, 22 Oct 2007 08:53:12 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <471C64F8.8060905@FreeBSD.org> Date: Mon, 22 Oct 2007 10:53:12 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Squirrel References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Closed Port, Need to Reopen X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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 Oct 2007 08:53:13 -0000 Squirrel wrote: > For some reason, my port 1645 is closed on FreeBSD 6.2. I have all the firewall disabled, but it's not allowing me access the port 1645. How do you manually open this port? I can't seem to find at google. FreeBSD does nothing special here. If you are sure you have an application listening on this port (check sockstat) then it is being filtered somewhere in between you and the machine you are trying to check from. Kris