All of lore.kernel.org
 help / color / mirror / Atom feed
* NAT for heritage iptables-1.2.10
@ 2007-02-13 14:54 Jeff Weber
  0 siblings, 0 replies; only message in thread
From: Jeff Weber @ 2007-02-13 14:54 UTC (permalink / raw)
  To: netfilter

Hello:

I am replicating a firewall from from an iptables v1.3.3 system, to an older 
iptables v1.2.10 (and Linux-2.4.27) system.  The older system cannot be 
upgraded to newer software at this time.

The following iptables command works on the newer system:
/usr/sbin/iptables -t nat -A PREROUTING -p tcp -d 192.168.100.50 --dport 502 \ 
-i eth1 -j DNAT --to 172.26.0.88:502

but is invalid on the iptables-1.2.10 system, specifically the "--dport" and 
"--to" options are unknown arguments.

I've been unable to find any documentation on NAT for the older iptables.  How 
can I implement the same NAT functionality above using iptables-1.2.10 ?

thanks,
	Jeff


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-13 14:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-13 14:54 NAT for heritage iptables-1.2.10 Jeff Weber

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.