From: "R. Sterenborg" <rsterenborg@xs4all.nl>
To: 'Netfilter' <netfilter@lists.netfilter.org>
Subject: RE: Yahoo Messenger
Date: Sun, 6 Oct 2002 14:30:49 +0200 [thread overview]
Message-ID: <000001c26d34$339a6a80$0401000a@madmac.org> (raw)
In-Reply-To: <20021006091131.LDNX459.mta02-svc.ntlworld.com@there>
> blocking yahoo messenger on iptables is not enough,
> becoze users will still be able to connect through a
> proxy, u have to block it on the proxy as well.
>
Maybe I'm thing too simple here, but...
From : http://help.yahoo.com/help/us/mesg/use/use-17.html
<snip>
If you are trying to connect from behind a firewall that doesn't use
proxy servers, Yahoo! Messenger will automatically search the firewall
for an open port, and, if it finds one, use that to connect. If
Messenger is unable to find an open port, ask your System
Administrator to open port 5050 to our Messenger servers,
cs1.yahoo.com, cs2.yahoo.com, and cs3.yahoo.com
<---->
If your Internet connection involves an HTTP proxy, follow these steps
to configure the Messenger to work through your connection:
</snip>
So, if you *don't* want users to connect to Yahoo Messenger, can't you
do :
# If users are NAT-ed
iptables -A FORWARD -d cs1.yahoo.com -j DROP
iptables -A FORWARD -d cs2.yahoo.com -j DROP
iptables -A FORWARD -d cs3.yahoo.com -j DROP
# Via (any ?) proxy
iptables -A OUTPUT -d cs1.yahoo.com -j DROP
iptables -A OUTPUT -d cs2.yahoo.com -j DROP
iptables -A OUTPUT -d cs3.yahoo.com -j DROP
Rob
next prev parent reply other threads:[~2002-10-06 12:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-05 16:27 Réf. : How to block Yahoo Messenger through IP Tables alexander.swann
2002-10-06 8:52 ` =?unknown-8bit?q?R=E9f=2E=5F=3A=5FHow=5Fto=5Fblock=5FYahoo=5FMessenger=5Fthrough=5FIP?= Tables Hanz F.
2002-10-06 9:11 ` Yahoo Messenger Antony Stone
2002-10-06 11:25 ` HareRam
2002-10-06 12:30 ` R. Sterenborg [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-10-07 7:09 Rob Sterenborg
2002-10-07 8:31 ` Stewart Thompson
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='000001c26d34$339a6a80$0401000a@madmac.org' \
--to=rsterenborg@xs4all.nl \
--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.