All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jamie Pratt <jamie@nucdc.org>
To: netfilter@lists.netfilter.org
Subject: Re: MSN and Yahoo Block through IPTABLES
Date: Thu, 26 Jun 2003 12:12:47 -0400	[thread overview]
Message-ID: <3EFB1B7F.1010200@nucdc.org> (raw)
In-Reply-To: <007d01c33bd7$699e3810$5505a8c0@asimejaz>

Doesn't blocking tcp port 5050 outbound pretty much kill yahoo instant 
messenger clients? (Last I checked, it wouldn't connect for me at home 
until i opened 5050, but then again, maybe they got smarter like msn?)

jamie

Asim Ejaz Butt wrote:
> I have tried DROP policy as well but not succeeded.
> 
> One thing that I should mentioned that my Internet setup is upload through
> normal DDP and download through Satellite Downlink and both are on separate
> systems. That is one linux based PC where I am running IPTABLES used to
> upload request and the 2nd PC which is a Satellite Receiver used for
> download. So my upload request goes to one system and download request
> received from another system.
> 
> Is that help U to find out that particular problem of blocking MSN/Yahoo
> chat using IPTABLES.
> 
> Regards,
> Asim
> ----- Original Message -----
> From: "David Busby" <busby@pnts.com>
> To: "Asim Ejaz Butt" <asim.butt@streaming-networks.com>;
> <netfilter@lists.netfilter.org>
> Sent: Wednesday, June 25, 2003 11:49 PM
> Subject: Re: MSN and Yahoo Block through IPTABLES
> 
> 
> 
>>Can you set policy to DROP then only allow what you need?
>>
>>/B
>>
>>
>>----- Original Message -----
>>From: "Asim Ejaz Butt" <asim.butt@streaming-networks.com>
>>To: <netfilter@lists.netfilter.org>
>>Sent: Wednesday, June 25, 2003 03:23
>>Subject: MSN and Yahoo Block through IPTABLES
>>
>>
>>
>>>Hello Gurus,
>>>
>>>I am trying to block MSN and Yahoo Instant Messengers with my LAN using
>>>IPTABLES. Following commands are used to block them but unsuccessful.
>>>
>>> /sbin/iptables -A FORWARD -p tcp -s 192.168.5.85 --dport 1863 -j REJECT
>>> /sbin/iptables -A FORWARD -p tcp -s 192.168.5.85 -d 64.4.0.0/18 -j
> 
> REJECT
> 
>>> /sbin/iptables -A FORWARD -d cs.yahoo.com -j REJECT
>>> /sbin/iptables -A FORWARD -d scsa.yahoo.com -j REJECT
>>>
>>>Anyone help in blocking them through IPTABLES.
>>>
>>>Asim Ejaz Butt
>>>asim.butt@streaming-networks.com
>>>
> 
> 
> 
> 
> 



  reply	other threads:[~2003-06-26 16:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-25 10:23 MSN and Yahoo Block through IPTABLES Asim Ejaz Butt
2003-06-25 18:49 ` David Busby
2003-06-26 11:38   ` Asim Ejaz Butt
2003-06-26 16:12     ` Jamie Pratt [this message]
2003-06-30 16:35       ` Aaron Sethman
2003-06-26  7:40 ` Joel Newkirk
2003-06-26  8:36   ` Ray Leach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3EFB1B7F.1010200@nucdc.org \
    --to=jamie@nucdc.org \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.