Re: Linux system as a router

Uwe Kiewel <[email protected]> Tue, 07 Apr 2009 22:33:35 +0200
Newsgroups org.kernel.vger.linux-admin
Message-ID <[email protected]>
Kirkwood, David A. wrote:
> How do I set up iptables to make the linux system function as a router?
> I think I need to set forwarding between the two interfaces, but I don't
> understand the syntax of the command.

echo "1" > /proc/sys/net/ipv4/ip_forward

Maybe you will need masqerading

HTH,
	Uwe