I recently upgraded a redhat 7.3 base install to a new 2.4.24 kernel and upgraded the iptables to 1.2.9. Along with this, I implemented the pom base set to the kernel before installing. Now, everything works better than ever, except when I try to use the LOG target. When using the LOG target, I get the error that no such chain/target exists. Based on this, I tried to modprobe the ipt_LOG module, and attached is my error: /lib/modules/2.4.24/kernel/net/ipv4/netfilter/ipt_LOG.o: unresolved symbol nf_log_unregister /lib/modules/2.4.24/kernel/net/ipv4/netfilter/ipt_LOG.o: unresolved symbol nf_log_register /lib/modules/2.4.24/kernel/net/ipv4/netfilter/ipt_LOG.o: insmod /lib/modules/2.4.24/kernel/net/ipv4/netfilter/ipt_LOG.o failed /lib/modules/2.4.24/kernel/net/ipv4/netfilter/ipt_LOG.o: insmod ipt_LOG failed Please help, I am at a complete loss what to do next.