Renamed sample ppp peer files.
[barry/pauldeden.git] / ppp / barry-rogers
blob2a8a9a8648f863275ddaa51cc755168563ac4eea
2 # Some of these options found documented at:
3 #    http://wiki.colar.net/tethering_with_blackberry_pearl_on_linux
5 # Others are based on the peer file in XmBlackBerry
7 # Please send all working peer files to cdfrey@foursquare.net, so we can
8 # build a library of peer files for different carriers.
11 connect "chat -v 'ABORT' 'ERROR' '' 'AT&F' 'OK' 'ATZ' 'OK' 'ATI' 'OK' 'AT+CNUM' 'OK' 'AT+CSQ' 'OK' 'AT+CREG?' 'OK' 'AT+CGDCONT?' 'OK' 'AT+CGQREQ?' 'OK' 'AT+CGQMIN?' 'OK' 'AT+CGATT?' 'OK' 'AT+CGREG?' 'OK' 'AT+CGDCONT=1,\"IP\",\"internet.com\"' 'OK' 'ATDT*99#' 'CONNECT'"
14 # authentication options - no need for ISP to authenticate to us, but
15 #                          we may need a login here: user/password/name
17 noauth
18 user wapuser
19 password wap
20 name wapuser
23 # disable unsupported options
25 noipdefault
26 nodetach
27 #nodefaultroute
28 defaultroute
29 novj
30 nodeflate
31 nobsdcomp
32 noaccomp
33 #default-asyncmap
34 nocrtscts
35 nopcomp
36 nomagic
38 passive
40 #nomultilink
41 ipcp-restart 7
42 ipcp-accept-local
43 ipcp-accept-remote
44 # need lcp-echo turned off, at least for tmobile, otherwise c0onnectin
45 # disconnects after few mn of inactivity.
46 # thanks to loon for this info
47 lcp-echo-interval 0
48 lcp-echo-failure 999
52 # limit size of packets
54 mtu 1492
57 # operate in debug mode
59 debug
60 #debug debug debug
63 # call pppob for the USB link
65 pty "/usr/sbin/pppob"
69 # unused options
72 #modem
73 ## refused anyway, no point in trying every time
74 #novj
75 #usepeerdns