On Fri, Jul 30, 2010 at 11:55 AM, vellingiri <[email protected]> wrote: > Dear all, > How to restrict users not to access open proxy in Linux. As I have done > port redirection 80 to 3128. Please anyone help me. >
Dear Vellingiri, Port redirection/transparent proxying is very hard to get right. Port 3128 is for squid. First check whether squid is running. $nc -v squidip 3128 If it connects it means that squid is running. To to some other machine and type this. $ nc -v netip 80 and see if it is connecting to the squid port 3128. It means that port forwarding is working. -Girish -- Gayatri Hitech web: http://gayatri-hitech.com SpamCheetah Spam filter: http://spam-cheetah.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
