Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Eric Marchionni <mailing-lists@gmx.ch>
To: netfilter@lists.netfilter.org
Subject: ICQ file transfer => sending!
Date: Sat, 30 Aug 2003 14:02:33 +0200	[thread overview]
Message-ID: <3F509259.3060902@gmx.ch> (raw)

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



                 reply	other threads:[~2003-08-30 12:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3F509259.3060902@gmx.ch \
    --to=mailing-lists@gmx.ch \
    --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