* Conntrack helpers for ICQ and MSN Messenger
@ 2004-09-10 21:07 Giancarlo Boaron
2004-09-11 0:19 ` rruegner
2004-09-11 8:17 ` Rob Sterenborg
0 siblings, 2 replies; 3+ messages in thread
From: Giancarlo Boaron @ 2004-09-10 21:07 UTC (permalink / raw)
To: netfilter
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/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Conntrack helpers for ICQ and MSN Messenger
2004-09-10 21:07 Conntrack helpers for ICQ and MSN Messenger Giancarlo Boaron
@ 2004-09-11 0:19 ` rruegner
2004-09-11 8:17 ` Rob Sterenborg
1 sibling, 0 replies; 3+ messages in thread
From: rruegner @ 2004-09-11 0:19 UTC (permalink / raw)
To: Giancarlo Boaron; +Cc: netfilter
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/
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Conntrack helpers for ICQ and MSN Messenger
2004-09-10 21:07 Conntrack helpers for ICQ and MSN Messenger Giancarlo Boaron
2004-09-11 0:19 ` rruegner
@ 2004-09-11 8:17 ` Rob Sterenborg
1 sibling, 0 replies; 3+ messages in thread
From: Rob Sterenborg @ 2004-09-11 8:17 UTC (permalink / raw)
To: netfilter
netfilter-bounces@lists.netfilter.org wrote:
> 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!
AFAIK, there are no ICQ or MSN helpers for Netfilter.
You can use portforwarding for one ICQ or MSN client for direct access
like filetransfer.
OTOH if you want to use these capabilities with multiple clients you
could setup a socks proxy, like the old one from NEC (the source should
be available somewhere), and configure the clients to use it.
Gr,
Rob
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-09-11 8:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-10 21:07 Conntrack helpers for ICQ and MSN Messenger Giancarlo Boaron
2004-09-11 0:19 ` rruegner
2004-09-11 8:17 ` Rob Sterenborg
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.