Added missing header for time functions in bjavaloader.cc (Windows)
[barry.git] / ppp / README
blob1a6785d42b352bb13b9764a2045e9febcab4ff2a
1 This directory contains sample options files for pppd, as well as their
2 associated chatscript files.  They are named for the various Blackberry
3 vendors that have different connect sequences for tethered modems.
5 Each file is tagged with the name "barry" as well, so they can be
6 installed in /etc/ppp/peers someday, to make all this automated
7 and easy.
9 It is a good idea to review these options files to make sure they
10 suit your system.  Particularly the defaultroute options, and their
11 various security implications.  You may wish to read the following URLs
13         http://fixunix.com/ppp/62469-dial-up-route-problem-2.html
14         http://groups.google.com/group/comp.os.linux.misc/browse_thread/thread/11fb49a3c035573/7d7e19b2e4820b0c
15         http://linuxgazette.net/issue77/lechnyr.html
17 Other options can be found at:
18     http://wiki.colar.net/tethering_with_blackberry_pearl_on_linux
20 The original peer files were based on the XmBlackBerry peer file, but
21 many have been added over the years for various ISPs.
23 Please send all working peer files to cdfrey@foursquare.net, so we can
24 build a library of peer files for different carriers.
26 Peer File Option Notes:
27 -----------------------
30 # the chat script and the USB link
32 connect "/usr/sbin/chat -f /etc/chatscripts/barry-rogers.chat"
33 pty "/usr/sbin/pppob"
36 # decide the level of debug output you need
38 debug
39 #debug debug debug
42 # authentication options - no need for ISP to authenticate to us, but
43 #                          we may need a login here: user/password/name
45 # Rogers style:
46 noauth
47 user wapuser
48 password wap
49 name wapuser
51 # or:
53 # T-Mobile style:
54 # You may not need to auth.  If you do, use your user/pass
55 # from www.t-mobile.com.
56 user ""
57 password ""
62 # routing options
64 #nodefaultroute         # the safest, but least useful
65 defaultroute
66 usepeerdns
69 # options that are usually unsupported, so disable them
71 noipdefault
72 nodetach
73 nodeflate
74 nobsdcomp
75 noaccomp
76 nocrtscts
77 nopcomp
78 nomagic
79 #default-asyncmap       # does not usually need to be specified
81 # This is disabled by default for a Barry config, but this
82 # has caused connection issues in the past.  If you are unable
83 # to get an ip with your provider, try commenting this out.
84 # See:
85 # http://www.mail-archive.com/barry-devel@lists.sourceforge.net/msg01871.html
86 novj
88 #nomultilink
89 ipcp-restart 7
90 ipcp-accept-local
91 ipcp-accept-remote
92 # need lcp-echo turned off, at least for tmobile, otherwise c0onnectin
93 # disconnects after few mn of inactivity.
94 # thanks to loon for this info
95 lcp-echo-interval 0
96 lcp-echo-failure 999
99 # limit size of packets, misc. options
101 passive
102 mtu 1492
105 # unused options... modem and local are opposites, and determine how
106 #               far pppd goes to use the line like a modem
108 #modem
109 #local