View previous topic :: View next topic |
Author |
Message |
ChrisCol n00b
Joined: 15 Nov 2003 Posts: 49
|
Posted: Sat Nov 22, 2003 12:06 pm Post subject: Shorewall - ipt_conntrack problems |
|
|
Hi when I start shorewall I get the error:
Code: |
Nov 22 11:49:14 marvin insmod: /lib/modules/2.4.20-gentoo-r8/kernel/net/ipv4/netfilter/ipt_conntrack.o: insmod ipt_conntrack failed
Nov 22 11:49:16 marvin cqc: Shorewall Started
|
If I try and modprobe or insmod this module mannualy then I get :
Code: |
root@marvin cqc # modprobe ipt_conntrack
/lib/modules/2.4.20-gentoo-r8/kernel/net/ipv4/netfilter/ipt_conntrack.o: unresolved symbol ip_conntrack_get_Rd50a7617
/lib/modules/2.4.20-gentoo-r8/kernel/net/ipv4/netfilter/ipt_conntrack.o: insmod /lib/modules/2.4.20-gentoo-r8/kernel/net/ipv4/netfilter/ipt_conntrack.o failed
/lib/modules/2.4.20-gentoo-r8/kernel/net/ipv4/netfilter/ipt_conntrack.o: insmod ipt_conntrack failed
|
Does anyone have any ideas as to the problem?
Cheers
Chris |
|
Back to top |
|
|
rjp n00b
Joined: 02 Nov 2002 Posts: 67 Location: Leicester, UK
|
Posted: Sat Nov 22, 2003 9:07 pm Post subject: |
|
|
I had similar problems with the iptables modules. I fixed it by doing a 'make clean' after configuring and before building my kernel.
You should be okay with:
make clean
make modules
make modules_install |
|
Back to top |
|
|
|