Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jan 2001 04:29:11 -0800
From:      Tom Czarnik <tom@athms.com>
To:        Frank Bonnet <bonnetf@bart.esiee.fr>
Cc:        freebsd-net@FreeBSD.ORG
Subject:   Re: rc.network clarification in adding routes (4.2)
Message-ID:  <3A59B297.9D82212F@athms.com>
References:  <200101081155.f08Btfc09312@bart.esiee.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
Frank Bonnet wrote:

> I need some clarification on variables setup to add
> statics routes in the followin part on rc.network.
> 
> I've put the following in rc.conf to add internals routes
> 
> static_routes="res40"
> res40=" -net 147.215.40 147.215.20.1 255.255.255.0"
> static_routes="res80"
> res80=" -net 147.215.80 147.215.20.1 255.255.255.0"
> 
> but the route command give an invalid argument error message.


static_routes="res40 res80"
route_res40="-net 147.215.40 147.215.20.1 255.255.255.0"
route_res80="-net 147.215.80 147.215.20.1 255.255.255.0"


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A59B297.9D82212F>