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
[EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to