Added another ctor to BadSize exception class
[barry.git] / ppp / barry-att_cingular
blobddde6ff0f64297cde1cac7684c262c8d9b3df4b8
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 novj
28 nodeflate
29 nobsdcomp
30 noaccomp
31 #default-asyncmap
32 nocrtscts
33 nopcomp
34 nomagic
36 passive
38 #nomultilink
39 ipcp-restart 7
40 ipcp-accept-local
41 ipcp-accept-remote
42 lcp-echo-interval 0
43 lcp-echo-failure 999
45 # Limit size of packets
46 mtu 1492
48 # Verbosity
49 debug
50 #debug debug debug
52 # Call pppob for the USB link
53 pty "/usr/sbin/pppob"