04-12-2002
1,626,
15
Join Date: Jul 2001
Last Activity: 16 June 2011, 4:50 PM EDT
Location: Portland, OR, USA
Posts: 1,626
Thanks Given: 2
Thanked 15 Times in 13 Posts
On FreeBSD, you should check your /etc/inetd.conf file to make sure that all the services you don't want has a # at the front of the line.
Then, edit the /etc/rc.conf and let (I think) portmap=NO
Actually, I have an OpenBSD box that I don't run any services but sshd - I have disabled both portmap and inetd.
The easiest way to clear this up may be to reboot, unless you want to try to kill everything thats running that you just turned off.
Check again to see what ports are open, and keep adjusting and researching until it's how you want it!
Also, you figure out what process is opening port 1433 and 1533 for sure is to use "lsof", a wonderful free tool that may already be installed on your system.