We've noticed that you've been inactive for over 10 minute(s). We've stopped running the Shoutbox due to your inactivity. If you are back again, please click the I'm Back button below.
I see. You're one of those evil bosses who wants to control everything your employees do and prevent them from using the internet for anything other than stock quotes and stuff.
Notice from qwijibow:
Your first post in this thread was tolerated, but this is just pointless spam/flaimbait.
please keep your posts relevant to the topic.
Why would you ever need to block MSN? Do you just not want Windows users to be able to connect to your server or something?
1. Did you ever think about that every single message goes through the m$ servers? And that privacy is a rare thing there? 2. Ever thought that if at work, everyone's nudging and msg'ing each other, would there be any work done? 3. You are confused, this has nothing to do with windows/linux, it's the PROTOCOL
[wha?] 4. MSN is the lamest protocol ever and GAIM ownzz it's sorry ass? [/wha?]
You could try to block all access from and to port 1863, that is the default port (maybe there are more, like the ones in your start-post , but leave the 80 port open ).
Also, you also might need to ban somesites with online-messenger stuff, like
thanks moonwitch for adding the console tag.
I did try to add it before I click post button.
but it did look good in preveiw (even now). --- 1 line statement become 2 lines.
thats why I did do that.
and thanks for the suggestion...
however, the problem still remain.
MSN still can online.
any other ideas???
Im not 100%, but dont all the msn server use the same port (or same range of ports) you may have more luck blocking tcp packets in state NEW to msn server ports.
iptables -A FORWARD -p tcp --dport <msn_server_port_range> -m state --state NEW -j DROP