From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 20 Jan 2001 20:55:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 20 Jan 2001 20:55:35 -0500 Received: from cc361913-a.flrtn1.occa.home.com ([24.0.193.171]:53123 "EHLO mirai.cx") by vger.kernel.org with ESMTP id ; Sat, 20 Jan 2001 20:55:21 -0500 Message-ID: <3A6A4185.AF34DBA7@pobox.com> Date: Sat, 20 Jan 2001 17:55:17 -0800 From: J Sloan Organization: Mirai Consulting X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.1-pre9-ll i586) X-Accept-Language: en MIME-Version: 1.0 To: Aaron Lehmann CC: Kernel Mailing List Subject: [OT] Re: 2.4 and ipmasq modules In-Reply-To: <20010120144616.A16843@vitelus.com> Content-Type: multipart/alternative; boundary="------------BACE5207053D592CD51A2554" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org --------------BACE5207053D592CD51A2554 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Aaron Lehmann wrote: > It was great to see that 2.4.0 reintroduced ipfwadm support! I had no > need for ipchains and ended up using the wrapper around it that > emulated ipfwadm. However, 2.[02].x used to have "special IP > masquerading modules" such as ip_masq_ftp.o, ip_masq_quake.o, etc. I > can't find these in 2.4.0. Where have they gone? Without important > modules such as ip_masq_ftp.o I cannot use non-passive ftp from behind > the masquerading firewall. It's working here for me - the netfilter modules are named differently: # lsmod Module Size Used by iptable_filter 1824 0 (autoclean) (unused) ip_nat_ftp 3280 0 (unused) iptable_nat 13120 1 [ip_nat_ftp] ip_conntrack_ftp 2016 0 (unused) ip_conntrack 13408 2 [ip_nat_ftp iptable_nat ip_conntrack_ftp] ip_tables 10784 4 [iptable_filter iptable_nat] --------------BACE5207053D592CD51A2554 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Aaron Lehmann wrote:
It was great to see that 2.4.0 reintroduced ipfwadm support! I had no
need for ipchains and ended up using the wrapper around it that
emulated ipfwadm. However, 2.[02].x used to have "special IP
masquerading modules" such as ip_masq_ftp.o, ip_masq_quake.o, etc. I
can't find these in 2.4.0. Where have they gone? Without important
modules such as ip_masq_ftp.o I cannot use non-passive ftp from behind
the masquerading firewall.
It's working here for me - the netfilter modules are named differently:

# lsmod
Module                 Size  Used by

<snip>

iptable_filter          1824   0 (autoclean) (unused)
ip_nat_ftp              3280   0 (unused)
iptable_nat            13120   1 [ip_nat_ftp]
ip_conntrack_ftp        2016   0 (unused)
ip_conntrack           13408   2 [ip_nat_ftp iptable_nat ip_conntrack_ftp]
ip_tables              10784   4 [iptable_filter iptable_nat]

<snip>
 
 
  --------------BACE5207053D592CD51A2554-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/