Linux Netfilter discussions
 help / color / mirror / Atom feed
From: "Mr. Ritter" <netfilter@candlefire.org>
To: lubasi <lubasi@zamnet.zm>, netfilter@lists.netfilter.org
Subject: Re: REF: Blocking Yahoo
Date: Fri, 03 Nov 2006 08:50:42 -0700	[thread overview]
Message-ID: <454B6552.1000509@candlefire.org> (raw)
In-Reply-To: <380-22006115365443640@zamnet.zm>

lubasi wrote:
> # Route all www traffic to port 3128 for http acceleration
> /sbin/iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j
> REDIRECT --to-port 3128
> 
> #Block Yahoo Messnger
> /sbin/iptables -I FORWARD -s MYNETWORK/24 -d 216.155.193.0/22 -j DROP

How about simply moving the Yahoo block rule above the squid proxy rule, 
then you don't have to worry about Yahoo/Gaim using http tunneling.

--
Ritter



      parent reply	other threads:[~2006-11-03 15:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-03  6:54 REF: Blocking Yahoo lubasi
2006-11-03  9:23 ` Steffen Heil
2006-11-03 14:17 ` REF: " Jasbir Khehra
2006-11-03 15:50 ` Mr. Ritter [this message]

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=454B6552.1000509@candlefire.org \
    --to=netfilter@candlefire.org \
    --cc=lubasi@zamnet.zm \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox