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

Network Troublshooting => Linux Servers Support => Topic started by: vikram0123 on January 17, 2005, 04:40:39 AM

Title: CAN I BLOCK MESSENGER PER CLIENT
Post by: vikram0123 on January 17, 2005, 04:40:39 AM
see the topic and could anyone explain how to do it ? And if it's already discuss in here could someone give me the link since i can't find it.

Thank you! in ADVANCE
Title: CAN I BLOCK MESSENGER PER CLIENT
Post by: Ricky on January 17, 2005, 10:37:59 AM
yes you can do it per client, you have to first make acl like

acl client1 src 192.168.1.56
acl blocking url_regex -i <keywords or host used by messengers>
http_access deny client1 blocking
http_access allow client1

Use http://www.linuxsolved.com/forums/search.php to search the forum :)

btw for above code  I have not tested, may be not correct, plz test and do changes as required !