Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Proxy Server Support => Topic started by: gmanoj2 on December 10, 2009, 12:23:17 PM

Title: how to configer squid ... rhcl 5 ...?
Post by: gmanoj2 on December 10, 2009, 12:23:17 PM
hi

how to configure squid ... in  rhcl 5 ...?

thanks
manoj
Title: Re: how to configer squid ... rhcl 5 ...?
Post by: kaushalpatel1982 on December 10, 2009, 01:15:48 PM
Configure below setting in squid.conf

http_port 3128
acl ipallow src 10.10.10.0/255.255.255.0 (Change IP Addressed according to your requirement)
http_access allow ipallow
http_access deny all
visible_hostname proxy

Restart squid service. Configure your client's web browser. Access Internet from client.