From owner-freebsd-questions@FreeBSD.ORG Mon Apr 4 19:42:05 2005 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 3710C16A4CE for ; Mon, 4 Apr 2005 19:42:05 +0000 (GMT) Received: from prosporo.hedron.org (hedron.org [66.11.182.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id C20AC43D45 for ; Mon, 4 Apr 2005 19:42:04 +0000 (GMT) (envelope-from ean@hedron.org) Received: from www.hedron.org (localhost.hedron.org [127.0.0.1]) by prosporo.hedron.org (Postfix) with ESMTP id 93209C104; Mon, 4 Apr 2005 15:42:54 -0400 (EDT) Received: from 216.220.59.169 (SquirrelMail authenticated user ean); by www.hedron.org with HTTP; Mon, 4 Apr 2005 15:42:54 -0400 (EDT) Message-ID: <1065.216.220.59.169.1112643774.squirrel@216.220.59.169> In-Reply-To: <20050404184626.GI89002@gnezdov.net> References: <20050404184626.GI89002@gnezdov.net> Date: Mon, 4 Apr 2005 15:42:54 -0400 (EDT) From: "Ean Kingston" To: sergei@gnezdov.net User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: freebsd-questions@freebsd.org Subject: Re: Outgoing port 113 connections 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: Mon, 04 Apr 2005 19:42:05 -0000 > My firewall keeps reporting that it denies outgoing 113 port > connections. > > Why would I allow port 113 outgoing connections? I don't seem to have > any problems at the moment. So that applications on your system can perform a remote ident request. I don't know of any program that requires ident to work. Some (like ssh in some configurations) will try it to get more information about the remote user by trying an ident call over the network. > Also, how would I identify which program is trying to connect to 113 > port? $ grep 113 /etc/services auth 113/tcp ident tap #Authentication Service auth 113/udp ident tap #Authentication Service You may also try sockstat, netstat, and tcpdump. -- Ean Kingston E-Mail: ean_AT_hedron_DOT_org PGP KeyID: 1024D/CBC5D6BB URL: http://www.hedron.org/