heres how I close ports, but I dont think this will work for you.
/sbin/iptables -A INPUT -p UDP --dport 139 -j REJECT
/sbin/iptables -A INPUT -p TCP --dport 139 -j REJECT
btw, I found this on port 5101
http://www.security.nnov.ru/search/d...asp?docid=2533
"All versions of Yahoo messenger version 5. Listens on port 5101 on client
machine."




Reply With Quote