On Sat, 08 Nov 2003 21:23:13 -0500, "Peter Kok" <[EMAIL PROTECTED]>
wrote:
> 
> 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
> 
> but
> 
> 1/ I don't know what it is?
> 2/ I don't know which programming the server is running on this port?
> 3/ I don't know the server is compromised or not
> 

Check sockstat (sockstat -l | grep :1658 is best for what you want).  It'll
tell you exactly what is listening at that port.  From there you can
determine whether it is a good thing or a bad thing.

-- 
Robin Schoonover (aka End)
#
# I don't want to bore you, but there's nobody else around for me to bore.
#
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to