Brian Doob <[EMAIL PROTECTED]> wrote: > OK, it's getting better, but it still doesn't work. Here's what happens: > > root # iptables -t nat -I POSTROUTING -j MASQUERAQDE -s 192.168.1.3/16 > /lib/modules/2.4.22-ck1/kernel/net/ipv4/netfilter/ip_tables.o: unresolved symbol > nf_unregister_sockopt > /lib/modules/2.4.22-ck1/kernel/net/ipv4/netfilter/ip_tables.o: unresolved symbol > nf_register_sockopt > /lib/modules/2.4.22-ck1/kernel/net/ipv4/netfilter/ip_tables.o: insmod > /lib/modules/2.4.22-ck1/kernel/net/ipv4/netfilter/ip_tables.o failed > /lib/modules/2.4.22-ck1/kernel/net/ipv4/netfilter/ip_tables.o: insmod ip_tables > failed > iptables v1.2.8: can't initialize iptables table `nat': iptables who? (do you need > to insmod?) > Perhaps iptables or your kernel needs to be upgraded.
Had the same problem when I first tried to get ip_tables up and running. Some Googling revealed that ip_tables only works if CONFIG_MODVERSIONS isn't set. Weird, huh? -Eamon -- [EMAIL PROTECTED] mailing list
