[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Squid ACL



Hi list
Can i write this kind of ACL ?

acl MyNetIP src 192.168.0.1/255.255.255.0 192.168.0.2/255.255.255.0
192.168.0.2/255.255.255.0

meaning that ii have 3 C classes on the same ACL.

Can it be done ?
Or i need to do something like :
acl MyNetIP src 192.168.0.1/255.255.255.0
acl MyNetIP src 192.168.0.2/255.255.255.0
acl MyNetIP src 192.168.0.3/255.255.255.0


Thanks,
Mike

---------------------------------------------------
Mofet Institute - Computer Dpt.
+972-3-6901415

~~~~~~~~~~~~~~~~~~~~~~~~~



=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il