Linux Netfilter discussions
 help / color / mirror / Atom feed
* Giving trouble when blocking MSN messenger
@ 2004-11-01 14:21 Nilesh
  2004-11-01 14:53 ` Payal Rathod
  2004-11-01 15:23 ` Jason Opperisano
  0 siblings, 2 replies; 4+ messages in thread
From: Nilesh @ 2004-11-01 14:21 UTC (permalink / raw)
  To: Squid; +Cc: netfilter

Hello All,

I am not able to block MSN Messenger when I put this
rule in rc.firewall script 
This rule is required for to connect VPN sever at
client side.
$IPTABLES -t nat -A POSTROUTING -o $EXTIF -j SNAT --to
$EXTIP
Could any one tell me what needs to be change in
Squid.conf for blocking MSN messenger or tell me the
way to block it.

Thanks and Regards 
Nilesh,



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

* Re: Giving trouble when blocking MSN messenger
  2004-11-01 14:21 Giving trouble when blocking MSN messenger Nilesh
@ 2004-11-01 14:53 ` Payal Rathod
  2004-11-01 15:23 ` Jason Opperisano
  1 sibling, 0 replies; 4+ messages in thread
From: Payal Rathod @ 2004-11-01 14:53 UTC (permalink / raw)
  To: Nilesh; +Cc: Netfilter ML

On Mon, Nov 01, 2004 at 06:21:01AM -0800, Nilesh wrote:
> Hello All,
> 
> I am not able to block MSN Messenger when I put this
> rule in rc.firewall script 

Please don't cross post.

You might want to block port 443 or block regex gateway.dll
With warm regards,
-Payal


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

* RE: Giving trouble when blocking MSN messenger
@ 2004-11-01 14:55 Elsen Marc
  0 siblings, 0 replies; 4+ messages in thread
From: Elsen Marc @ 2004-11-01 14:55 UTC (permalink / raw)
  To: Nilesh, Squid; +Cc: netfilter


 
> 
> Hello All,
> 
> I am not able to block MSN Messenger when I put this
> rule in rc.firewall script 
> This rule is required for to connect VPN sever at
> client side.
> $IPTABLES -t nat -A POSTROUTING -o $EXTIF -j SNAT --to
> $EXTIP
> Could any one tell me what needs to be change in
> Squid.conf for blocking MSN messenger or tell me the
> way to block it.
> 
  
 Check the archives, has been discussed many times.

 M.

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

* Re: Giving trouble when blocking MSN messenger
  2004-11-01 14:21 Giving trouble when blocking MSN messenger Nilesh
  2004-11-01 14:53 ` Payal Rathod
@ 2004-11-01 15:23 ` Jason Opperisano
  1 sibling, 0 replies; 4+ messages in thread
From: Jason Opperisano @ 2004-11-01 15:23 UTC (permalink / raw)
  To: netfilter

On Mon, Nov 01, 2004 at 06:21:01AM -0800, Nilesh wrote:
> Hello All,
> 
> I am not able to block MSN Messenger when I put this
> rule in rc.firewall script 
> This rule is required for to connect VPN sever at
> client side.
> $IPTABLES -t nat -A POSTROUTING -o $EXTIF -j SNAT --to
> $EXTIP

that rule translates the source address of all packets routed out $EXTIF
to $EXTIP.  it is not a filter rule, so there's no reason to think it
would have anything to do with blocking MSN messenger.

> Could any one tell me what needs to be change in
> Squid.conf for blocking MSN messenger or tell me the

this is not a squid list, nor does cross-posting to the squid list make
this a squid list.

> way to block it.

without your current ruleset, no.  i can give you the necessary
information you need to incorporate the proper rule into your specific
configuration.

MSN Messenger client connects to the server on TCP Port 1863.  block
access to this port, and the client will not be able to connect over its
native transport.

in the event that TCP port 1863 is filtered, MSN Messenger client will
attempt to connect over TCP Port 80 with an HTTP CONNECT request that
looks something like:

http://gateway.messenger.hotmail.com/gateway/gateway.dll?Action=open&Server=NS&IP=messenger.hotmail.com 

in the future, things you could do before cross-posting:

go to http://google.com and type 'iptables block msn messenger' or
'squid block msn messenger' as this question is asked approximately
every 43 seconds, and many people have taken the time to answer it many
times before.

go to http://marc.theaimsgroup.com/ and search the 'netfilter' or
'squid-users' lists for 'msn messenger'

-j

--
"Oh, so they have internet on computers now!"
        --The Simpsons


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

end of thread, other threads:[~2004-11-01 15:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-01 14:21 Giving trouble when blocking MSN messenger Nilesh
2004-11-01 14:53 ` Payal Rathod
2004-11-01 15:23 ` Jason Opperisano
  -- strict thread matches above, loose matches on Subject: below --
2004-11-01 14:55 Elsen Marc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox