>> In the course i tried linux as proxy server i tried >> with squid i have conf the acl part with my local >> client ip still the brow in client says ur acl is not >> allowing u to browse.
Edit the squid.conf and add the following http_port 192.9.192.1:8080 # Change the IP as per your needs http_port 8080 ....... http_access allow localhost acl <workgroup/domain> src 192.9.192.0/255.255.255.0 # change the values as per your network http_access allow <workgroup/domain> http_access deny all Now restart the squid service (/etc/init.d/squid restart) HTH -- MDK || [EMAIL PROTECTED] || www.symonds.net/~dileep/ || GPG: 1024D/5DFD2B0D Key fingerprint = B1D5 0170 07E6 76EC 54AD C748 9316 70C8 5DFD 2B0D ==P=o=w=e=r==o=f==t=h=e==G=N=U==h=t=t=p:=/=/=w=w=w=.=g=n=u=.=o=r=g=/== _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
