From: Thomas Boernert <tb@tbits.net>
To: netfilter@lists.netfilter.org
Subject: ip_conntrack_ftp doesn't work with ftp proxy
Date: 13 Nov 2002 22:55:18 +0100 [thread overview]
Message-ID: <1037224518.1192.29.camel@miraculix> (raw)
Hello,
i hope anyone can help me.
network-chart
linuxbox ----- firewall ---- internet
on the firewall runs a ftp proxy (suse proxy-suite on port 8082)
i've the following rules
iptables -A INPUT -p tcp -s $local_net --sport 1024:65535 -d
$firewall_internal_ip --dport 8082 -m state --state NEW,ESTABLISHED -j
ACCEPT
ipatbles -A OUTPUT -p tcp -s $firewall_internal_ip --sport 8082 -d
$local_net --dport 1024:65535 -m state --state ESTABLISHED -j ACCEPT
iptables -A INPUT -p tcp -s $local_net --sport 1024:65535 -d
$firewall_internal_ip --dport 1024:65535 -m state ESTABLISHED,RELATED
.....
from the client i do the following
ftp ip_firewall 8082
login to a ftp server like redhat or so
do "ls"
then the kernel rejects the third rule written upper.
if i change the rule from RELATED to NEW, the it's working, but this
is not a solution.
Thanks for help!
- Thomas
next reply other threads:[~2002-11-13 21:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-13 21:55 Thomas Boernert [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-11-14 8:34 ip_conntrack_ftp doesn't work with ftp proxy Kim Leandersson
2002-10-29 16:49 Thomas Börnert
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=1037224518.1192.29.camel@miraculix \
--to=tb@tbits.net \
--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