Error catch for "opendroid"
[auto-patcher.git] / patches / 3gdongle / 4.2 / common / system / etc / ppp / peers / datakey
blob0fa05afc2cad6776e8deb04f415abda1ec3af3fc
1 linkname datakey
2 mru 1280
3 mtu 1280
4 # dump
5 # debug
6 unit 1
7 # connection
8 # crtscts
9 connect-delay 3000
10 hide-password
11 nodetach
12 # peer parameters
13 # noauth
14 # most gprs phones don't reply to lcp echo
15 # lcp-echo-interval 0
16 # lcp-echo-failure 0 
17 # dns, routing
18 ipcp-accept-remote
19 ipcp-accept-local
20 ipcp-max-failure 15
21 #defaultroute
22 nodefaultroute
23 #replacedefaultroute # not currently supported by our pppd
24 noipdefault
25 usepeerdns
26 # avoid compression
27 novj
28 novjccomp
29 noccp
30 nobsdcomp
31 nopcomp
32 noaccomp
33 # connect scripts
34 connect '/system/xbin/chat -v -t 3 -f /etc/chatscripts/datakey_start'
35 # disconnect '/system/xbin/chat -v -t 3 -f /etc/chatscripts/datakey_stop'