代码搜索:ppp-on

找到约 29 项符合「ppp-on」的源代码

代码结果 29
www.eeworm.com/read/427655/8927178

ppp-on

#!/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
www.eeworm.com/read/359058/10167552

ppp-on

#!/bin/sh pppd nodetach lock modem crtscts /dev/ttyS0 38400 noipdefault defaultroute noauth name my_username connect "chat -v '' ATDT123456789 CONNECT" &
www.eeworm.com/read/277622/10615424

ppp-on~

#!/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
www.eeworm.com/read/277622/10615425

ppp-on

#!/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
www.eeworm.com/read/349691/10804496

ppp-on

#!/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
www.eeworm.com/read/463561/7178353

ppp-on

#!/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
www.eeworm.com/read/128502/5989776

ppp-on

#!/bin/sh TELEPHONE=501808080 LOCAL_IP=0.0.0.0 REMOTE_IP=0.0.0.0 NETMASK=255.255.255.0 DIALER_SCRIPT=/etc/ppp/ppp-gnokii export $TELEPHONE exec /usr/sbin/pppd debug /dev/gnokii 115200 $
www.eeworm.com/read/129999/14213124

ppp-on

#!/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
www.eeworm.com/read/198841/5081400

ppp-on

#!/bin/sh TELEPHONE=501808080 LOCAL_IP=0.0.0.0 REMOTE_IP=0.0.0.0 NETMASK=255.255.255.0 DIALER_SCRIPT=/etc/ppp/ppp-gnokii export $TELEPHONE exec /usr/sbin/pppd debug /dev/gnokii 115200 $
www.eeworm.com/read/414605/2143171

ppp-on

#!/bin/sh #. /etc/ppp/ppp.opts export TELEPHONE ACCOUNT PASSWORD MDM_INIT MDM_TIMEOUT exec /usr/sbin/pppd file /etc/ppp/options.ttySx #DIALER_SCRIPT=/etc/ppp/ppp-on-dialer # Initiate the connection