Subject: Re: IP-Forwarding
To: None <markus.hansen@tu-harburg.de>
From: None <wulf@ping.net.au>
List: port-alpha
Date: 03/03/2003 00:10:49
> 
> Hi.
> I have a Digital(Alpha) running NetBSD.
> I want it to do IP-Forwarding, how do I do that?
> Regards
> -- 

build a kernel with the following line uncommented in the config file

options        GATEWAY         # packet forwarding

or issuing the following command as user root

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

cheerio Berndt