Subject: Re: Hallo, I got a dumb question....
To: None <port-i386@netbsd.org>
From: Christoph Kaegi <kgc@zhwin.ch>
List: port-i386
Date: 08/18/2004 16:42:49
On 18.08-15:12, Andreas Drewke wrote:
> 
> how can one set up multiple static routes in NetBSD????
> Thanx alot..
> 

see the manpage for route(8):

  # man route

for example: 

  # route add -net 10.10.10.0 -netmask 255.255.255.0 190.127.15.1

You can lookup your currently configured routes with

  # netstat -nr

Regards
Chris

-- 
----------------------------------------------------------------------
Christoph Kaegi                                           kgc@zhwin.ch
----------------------------------------------------------------------