From mboxrd@z Thu Jan 1 00:00:00 1970 From: bobo Subject: How to load these modules? Date: Fri, 20 Dec 2002 11:27:38 +0800 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <20021220032312.2EE201C93307A@sm181.163.com> Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit Cc: bobowd@sohu.com Return-path: To: netfilter-devel@lists.netfilter.org Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org Hello all: While I am studying iptables,I read such contents from a tutorial as bellow: "the rc.firewall.txt neede the following options to be compiled to kernel or as modules.. .CONFIG_PACKET .CONFIG_NETFILTER .CONFIG_IP_NF_CONNTRACK .......... I find some moudles of REDHAT 7.2 in /lib/modules/2.4.7-10/kernel/net/ipv4/netfilter, but the modules'name are not the same as the above. There are about 20 modules in the directory. Why? How could I do? How could I get these modules?