Настройка модема USB через PPPD: различия между версиями
Материал из support.qbpro.ru
imported>Vix (Новая страница: «1. Создаем /etc/ppp/peers/opsos /dev/ttyUSB0 460800 connect "/usr/sbin/chat -v -f /etc/ppp/peers/opsos_chat" noipdefault noauth defaultroute 2. Со…») |
imported>Vix Нет описания правки |
||
(не показана 1 промежуточная версия этого же участника) | |||
Строка 1: | Строка 1: | ||
1. Создаем /etc/ppp/peers/opsos | '''1. Создаем /etc/ppp/peers/opsos''' | ||
/dev/ttyUSB0 460800 | /dev/ttyUSB0 460800 | ||
connect "/usr/sbin/chat -v -f /etc/ppp/peers/opsos_chat" | connect "/usr/sbin/chat -v -f /etc/ppp/peers/opsos_chat" | ||
Строка 6: | Строка 6: | ||
defaultroute | defaultroute | ||
2. Создаем /etc/ppp/peers/opsos_chat | '''2. Создаем /etc/ppp/peers/opsos_chat''' | ||
ABORT BUSY | ABORT BUSY | ||
ABORT VOICE | ABORT VOICE | ||
Строка 25: | Строка 25: | ||
CONNECT "" | CONNECT "" | ||
* МТС хочет пароль, для мегафона не нужно, своего сам смотри | ''* МТС хочет пароль, для мегафона не нужно, своего сам смотри'' | ||
3. Создаем /etc/ppp/chap-secrets | '''3. Создаем /etc/ppp/chap-secrets''' | ||
# Secrets for authentication using CHAP | # Secrets for authentication using CHAP | ||
# client server secret IP addresses | # client server secret IP addresses | ||
Строка 33: | Строка 33: | ||
Всё: # pon opsos и полетели. | Всё: # pon opsos и полетели. | ||
Еще, если хочешь сеть сразу поднимать: | '''Еще, если хочешь сеть сразу поднимать:''' | ||
Создаем /etc/network/interfaces | Создаем /etc/network/interfaces | ||
Строка 45: | Строка 45: | ||
* [https://www.linux.org.ru/forum/admin/12806374#comments Взято тут..] | * [https://www.linux.org.ru/forum/admin/12806374#comments Взято тут..] | ||
* [http://www.sakryukin.ru/?module=articles&c=articles&b=3&a=8&page=2 полезное к теме] |
Текущая версия от 12:31, 9 марта 2017
1. Создаем /etc/ppp/peers/opsos
/dev/ttyUSB0 460800 connect "/usr/sbin/chat -v -f /etc/ppp/peers/opsos_chat" noipdefault noauth defaultroute
2. Создаем /etc/ppp/peers/opsos_chat
ABORT BUSY ABORT VOICE ABORT "NO CARRIER" ABORT "NO DIALTONE" ABORT "NO DIAL TONE" ABORT "NO ANSWER" ABORT "DELAYED" ABORT "ERROR" ABORT "+CGATT: 0" "" AT TIMEOUT 12 OK ATH OK ATE1 OK AT+CGDCONT=1,"IP","\T","",0,0 OK ATD*99# TIMEOUT 22 CONNECT ""
* МТС хочет пароль, для мегафона не нужно, своего сам смотри 3. Создаем /etc/ppp/chap-secrets
# Secrets for authentication using CHAP # client server secret IP addresses mts * mts
Всё: # pon opsos и полетели.
Еще, если хочешь сеть сразу поднимать:
Создаем /etc/network/interfaces
# The loopback network interface auto lo iface lo inet loopback auto opsos iface opsos inet ppp provider opsos