* How to load these modules?
@ 2002-12-20 3:27 bobo
2002-12-20 7:32 ` Vincent Lim
0 siblings, 1 reply; 5+ messages in thread
From: bobo @ 2002-12-20 3:27 UTC (permalink / raw)
To: netfilter, netfilter; +Cc: bobowd, bobowd
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?
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: How to load these modules?
2002-12-20 3:27 How to load these modules? bobo
@ 2002-12-20 7:32 ` Vincent Lim
0 siblings, 0 replies; 5+ messages in thread
From: Vincent Lim @ 2002-12-20 7:32 UTC (permalink / raw)
To: bobo; +Cc: netfilter@lists.netfilter.org, bobowd@sohu.com
bobo wrote:
>
> 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?
I did a check on /usr/src/linux/net/ipv4/netfilter/Makefile and found
the following line:
obj-$(CONFIG_IP_NF_CONNTRACK) += ip_conntrack.o
This (I think) means that if "CONFIG...." is selected, then the module
that corresponds to this selection is ip_conntrack.o
then in /usr/src/linux/net/Makefile
subdir-$(CONFIG_NETFILTER) += ipv4/netfilter
I think this meant that all modules in ipv4/netfilter would be needed
for that selection.
--
Vincent Lim
Software Engineer
NESTAC Solution Sdn Bhd
vincent.lim@nestac.com | +(6012) 659-6609
^ permalink raw reply [flat|nested] 5+ messages in thread
* How to load these modules?
@ 2002-12-20 3:27 bobo
0 siblings, 0 replies; 5+ messages in thread
From: bobo @ 2002-12-20 3:27 UTC (permalink / raw)
To: netfilter-devel; +Cc: bobowd
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?
^ permalink raw reply [flat|nested] 5+ messages in thread* How to load these modules?
@ 2002-12-20 3:22 bobo
0 siblings, 0 replies; 5+ messages in thread
From: bobo @ 2002-12-20 3:22 UTC (permalink / raw)
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?
^ permalink raw reply [flat|nested] 5+ messages in thread* How to load these modules?
@ 2002-12-20 3:10 bobo
0 siblings, 0 replies; 5+ messages in thread
From: bobo @ 2002-12-20 3:10 UTC (permalink / raw)
To: netfilter-devel@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?
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-12-20 7:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-20 3:27 How to load these modules? bobo
2002-12-20 7:32 ` Vincent Lim
-- strict thread matches above, loose matches on Subject: below --
2002-12-20 3:27 bobo
2002-12-20 3:22 bobo
2002-12-20 3:10 bobo
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.