Messages in this thread |  | | Date | Wed, 02 May 2001 10:24:18 -0700 | From | J Sloan <> | Subject | [OT] Re: Linux NAT questions- (kernel upgrade??) |
| |
"Sim, CT (Chee Tong)" schrieb:
> Hi.. I follow your instruction, but I encounter this issue, my kernel need > to be upgrade? MAy I know how to determine the current kernel version
uname -a
> and > how to upgrade it??
Either upgrade to a distro that includes the new kernel (e.g. latest SuSE or Red Hat) or download kernel source and compile. It might be helpful to provide the distribution and version you are using (Red Hat 6.2, Slackware 7, Debian Potato, etc)
> [root@guava /root]# iptables -t nat -A PREROUTING -p tcp --dst 1.1.1.160 -i > eth1 -j D > NAT --to-destination 192.168.200.2 > iptables v1.1.1: can't initialize iptables table `nat': iptables who? (do > you need to insm > od?) > Perhaps iptables or your kernel needs to be upgraded. > > [root@guava simc]# rpm -ivh iptables-1_2_0-6_i386.rpm > error: failed dependencies: > kernel >= 2.4.0 is needed by iptables-1.2.0-6
Yes, of course iptables won't work with the old kernel. If you want to stay with the old kernel, you must use ipchains instead.
cu
Jup
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |