Клубове Дир.бг
powered by diri.bg
търси в Клубове diri.bg Разширено търсене

Вход
Име
Парола

Клубове
Dir.bg
Взаимопомощ
Горещи теми
Компютри и Интернет
Контакти
Култура и изкуство
Мнения
Наука
Политика, Свят
Спорт
Техника
Градове
Религия и мистика
Фен клубове
Хоби, Развлечения
Общества
Я, архивите са живи
Клубове Дирене Регистрация Кой е тук Въпроси Списък Купувам / Продавам 23:22 18.06.24 
Клубове/ Компютри и Интернет / Linux Пълен преглед*
Информация за клуба
Тема PPP connection [re: Dmitry]
Автор WhiteFang ()
Публикувано11.10.99 04:47  



Ето ти /etc/ppp/ppp-on script -> demand dialing :)) #!/bin/sh # # Script to initiate a ppp connection. This is the first part of the # pair of scripts. This is not a secure pair of scripts as the codes # are visible with the 'ps' command. However, it is simple. # # These are the parameters. Change as needed. TELEPHONE=xxx-xxx # The telephone number for the connection ACCOUNT=username # The account name for logon (as in 'George Burns') PASSWORD=passwd # The password for this account (and 'Gracie Allen') LOCAL_IP=xxx.xxx.xxx.0 # Local IP address if known. Dynamic = 0.0.0.0 REMOTE_IP=xxx.xxx.xxx.129 # 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. # exec /usr/sbin/pppd debug lock modem crtscts /dev/ttyS2 115200 asyncmap 20A0000 escape FF kdebug 0 $LOCAL_IP:$REMOTE_IP noipdefault netmask $NETMASK defaultroute connect $DIALER_SCRIPT ipcp-accept-local ipcp-accept-remote demand holdoff 30 idle 180 за REMOTE_IP си смени с IP na GateWay na ISP за опциите на pppd :> man pppd И chat скрипта :)) #!/bin/sh # # This is part 2 of the ppp-on script. It will perform the connection # protocol for the desired connection. # exec /usr/sbin/chat -v TIMEOUT 3 ABORT ' BUSY ' ABORT ' NO ANSWER ' ABORT ' RINGING RINGING ' '' AT 'OK-+++c-OK' ATH0 TIMEOUT 30 OK ATDT$TELEPHONE CONNECT '' Username: $ACCOUNT Password: $PASSWORD ако искаш можеш да си сложиш един ред в /etc/rc.d/rc.local #BringUp Interface PPP0 /etc/ppp/ppp-on :))

Цялата тема
ТемаАвторПубликувано
* PPP connection Mad Doctor   25.09.99 10:41
. * PPP connection kgb   25.09.99 14:24
. * PPP connection Penguin   27.09.99 23:45
. * PPP connection vgd   28.09.99 14:15
. * PPP connection Mad Doctor   29.09.99 09:42
. * PPP connection Aesthete   05.10.99 10:29
. * PPP connection Mad Doctor   06.10.99 09:53
. * PPP connection Dmitry   07.10.99 05:02
. * PPP connection WhiteFang   11.10.99 04:47
. * PPP connection Mad Doctor   11.10.99 09:00
. * PPP connection Sasho   20.10.99 13:55
Клуб :  


Clubs.dir.bg е форум за дискусии. Dir.bg не носи отговорност за съдържанието и достоверността на публикуваните в дискусиите материали.

Никаква част от съдържанието на тази страница не може да бъде репродуцирана, записвана или предавана под каквато и да е форма или по какъвто и да е повод без писменото съгласие на Dir.bg
За Забележки, коментари и предложения ползвайте формата за Обратна връзка | Мобилна версия | Потребителско споразумение
© 2006-2024 Dir.bg Всички права запазени.