On Thu, 21 Jun 2001, H.S.Rai spewed into the ether:
> > pcs.Please give me the answer with step by step .I had
> > tried for ip_fwchain but it seems to be not working.
> >                                         Amit
> 
> Step 1) Edit /etc/squid/squid.conf as:
> 
> debug_options ALL,1
> acl all src 0.0.0.0/0.0.0.0
> http_access allow all
This is an open proxy.

Instead try:
acl my_users 192.168.1.0/24
http_access allow my_users
http_access deny all

> icp_access allow all
Similarly for this.
<snip>
> 4) In clients browser set to use proxy by giving IP address of proxy
> server and port no. 3128
Or 
/sbin/ipchains -A input -s 192.168.1.0/24 -d 0/0 80 -p tcp -j REDIRECT
3128 

Devdas Bhagat
--
A little inaccuracy sometimes saves tons of explanation.
                -- H.H. Munro, "Saki"

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to