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…»)
 
м (FuzzyBot переименовал страницу Translations:GSM/GPRS/32/en в Translations:Modem-stretch/32/en без оставления перенаправления: Часть переводимой страницы GSM/GPRS.)
 

Текущая версия на 09:42, 31 марта 2023

Определение сообщения (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.