All of lore.kernel.org
 help / color / mirror / Atom feed
From: Georgi Alexandrov <georgi.alexandrov@gmail.com>
To: netfilter@lists.netfilter.org
Subject: Re: How to disable mIRC Chat
Date: Sat, 14 Jan 2006 20:59:56 +0200	[thread overview]
Message-ID: <43C94A2C.4050901@gmail.com> (raw)
In-Reply-To: <20060114182550.35278.qmail@web60913.mail.yahoo.com>

Gabriel wrote:

>On Sat, 14 Jan 2006 15:17:33 +0200, Myanmar Linux Boy
>wrote:
>
>  
>
>>Dear All,
>> I am new to linux.
>> I want to disable chat with iptables so that nobody can
>>    
>>
>use chat with
>  
>
>>mIRC with   LAN. Because every students are chatting all
>>    
>>
>the time.
>  
>
>> I am using Red Hat 9 and Squid.
>> They use port 443 and 6667 to chat with mIRC
>> How can I write firewall rules.
>>    
>>
>
>iptables -A FORWARD -p tcp --dport 6660:6669 -j DROP would
>do, but, considering IRC servers also run on other ports,
>you should do:
>
>iptables -A FORWARD -p tcp -m multiport --destination-port
><insert random ports separated by comma here>
>
>443 is used by https, so I don't think you should block it.
>An IRC daemon would not normally run on that port.
>
>
>  
>
Maybe best match will be achieved with l7-filter.sf.net


  reply	other threads:[~2006-01-14 18:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-14 18:25 How to disable mIRC Chat Gabriel
2006-01-14 18:59 ` Georgi Alexandrov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-01-14 13:17 Myanmar Linux Boy

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=43C94A2C.4050901@gmail.com \
    --to=georgi.alexandrov@gmail.com \
    --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.