proxy questions

what ports proxy opens other than snmp, icp, http and admin?can we write ACLs to deny specific port numbers?
[122 byte] By [Linda_B] at [2007-11-26 8:18:12]
# 1

icp is not open by default, and admin is up only if you want it to.

if you are using carp, 3128 3130 are also opened (default conf).

and socks opens 1080 (only if you start sockd)

You dont have to use ACLS to deny specific ports, you can use the object tags in the obj.conf to do the same.

rahulnair at 2007-7-6 21:19:46 > top of Java-index,Web & Directory Servers,Web Servers...
# 2
thanks Rahul. How can we deny port 89 using object tags in obj.conf?thanks again
Linda_B at 2007-7-6 21:19:46 > top of Java-index,Web & Directory Servers,Web Servers...
# 3

In this reply,

http://swforum.sun.com/jive/thread.jspa?threadID=97152&tstart=0

checkout the reply '3'. That explains how to add a regex to block urls.

but why do you want to deny port 89? (if your requirement is that you want to block a 'local' port -- as opposed to a remote port, -- what you need might be a firewall rather than a proxy.)

rahulnair at 2007-7-6 21:19:46 > top of Java-index,Web & Directory Servers,Web Servers...