Iptable - upgrade for kernel 2.4.10 RH
I have upgraded iptables in my kernel 2.4.10
I use RH 7.0
I compile new bzImage and modules.
When I restart system I get this info:
[root@point /home]# iptables -L
iptables v1.2.4: can't initialize iptables table `filter': Module is wrong version
Perhaps iptables or your kernel needs to be upgraded.
[root@point /home]# iptables -t NAT -A PREROUTING -s 10.0.0.0/24 -j MASQUERADE
iptables v1.2.4: can't initialize iptables table `NAT': Module is wrong version
Perhaps iptables or your kernel needs to be upgraded.
Why?
What Must I upgrade in this system?
I use newest iptables' rpm
Please help
|