route

Форум предназначен для новичков. В нем предполагается рассматривать вопросы, которые встают на первых этапах освоения Linux
fire

route

Сообщение fire »

в Debian нужно добавить в таблицу маршрутизации маршрут.
с помощью команды route add.
Но при перезагрузки системы этот маршрут исчезает.
Как сделать что бы он не удалялся после перезагрузки.

Anonymous

Сообщение Anonymous »

man interfaces
man 5 interfaces писал(а): IFACE OPTIONS
The following "command" options are available for every family and
method. Each of these options can be given multiple times in a single
stanza, in which case the commands are executed in the order in which
they appear in the stanza. If one of the commands fails, none of the
others will be executed but the interface will still be configured.
(You can ensure a command never fails by suffixing "|| true".)

up command
Run command after bringing the interface up.

pre-up command
Run command before bringing the interface up.

down command
Run command before taking the interface down.

Аватара пользователя
Varjat
Интересующийся
Сообщения: 64
Зарегистрирован: 02 июл 2002, 11:14
Откуда: Менск
Контактная информация:

Сообщение Varjat »

Или добавить соостветствующую запись в /etc/gateways
Часам неабходна быць вар'ятам

Ответить