[afnog] Static routes on FreeBSD
Phil Regnauld
regnauld at starBSD.org
Tue Oct 5 16:06:50 EAT 2004
On Tue, Oct 05, 2004 at 04:03:05PM +0200, antonio at nambu.uem.mz wrote:
> Hi everyone,
>
> Does anyone know where is the best place to put static routes so that
> they are added when the system starts up?
grep static /etc/defaults/rc.conf
i.e.:
static_routes="location2 location3"
route_location2="10.20.30.0/24 1.2.3.4"
route_location3="10.20.30.0/24 1.2.3.4"
etc...
More information about the afnog
mailing list