Blocking Chat

This is a discussion on Blocking Chat within the Linux Administration forums, part of the Linux Forums category; Hi All, Anyone sussed a way of blocking the msn chat client. First thing i tried was blocking port: 1863 ...


Go Back   Usenet Forums > Linux Forums > Linux Administration

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-23-2003
luke
 
Posts: n/a
Default Blocking Chat

Hi All,

Anyone sussed a way of blocking the msn chat client. First thing i
tried was blocking port: 1863

iptables -A FORWARD -p tcp --dport 1863 -j REJECT

and then

iptables -A FORWARD -p tcp -s 10.0.0.0/24 -d messenger.hotmail.com -j
REJECT

and then iptables -A FORWARD -p tcp -s 10.0.0.0/24 -d 64.4.0.0/18 -j
REJECT

And loads of other combos as well.

Just had a google around. And it turns out that the little bastard
will continue to probe for other ports when denied access to 1863. It
can also http tunnel!

I could drop an acl on squid. But i would prefer to use netfilter as i
can then run it a cron job with my other firewalll scripts. Its been
requested that i limit the times that people can chat.

Many Thanks

Luke
Reply With Quote
  #2 (permalink)  
Old 07-29-2003
rjt
 
Posts: n/a
Default Re: Blocking Chat

luke wrote:
> Hi All,
>
> Anyone sussed a way of blocking the msn chat client.


I think you'll find that the best solution is not technical, but
disciplinary...

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:57 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0