Subject: Re: Hallo, I got a dumb question....
To: Andreas Drewke <andreas_dr@gmx.de>
From: Berndt Josef Wulf <wulf@ping.net.au>
List: port-i386
Date: 08/19/2004 08:38:54
On Thu, 19 Aug 2004 00:42, Andreas Drewke wrote:
> ... but its really urgent...
>=20
> how can one set up multiple static routes in NetBSD????
> Thanx alot..
>=20

=46rom the manual:

    To install a static route through 10.200.0.1 to reach the network
     192.168.1.0/28, use this:
           route add -net 192.168.1.0 -netmask 255.255.255.240 10.200.0.1

=46or more info just type "man route"

cheerio Berndt