Date: 07 Jul 1999 13:46:19 -0500 From: Don Croyle <croyle@gelemna.ft-wayne.in.us> To: "Joe \"Marcus\" Clarke" <marcus@miami.edu> Cc: questions@freebsd.org Subject: Re: Format of static_routes Message-ID: <86aet8l2mc.fsf@emerson.gelemna.ft-wayne.in.us> In-Reply-To: "Joe \"Marcus\" Clarke"'s message of "Wed, 07 Jul 1999 09:40:14 -0400 (EDT)" References: <Pine.OSF.4.05.9907070938540.7448-100000@jaguar.ir.miami.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
"Joe \"Marcus\" Clarke" <marcus@miami.edu> writes: > What is the format rc.conf is expecting for the static_routes field? I > tried simply adding the parameters I would give to route add (-net > 10.0.0.0/8 10.29.2.1), but that didn't work. Thanks. The static_routes variable enumerates the static routes, then you put the actual parameters in separate variables. For example: static_routes="inside" route_inside="-net 10.0.0.0/8 10.29.2.1" -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86aet8l2mc.fsf>