View Single Post
Old 25th November 2012
ai-danno's Avatar
ai-danno ai-danno is offline
Spam Deminer
 
Join Date: May 2008
Location: Boca Raton, Florida
Posts: 284
Default

grep your /etc/services file for the ports in question. You'll find that they are daytime, auth ident, and time.

inetd manages these services, so you can modify /etc/inetd.conf to disable them (I'm assuming you aren't intending to serve them if you don't recognize them), then restart inetd ("pkill -HUP inetd").
__________________
Network Firefighter
Reply With Quote