LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Squid QUESTION (https://www.linuxquestions.org/questions/linux-software-2/squid-question-422621/)

jocast 03-07-2006 06:16 PM

Squid QUESTION
 
Hello group

how can i allow domains in squid.
Example i want to all users ahve restricted internet, just acces to:

acl Office src 192.168.1.1-192.168.1.40/255.255.255.0
acl Supervisors src 192.168.1.41-192.168.1.60/255.255.255.0

http_access denay Offcie all
http_access allow Offcie can access {
*mycompany.com*
*fedex.com*
*ups.com*
}
http_access allow supervisors all


something like that right??

slantoflight 03-07-2006 06:37 PM

Yea, sure. However it might be more secure to use passwords if you could. An ip based privleging system can be vulnerable ARP poisoning.

jocast 03-08-2006 11:41 AM

it needs to be a ip system. Can it be done???


All times are GMT -5. The time now is 10:55 PM.