I am running FreeBSD 3.3 on my internet gateway. I'd like to close
all the ports except for 22, SSH. Whenever I run nmap on the FreeBSD
machine, it reports that port 22 and port 6000 are open:
Starting nmap V. 2.3BETA5 by Fyodor
Interesting ports on Ettin.toxicwaste.com (192.168.0.5):
Port State Protocol Service
22 open tcp ssh
6000 filtered tcp
X11
lsof disagrees and reports this:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
natd 109 root 3u inet 0xc31b2f60 0t0 DIVERT *:8668
natd 109 root 5u inet 0xc31c3f60 0t0 ICMP *:*
syslogd 141 root 4u inet 0xc3173f60 0t0 UDP
*:syslog
What's going on?! I haven't even installed X-Windows! Thanks.
Allen