This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to MSN Messenger Block ?

How to msn block ? 
My standart license.

Thanks...


This thread was automatically locked due to age.
  • I believe you can turn on some rules in the IPS to accomplish this.
  • Hello,

    MSN Messenger uses TCP port 1863. So you will need to:
    •Define a Service Definition for MSN Messenger
    •Define a Packet Filter Rule to Deny MSN Messenger
    •Enable the Packet Filter Rule

    In Definitions->Service, create a new Service Definition as:
    Name=MSN_Messenger_Text
    Type=Service
    Protocol=TCP
    Source=1:65535
    Destination=1863
    Comment=MSN Messenger Text Chat
    Click "Add Definition"

    In Packet Filter Rules, create a new Packet Filter Rule as:
    Position=Top
    Source=Internal Network
    Destination=Any
    Service=MSN_Messenger_Text
    Action=Deny
    Comment = Blocks MSN Messenger Text Chat
    Click "Add Definition"

    Now enable the newly created rule, as by default, all new rules are disabled (click on the traffic lights changing red to green).

    Hope this helps.

    /.tc