Updated TODO list with "- All" database parsing
[barry.git] / ppp / barry-att_cingular
blob16d03de25f41a67282761307017e6f3e5c664fcc
1 # pppd peer file for ATT / Cingular
2 # by Richard Esplin
3 # Licensed under the same terms as libbarry.
5 # Some of these options found documented at:
6 #    http://wiki.colar.net/tethering_with_blackberry_pearl_on_linux
8 # Please send all working peer files to cdfrey@foursquare.net, so we can
9 # build a library of peer files for different carriers.
11 connect "/usr/sbin/chat -f /etc/chatscripts/barry-att_cingular.chat"
13 # Authentication options - no need for ISP to authenticate to us, but
14 #                          we may need a login here: user/password/name
15 noauth
16 user ""
17 password ""
19 # Handle the default route and DNS
20 #nodefaultroute
21 defaultroute
22 usepeerdns
24 # Disable unsupported options
25 noipdefault
26 nodetach
27 nodeflate
28 nobsdcomp
29 noaccomp
30 #default-asyncmap
31 nocrtscts
32 nopcomp
33 nomagic
35 # This is disabled by default for a Barry config, but this
36 # has caused connection issues in the past.  If you are unable
37 # to get an ip with your provider, try commenting this out.
38 # See:
39 # http://www.mail-archive.com/barry-devel@lists.sourceforge.net/msg01871.html
40 novj
42 passive
44 #nomultilink
45 ipcp-restart 7
46 ipcp-accept-local
47 ipcp-accept-remote
48 lcp-echo-interval 0
49 lcp-echo-failure 999
51 # Limit size of packets
52 mtu 1492
54 # Verbosity
55 debug
56 #debug debug debug
58 # Call pppob for the USB link
59 pty "/usr/sbin/pppob"