LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Configuring Acesss Control List in Squid ? (https://www.linuxquestions.org/questions/linux-networking-3/configuring-acesss-control-list-in-squid-454974/)

winxandlinx 06-15-2006 04:21 AM

Configuring Acesss Control List in Squid ?
 
Hi Everyone ,

I am using Redhat 9 ,i am running squid
But i want to configure access control list in that
to allow specific ipaddress in the LAN ,so any one tell me that how can i do that,helping this issue will be greatly appriciated

Thanks & Regards
winxandlinx

cmarasescu 06-15-2006 10:19 AM

You can allow a specific IP address to acces the internet this way:
Let's say that you wanna let "John" with IP address 172.20.1.2 to acces Internet

#acl john src 172.20.1.2
#http_acces john
#http_acces deny all

I hope that this is what you are looking for

winxandlinx 06-15-2006 11:53 PM

Thanks for your reply

let me try that


All times are GMT -5. The time now is 02:46 PM.