On Fri, Feb 09, Virtual Bob wrote:

> ...
> ifconfig_ed0="inet 192.168.1.2 netmask 255.255.255.0"
> ...
> static_routes="route_01 route_02"
> route_01="-net 192.168.2.0 192.168.1.1"
> route_02="-net 192.168.3.0 192.168.1.1"
> ...

Close...

Try this:

static_routes="net01 net02"
route_net01="-net 192.168.2.0 192.168.1.1"
route_net02="-net 192.168.3.0 192.168.1.1"

- Mike

PGP signature

Reply via email to