From: rruegner <robowarp@gmx.de>
To: Giancarlo Boaron <gboaron@yahoo.com.br>
Cc: netfilter@lists.netfilter.org
Subject: Re: Conntrack helpers for ICQ and MSN Messenger
Date: Sat, 11 Sep 2004 02:19:26 +0200 [thread overview]
Message-ID: <4142448E.3070609@gmx.de> (raw)
In-Reply-To: <20040910210728.7056.qmail@web50206.mail.yahoo.com>
Hi,
you dont need helpers for icq it works out of the box
if you want file transfer use somethin like this
#message icq
/usr/sbin/iptables -A INPUT -p udp --dport 4000 -j ACCEPT
#this for icq file transfer tradittional version
#first user configure icq to use ports 24500:24505 for file transfer
/usr/sbin/iptables -t nat -A PREROUTING -p tcp -i ppp0 --dport
24500:24505 -j DNAT --to 10.10.100.50
/usr/sbin/iptables -t nat -A PREROUTING -p tcp -i ppp0 --dport
24510:24515 -j DNAT --to 10.10.100.52
configure your icq client using ie tcp 24510:24515 for file transfer
#msn
/usr/sbin/iptables -A INPUT -p tcp --dport 1863 -j ACCEPT
http://reaim.sourceforge.net/
may help you too with msn file transfer
Regards
Giancarlo Boaron schrieb:
> Hello.
> I have some clients in my LAN that need to access ICQ
> and MSN Messenger.
> Reading some iptables tutorials, I discovered that ICQ
> and MSN Messenger protocols are some kind of "complex
> protocols" because they send some information about
> openning new connections back inside the payload of
> the packets.
> So, iptables needs some CONNTRACK and/or NAT helpers
> to let this protocols work properly.
> I looked for it on NETFILTER home page but I didn't
> find it. So, I need some help about it!
> Where can I get an how to apply it on my iptables?
> (Do I have to use patch-o-matic?)
> Besides, I want to use the FORWARD chain instead of
> sending this protocols via SQUID or another proxy.
>
> Some solution?
>
> Regards
> Giancarlo
>
>
>
>
>
>
> _______________________________________________________
> Yahoo! Messenger 6.0 - jogos, emoticons sonoros e muita diversão. Instale agora!
> http://br.download.yahoo.com/messenger/
>
next prev parent reply other threads:[~2004-09-11 0:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-10 21:07 Conntrack helpers for ICQ and MSN Messenger Giancarlo Boaron
2004-09-11 0:19 ` rruegner [this message]
2004-09-11 8:17 ` Rob Sterenborg
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=4142448E.3070609@gmx.de \
--to=robowarp@gmx.de \
--cc=gboaron@yahoo.com.br \
--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.