Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Nov 2003 03:48:48 +0100
From:      Erik Trulsson <ertr1013@student.uu.se>
To:        Peter Kok <cckok00@hotmail.com>
Cc:        questions@FreeBSD.org
Subject:   Re: unkown this port
Message-ID:  <20031109024848.GA70204@falcon.midgard.homeip.net>
In-Reply-To: <LAW11-F126CLjme2E8H00026e51@hotmail.com>
References:  <LAW11-F126CLjme2E8H00026e51@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.


-- 
<Insert your favourite quote here.>
Erik Trulsson
ertr1013@student.uu.se



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031109024848.GA70204>