On Wed, Dec 11, 2002 at 06:08:30AM +0530, Jiju Thomas Mathew wrote: > #------------cut here > http_port [squid.machine.internal.ip:]80
Ugh. Its better to run squid on its own port. Port 8080 (webcache) is allocated to squid-like software. > acl all src 0.0.0.0/0.0.0.0 > http_access allow all > icp_access allow all More ughs. Do you need ICP access at all? ICP is Inter Cache Protocol, and is used for communicating with other squid caches. Most squid installations don't need this. > #---------- from here > echo 1 > /proc/sys/net/ipv4/ip_forward One last ugh. This is done in IMO a cleaner way by editing /etc/sysctl.conf, and setting net.ipv4.ip_forward = 1 (restart the network service after that). Binand -- If you found this helpful, please take some time off to rate it: http://svcs.affero.net/rm.php?r=binand ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
