URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID1
Нить номер: 37907
[ Назад ]

Исходное сообщение
"Как добавить маршрут во время загрузки FreeBSD?"

Отправлено skynet , 01-Дек-03 08:50 
Хочу, чтобы статические маршруты добавлялись при загрузке системы.
В rc.conf нашёл переменную:

static_routes
(str) Set to the list of static routes that are to be added at system boot time.  If not set to ``NO'' then for each whitespace separated element in the value, a route_<element> variable is assumed to exist whose contents will later be passed to a ``route add'' operation.

Непонятно в каком виде задавать ей маршрут?


Содержание

Сообщения в этом обсуждении
"Как добавить маршрут во время загрузки FreeBSD?"
Отправлено Andrey , 01-Дек-03 09:03 
>Хочу, чтобы статические маршруты добавлялись при загрузке системы.
>В rc.conf нашёл переменную:
>
>static_routes
>(str) Set to the list of static routes that are to be added at system boot time.  If not set to ``NO'' then for each whitespace separated element in the value, a route_<element> variable is assumed to exist whose contents will later be passed to a ``route add'' operation.
>
>Непонятно в каком виде задавать ей маршрут?

в /etc/rc.conf

static_routes="route1 route2"

route_route1="<параметры передаваемые route>"
route_route2="<параметры передаваемые route>"