И для того чтобы было проще вылажу так как этот плаген устанавливаешь в ресивер вот что получается по файлам.
-----------------------------
gprs-disconnect-chat
$Id: gprs-disconnect-chat,v 1.2 2001/12/17 17:29:27 tjd21 Exp $
# Boilerplate
#
## ABORT BUSY
## ABORT ERROR
## ABORT 'NO DIALTONE'
## TIMEOUT 30
# Get some attention
## '' '+++\c'
## SAY " + sending break"
# Hang up data connection
#
## '' 'ATH'
## SAY "\n + dropping data connection"
# Disconnect from GPRS
## OK 'AT+CGATT=0'
## SAY "\n + disconnecting from GPRS"
## OK '\c'
## SAY "\n + disconnected."
ABORT "BUSY"
ABORT "ERROR"
ABORT "NO DIALTONE"
SAY "\nSending break to the modem\n"
"" "\K"
"" "+++ATH"
"" "AT+CGATT=0\d\d\d\d\d"
##SAY "\nPDP context detached\n"
-----------------------------
gprs-siem-connect-chat
# chat script to open GPRS service with a SIEMENS
#
# If ppp negotiation stalls, try restarting the phone.
# For more details of what the commands do, see ETSI TS 127 007
# (AT command set for User Equipment), at
http://www.etsi.org/,
# and your phone's documentation.
#
# $Id: gprs-moto-connect-chat,v 1.5 2001/12/18 16:04:25 tjd21 Exp $
#
# Revision by SatSream
#
http://www.satdream.ru#
TIMEOUT 5
ECHO ON
ABORT '\nBUSY\r'
ABORT '\nERROR\r'
ABORT '\nNO ANSWER\r'
ABORT '\nNO CARRIER\r'
ABORT '\nNO DIALTONE\r'
ABORT '\nRINGING\r\n\r\nRINGING\r'
'' \rAT
TIMEOUT 12
OK ATZ
OK ATH
OK ATE1
OK AT+CGDCONT=1,"IP","internet"
OK ATD*99***1#
CONNECT
-----------------------------
gprs-siem
# pppd options for the SIEMENS phone
# Replace the obvious lines with your username and modem device
#
# $Id: gprs-moto,v 1.1 2001/12/10 16:17:15 tjd21 Exp $
name beeline
# Here is for rs232 serial cable
/dev/tts/0
# Here is for USB serial cable
#/dev/usb/tts/0
# Serial port line speed and options
115200
# Control character handling
asyncmap 20A0000
escape FF
# Generic GPRS options
file /etc/ppp/gprs-options
# Chat scripts
connect "/bin/chat -f /etc/ppp/chat/gprs-siem-connect-chat"
disconnect "/bin/chat -f /etc/ppp/chat/gprs-disconnect-chat"
-----------------------------
gprs-siem.demand
# This is options for ppp on demand.
# Rev 1.0 by SatDream 20.12.2006
#
http://www.satdream.ru#
# inclue standart our gprs peer
file /var/etc/ppp/peers/gprs-siem
# enable ppp on demand
demand
# idle time for disconnect time out
idle 60
# remote IP (gateway our provider) !replace it for you own/
:192.168.254.254
# trying to reconnect after gprs lost connections
holdoff 5
#
#persist
-----------------------------
chap-secrets
# Secrets for authentication using CHAP
# client server secret IP addresses
test * testpassword
-----------------------------
gprs-options
# General options for making GPRS connections
#
# $Id: gprs-options,v 1.2 2002/01/15 16:28:40 tjd21 Exp $
# Change this line to 'defaultroute' if you want to use the GPRS link
# as your gateway.
defaultroute
# Comment this line out to let pppd background itself.
nodetach
# Turn this on to see all the PPP negotiations
#debug
# *** Below this line you probably won't need to change.
# Limit the MTU (workaround for an oddity in the VPN)
mtu 1400
# Use hardware flow conrtrol
crtscts
# Let the phone figure out all the IP addresses
noipdefault
ipcp-accept-local
ipcp-accept-remote
# No ppp compression
novj
novjccomp
# For sanity, keep a lock on the serial line
lock
#get DNS from BeeLine (see GPRS Settings on www.beelinegsm.ru)
usepeerdns
disconnect /etc/ppp/gprs-disconnect-chat
-----------------------------
ip-down
#!/bin/sh
# This file should not be modified -- make local changes to
# /etc/ppp/ip-down.local instead
exit 0
-----------------------------
ip-up
#!/bin/sh
# This file should not be modified -- make local changes to
# /etc/ppp/ip-up.local instead
exit 0
-----------------------------
options
# General options for making GPRS connections
#
# $Id: gprs-options,v 1.2 2002/01/15 16:28:40 tjd21 Exp $
# Change this line to 'defaultroute' if you want to use the GPRS link
# as your gateway.
defaultroute
# Comment this line out to let pppd background itself.
nodetach
# Turn this on to see all the PPP negotiations
#debug
# *** Below this line you probably won't need to change.
# Limit the MTU (workaround for an oddity in the VPN)
mtu 1400
# Use hardware flow conrtrol
crtscts
# Let the phone figure out all the IP addresses
noipdefault
ipcp-accept-local
ipcp-accept-remote
# No ppp compression
novj
novjccomp
# For sanity, keep a lock on the serial line
lock
#get DNS from BeeLine (see GPRS Settings on www.beelinegsm.ru)
usepeerdns
disconnect /etc/ppp/gprs-disconnect-chat
-----------------------------
options.pptpd
# Example of option.pptpd file for pptp protocol
# Revision by Satdream
#
http://www.satdream.runame test
remotename pptpd
defaultroute
noauth
asyncmap 0
crtscts
lock
local
noproxyarp
lcp-echo-interval 30
lcp-echo-failure 4
noipx
-----------------------------
pap-secrets
# Secrets for authentication using PAP
# client server secret IP addresses
usi * usi
####### redhat-config-network will overwrite this part!!! (begin) ##########
####### redhat-config-network will overwrite this part!!! (end) ############
-----------------------------
pptp.conf
# Example of config file for ppptp
# Revision by SatDream
#
http://www.satdreamspeed 115200
option /etc/ppp/options.pptpd
localip 192.168.20.20
remoteip 192.168.20.1
debug
-----------------------------
resolv.conf
nameserver 10.22.10.20
nameserver 10.22.10.21
nameserver 217.118.66.243
nameserver 217.118.66.244
---------------------------------------------
Вот в принцепе и всё что поевилось в папке ppp