Subject: Re: Routing with NetBSD 1.3.3
To: Thomas Pfaff , Lukas Ruf <lpruf@stud.ee.ethz.ch>
From: I. Souvatzis <ignatios@cs.uni-bonn.de>
List: netbsd-users
Date: 04/06/1999 13:05:53
On Tue, Apr 06, 1999 at 12:04:39PM +0200, Thomas Pfaff wrote:
> >The reason I am sending you this email lays in the fact that I have
> >spend about 40 hours trying to get one machine running NetBSD 1.3.3 to
> >route all incoming requests from a Linux station A to another Linux
> >station B -- at the end I gave up.... :-(
> >
> 
> 
> Compile your NetBSD kernel with "option GATEWAY".

not strictly necessary.

Just do a 

sysctl -w net.inet.ip.forwarding=1

at boot time. 

	-is