* ICQ file transfer => sending!
@ 2003-08-30 12:02 Eric Marchionni
0 siblings, 0 replies; only message in thread
From: Eric Marchionni @ 2003-08-30 12:02 UTC (permalink / raw)
To: netfilter
hi
thx to the following lines i'm anle to receive files with icq
(i had to tell my icq-client the incomming ports):
# portforwarding ICQ Filetransfer
iptables -A FORWARD -i $WAN_IFACE -p tcp --dport 2010:2030 \
-j ACCEPT
iptables -t nat -A PREROUTING -i $WAN_IFACE -p tcp \
--dport 5010:5030 -j DNAT --to-destination $ICQ_CLIENT
but unfortunately i'm still not able to send files, though
i have rules like:
iptables -A FORWARD -i $LAN_IFACE -o $WAN_IFACE -j ACCEPT
iptables -t nat -A POSTROUTING -o $WAN_IFACE -j MASQUERADE
anybody got an idea?
-eric
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-08-30 12:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-30 12:02 ICQ file transfer => sending! Eric Marchionni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox