April 27, 2024, 10:18:41 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: CAN I BLOCK MESSENGER PER CLIENT  (Read 2741 times)

Offline vikram0123

  • New Member
  • Posts: 3
CAN I BLOCK MESSENGER PER CLIENT
« 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

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
CAN I BLOCK MESSENGER PER CLIENT
« Reply #1 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 !