View Single Post
Old 25th November 2012
Trihexagonal's Avatar
Trihexagonal Trihexagonal is offline
Port Guard
 
Join Date: May 2012
Posts: 16
Default

Quote:
Originally Posted by ai-danno View Post
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").
I knew what services used those ports, just not right offhand where to turn them off. Those services aren't enabled by default on FreeBSD and I didn't see them in /etc/rc.conf so it was just a matter of not knowing where to look.

Thanks for letting me know.
Reply With Quote