View previous topic :: View next topic |
Author |
Message |
BlinkEye Veteran
Joined: 21 Oct 2003 Posts: 1046 Location: Gentoo Forums
|
Posted: Sun Mar 07, 2004 11:23 pm Post subject: kernel-2.6.3 && iptables not working [solved] |
|
|
i tried both ways: built-in and as modules, but "iptables -L" returns with the modules says while insmoding ip_tables.ko that there is a Code: | Unknown symbol in module |
and dmesg reports
Code: | ip_tables: disagrees about version of symbol skb_copy_bits
ip_tables: Unknown symbol skb_copy_bits
ip_tables: Unknown symbol nf_register_sockopt
ip_tables: Unknown symbol nf_unregister_sockopt |
i don't have any clue what to do now.
if useful i'll post gladly my kernel-config file
Last edited by BlinkEye on Tue Mar 09, 2004 1:36 pm; edited 2 times in total |
|
Back to top |
|
|
shash Apprentice
Joined: 18 Apr 2003 Posts: 220 Location: India
|
Posted: Mon Mar 08, 2004 4:01 am Post subject: |
|
|
Does it work with other 2.6.3 kernels?
I had a similar error in gentoo-sources 2.4.22, when I first installed. Never had it again, and I think it might be continuing. |
|
Back to top |
|
|
BlinkEye Veteran
Joined: 21 Oct 2003 Posts: 1046 Location: Gentoo Forums
|
Posted: Mon Mar 08, 2004 6:45 am Post subject: |
|
|
ok. thanks for the information. will try another kernel |
|
Back to top |
|
|
Peracles Tux's lil' helper
Joined: 13 Nov 2003 Posts: 143 Location: Dallas, Texas
|
Posted: Mon Mar 08, 2004 7:25 am Post subject: |
|
|
BlinkEye wrote: | ok. thanks for the information. will try another kernel |
Also, always emerge iptables when you use a kernel for the first time (or change kernels). |
|
Back to top |
|
|
BlinkEye Veteran
Joined: 21 Oct 2003 Posts: 1046 Location: Gentoo Forums
|
Posted: Mon Mar 08, 2004 3:16 pm Post subject: |
|
|
Peracles wrote: | BlinkEye wrote: | ok. thanks for the information. will try another kernel |
Also, always emerge iptables when you use a kernel for the first time (or change kernels). |
ok. but i have to solve my problem with this kernel (gentoo-dev-sources-2.6.3) cause i use an amd64 bit proc and this kernel is patched for my cpu.
any other ideas? |
|
Back to top |
|
|
jjcv n00b
Joined: 31 Oct 2003 Posts: 7 Location: New Zealand
|
Posted: Tue Mar 09, 2004 3:19 am Post subject: |
|
|
Check you have the "netfilter" options turned on in your kernel. |
|
Back to top |
|
|
Peracles Tux's lil' helper
Joined: 13 Nov 2003 Posts: 143 Location: Dallas, Texas
|
Posted: Tue Mar 09, 2004 4:38 am Post subject: |
|
|
jjcv wrote: | Check you have the "netfilter" options turned on in your kernel. |
I use a 2.6.3 gentoo-dev-sources w/ iptables and havent had a problem. I would post your config file, which is /usr/src/linux/.config |
|
Back to top |
|
|
BlinkEye Veteran
Joined: 21 Oct 2003 Posts: 1046 Location: Gentoo Forums
|
Posted: Tue Mar 09, 2004 1:35 pm Post subject: |
|
|
well, because you said it shoud work i removed several features whithin the kernel and it works now. don't know which option prevented me from using iptables ... |
|
Back to top |
|
|
|