From mboxrd@z Thu Jan 1 00:00:00 1970 From: bobo Subject: How to load these modules? Date: Fri, 20 Dec 2002 11:22:52 +0800 Sender: netfilter-admin@lists.netfilter.org Message-ID: <200212200314.LAA20137@email.whu.edu.cn> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: "netfilter@lists.netfilter.org" Cc: "bobowd@sohu.com" 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?