URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID3
Нить номер: 1281
[ Назад ]

Исходное сообщение
"Тематический каталог: Пример настройки PPP dialup (example ppp dialup )"

Отправлено auto_topic , 27-Ноя-02 19:40 
Обсуждение статьи тематического каталога: Пример настройки PPP dialup (example ppp dialup )

Ссылка на текст статьи: http://www.opennet.me/base/modem/ppp_dialup.txt.html


Содержание

Сообщения в этом обсуждении
"Пример настройки PPP dialup (example ppp dialup )"
Отправлено Лозовой Владимир , 27-Ноя-02 19:40 
Настрой для Pap ауторификации когда провайдер ждёт введения чего либо перед началом ауторификации


#!/bin/sh


TELEPHONE=9,,790790    # The telephone number for the connection
ACCOUNT=12345    # The account name for logon (as in 'George Burns')
PASSWORD=password        # The password for this account (and 'Gracie Allen')
LOCAL_IP=0.0.0.0    # Local IP address if known. Dynamic = 0.0.0.0
REMOTE_IP=0.0.0.0    # Remote IP address if desired. Normally 0.0.0.0
NETMASK=255.255.255.0    # The proper netmask if needed
#
# Export them so that they will be available at 'ppp-on-dialer' time.
export TELEPHONE ACCOUNT PASSWORD
#
# This is the location of the script which dials the phone and logs
# in.  Please use the absolute file name as the $PATH variable is not
# used on the connect option.  (To do so on a 'root' account would be
# a security hole so don't ask.)
#
DIALER_SCRIPT=/etc/ppp/ppp-on-dialer
#
# Initiate the connection
#
# I put most of the common options on this command. Please, don't
# forget the 'lock' option or some programs such as mgetty will not
# work. The asyncmap and escape will permit the PPP link to work with
# a telnet or rlogin connection. You are welcome to make any changes
# as desired. Don't use the 'defaultroute' option if you currently
# have a default route to an ethernet gateway.
#%0


"Пример настройки PPP dialup - www.krasnet.ru/~dps/ppp"
Отправлено btr , 19-Дек-02 11:11 
Альтернативный вариант настройки PPP для FreeBSD и Linux - http://www.krasnet.ru/~dps/ppp