Date: Tue, 15 Jan 2008 17:19:10 +0100
From: "Steffan" <snoord (at mark) planet.nl>
Subject: [coba-e:11729] iptables NAT
To: <coba-e (at mark) bluequartz.org>
Message-Id: <043f01c85792$5c6e8dd0$7800000a@pc11>
In-Reply-To: <008e01c85756$30dcf490$14001fac@DELLP4TACO>
References: <004e01c854a7$29dfe5f0$7d9fb1d0$ (at mark) net> <003501c854b0$cdcbc540$c90a43c0 (at mark) dhp.rhf> <000f01c854ba$cf397a80$6dac6f80$ (at mark) net> <478824FF.8000706 (at mark) ontarioweb.ca> <478BA9D9.5000701 (at mark) nomealaska.org> <008e01c85756$30dcf490$14001fac (at mark) DELLP4TACO>
X-Mail-Count: 11729
Hello,
im trying to connect port 2525 to port 25 on a RAQ running Strongbolt
with the line
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 2525 -j REDIRECT
--to-port 25
but getting a error
iptables v1.2.11: can't initialize iptables table `nat': Table does not
exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
on BQ machines this just works great
anybody can tell me what to change to get it working ?
Steffan