Ralph M. Churchill wrote... > I just ran nmap against my IP, which I occassionally do to check its > security. Why in the world would I suddenly have tcp port 1080 (socks) > open? My firewall is filtering it, but still.... /usr/local/sbin/lsof -ni tcp:1080 If you don't have lsof installed, install it. cd /usr/ports/sysutils/lsof && sudo make install -- josh