From owner-freebsd-questions@FreeBSD.ORG Sat Nov 8 18:48:51 2003 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 4861C16A4CE for ; Sat, 8 Nov 2003 18:48:51 -0800 (PST) Received: from falcon.midgard.homeip.net (h76n3fls24o1048.bredband.comhem.se [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 81BB543FD7 for ; Sat, 8 Nov 2003 18:48:49 -0800 (PST) (envelope-from ertr1013@student.uu.se) Received: (qmail 70281 invoked by uid 1001); 9 Nov 2003 02:48:48 -0000 Date: Sun, 9 Nov 2003 03:48:48 +0100 From: Erik Trulsson To: Peter Kok Message-ID: <20031109024848.GA70204@falcon.midgard.homeip.net> Mail-Followup-To: Peter Kok , questions@FreeBSD.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: questions@FreeBSD.org Subject: Re: unkown this port 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: Sun, 09 Nov 2003 02:48:51 -0000 On Sat, Nov 08, 2003 at 09:23:13PM -0500, Peter Kok wrote: > Hi all > > I got this port 1658 opening on the server > > > udp4 0 0 *.* *.* > udp4 0 0 *.1658 *.* > udp4 0 0 *.* *.* > > I checked this internet and this port is for sixnetudr Or for anything else that might choose to use it. Any program can listen on any port >1023. (Port numbers <1024 are normally only usable by programs running as root.) > > but > > 1/ I don't know what it is? > 2/ I don't know which programming the server is running on this port? Use sockstat(1) or the sysutils/lsof port to see which program is listening on that port. -- Erik Trulsson ertr1013@student.uu.se