From: raptor <raptor@tvskat.net>
To: lartc@vger.kernel.org
Subject: [LARTC] active ftp & connection tracking ?
Date: Tue, 06 May 2003 18:23:59 +0000 [thread overview]
Message-ID: <marc-lartc-105224543903885@msgid-missing> (raw)
this :
iptables -A FORWARD -i internal-interface -j ACCEPT
iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A FORWARD -j DROP
doesn't seem to work for active-ftp .. i even manualy loaded ip_conntrack_ftp but as u see it is unused :
# lsmod
Module Size Used by Not tainted
ip_conntrack_ftp 4272 0 (unused)
iptable_nat 17468 0 (autoclean) (unused)
ipt_state 568 3 (autoclean)
ip_conntrack 20616 3 (autoclean) [ip_conntrack_ftp iptable_nat ipt_state]
ipt_LOG 3352 1 (autoclean)
ipt_limit 1016 1 (autoclean)
iptable_filter 1708 1 (autoclean)
ip_tables 12408 7 [iptable_nat ipt_state ipt_LOG ipt_limit iptable_filter]
......
any idea why it doesn work...
passive-ftp is ok.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next reply other threads:[~2003-05-06 18:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-06 18:23 raptor [this message]
2003-05-07 5:55 ` [LARTC] active ftp & connection tracking ? raptor
2003-05-07 7:25 ` Thomas Braun
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=marc-lartc-105224543903885@msgid-missing \
--to=raptor@tvskat.net \
--cc=lartc@vger.kernel.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.