All of lore.kernel.org
 help / color / mirror / Atom feed
* How to block internet messenger
@ 2003-05-13  1:23 Fauzi Badron
  2003-05-13  6:46 ` P.Italiaander
  2003-05-13  8:17 ` Rob Sterenborg
  0 siblings, 2 replies; 3+ messages in thread
From: Fauzi Badron @ 2003-05-13  1:23 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 208 bytes --]

Hello guy,

Can you suggest rules in ipchains that can I use to blocking internet
messenger using Yahoo Messenger, MSN Messenger and ICQ

Fauzi Badron
System Administrator
Sepakat Computer Consultant Sdn Bhd

[-- Attachment #2: Type: text/html, Size: 1098 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to block internet messenger
  2003-05-13  1:23 How to block internet messenger Fauzi Badron
@ 2003-05-13  6:46 ` P.Italiaander
  2003-05-13  8:17 ` Rob Sterenborg
  1 sibling, 0 replies; 3+ messages in thread
From: P.Italiaander @ 2003-05-13  6:46 UTC (permalink / raw)
  To: netfilter

Op dinsdag 13 mei 2003 03:23, schreef Fauzi Badron:
> Hello guy,
>
> Can you suggest rules in ipchains that can I use to blocking internet
> messenger using Yahoo Messenger, MSN Messenger and ICQ
>
> Fauzi Badron
> System Administrator
> Sepakat Computer Consultant Sdn Bhd

This is a Netfiter (iptables ) list , not ipchains , look furder


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: How to block internet messenger
  2003-05-13  1:23 How to block internet messenger Fauzi Badron
  2003-05-13  6:46 ` P.Italiaander
@ 2003-05-13  8:17 ` Rob Sterenborg
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Sterenborg @ 2003-05-13  8:17 UTC (permalink / raw)
  To: netfilter

> Can you suggest rules in ipchains that can I use to 
> blocking internet messenger using Yahoo Messenger,
> MSN Messenger and ICQ

From previouw posts ..

Yahoo (thanks to Joel N).
Block these in the FORWARD chain :
63.216.136.22  
66.135.224.142 
66.136.175.132 
66.163.168.105 
66.163.172.117 
66.163.173.76  
66.163.173.77  
66.163.173.78  
66.163.173.203 
66.163.175.128 
66.163.178.78  
204.71.200.36  
204.71.200.37  
204.71.201.134 
204.71.201.141 
216.136.173.172
216.136.173.179
216.136.175.132
216.136.175.142
216.136.175.143
216.136.175.144
216.136.175.145
216.136.175.145
216.136.175.226
216.136.224.134
216.136.224.142
216.136.224.213
216.136.224.213
216.136.224.214
216.136.225.12 
216.136.226.117
216.136.226.118
216.136.226.209
216.136.226.210
216.136.227.168
216.136.233.129
216.136.233.130
216.136.233.131
216.136.233.133
216.136.233.135
216.136.233.148
216.136.233.151
216.136.233.152

MSN (well, it works for *my* MSN Messenger although I'm not sure if it
covers all servers).
Block these in the FORWARD chain :
0.0.0.0:1863/tcp
207.46.104.20:80/tcp
207.46.110.3:80/tcp
217.32.247.3:80/tcp

ICQ, I'm not sure.
Old clients (up to 99 ?) connected using port 4000 and new clients (as
of 2000) use 5190. ICQ logs into login.icq.com which resolves to
multiple servers, to be exact :

;; ANSWER SECTION:
login.icq.com.          209     IN      CNAME
login.login-grt.messaging.aol.com.
login.login-grt.messaging.aol.com. 86 IN A      205.188.153.249
login.login-grt.messaging.aol.com. 86 IN A      205.188.179.233
login.login-grt.messaging.aol.com. 86 IN A      64.12.161.153
login.login-grt.messaging.aol.com. 86 IN A      64.12.161.185
login.login-grt.messaging.aol.com. 86 IN A      64.12.200.89

I think it's enough to block these in the FORWARD chain :
4000/tcp
5190/tcp
Of course you can also add the above IP's to the rules.


Gr,
Rob



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-05-13  8:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-13  1:23 How to block internet messenger Fauzi Badron
2003-05-13  6:46 ` P.Italiaander
2003-05-13  8:17 ` Rob Sterenborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.