Translations:Modem-stretch/32/en: различия между версиями

Материал из Wiren Board
(Новая страница: «For connection to restart itself when it breaks, and to execute it an unlimited number of times, add the following lines to the connection settings (the settings…»)
(нет различий)

Версия 17:55, 31 мая 2019

Определение сообщения (Modem-stretch)
Чтобы подключение само перезапускалось при обрыве, и делало это неограниченное число раз, добавьте в настройки подключения (файл настроек выбранного оператора в директории /etc/ppp/peers) строки:
<syntaxhighlight lang="bash">
persist
maxfail 0
</syntaxhighlight>
если их там нет. В последних версиях контроллеров эти параметры сконфигурированы по умолчанию.

For connection to restart itself when it breaks, and to execute it an unlimited number of times, add the following lines to the connection settings (the settings file of the selected operator is in the /etc/ppp/peers directory) :

persist
maxfail 0

if they're not written. In the latest versions of controllers, these settings are configured by default.