1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
| # /etc/ppp/peers/wcdma # This is pppd script for China liantong
| # Usage: root>pppd call wcdma
| hide-password
| noauth
| connect '/etc/ppp/chat -s -v -f /etc/ppp/peers/wcdma-chat-connect'
| disconnect '/etc/ppp/chat -s -v -f /etc/ppp/peers/wcdma-chat-disconnect'
| debug
| #logfile ./ppplog
| /dev/ttyUSB2
| 115200
| defaultroute
| noipdefault
| novj
| novjccomp
| noccp
| ipcp-accept-local
| ipcp-accept-remote
| local
| lock
| dump
| nodetach
| user "card"
| password "card"
| crtscts
| remotename 3gppp
| ipparam 3gppp
| usepeerdns
|
|