Translations:Modem-stretch/24/en

Материал из Wiren Board

In the standard software set of the Wiren Board controller connection settings in ppp protocol for MTS, MegaFon and Beeline mobile operators are included. If you are using one of them, run the following command to start the connection

pon mts # you can replace mts with megafon or beeline

To disable the connection, run

poff mts # you can replace mts with megafon or beeline
File /etc/network/interfaces, starts connection to MTS automatically

To start the connection automatically, open the /etc/network/interfaces file and uncomment/edit the following lines:

auto ppp0
iface ppp0 inet ppp
  provider mts #  you can replace mts with megafon or beeline

But if you want the connection to restore itself when it breaks, see the full instructions below.