zeroK Apprentice
Joined: 14 Sep 2003 Posts: 159 Location: Austria.Klagenfurt
|
Posted: Fri Sep 26, 2003 9:08 pm Post subject: IPtables doesn't work :-( |
|
|
I'm using the ac-sources and now tried to get iptables to work, but I get these errors when I try to run iptables -L
Code: | # iptables -L
/lib/modules/2.4.22-ac1/kernel/net/ipv4/netfilter/ip_tables.o: unresolved symbol nf_unregister_sockopt
/lib/modules/2.4.22-ac1/kernel/net/ipv4/netfilter/ip_tables.o: unresolved symbol nf_register_sockopt
/lib/modules/2.4.22-ac1/kernel/net/ipv4/netfilter/ip_tables.o: insmod /lib/modules/2.4.22-ac1/kernel/net/ipv4/netfilter/ip_tables.o failed
/lib/modules/2.4.22-ac1/kernel/net/ipv4/netfilter/ip_tables.o: insmod ip_tables failed
iptables v1.2.8: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
|
This is my /usr/src/linux/.config
http://www.edu.uni-klu.ac.at/~hgutmann/_tmp/kernel.config
What am I doing wrong? |
|