Bumped copyright dates for 2013
[barry.git] / ppp / barry-mts
blob9ee676aee6ca2bc15efa87f5399b388abe60cee1
1 # See the README file in the source tree for notes and documentation
3 connect "/usr/sbin/chat -f /etc/chatscripts/barry-mts.chat"
4 pty "/usr/sbin/pppob"
6 debug
8 # For Manitoba's MTS, you need to use a username in the form of
9 # "##########@mip.1x.mts.net" (########## is your 10 digit phone number)
10 # and a password of ########## (the same 10 digit number).
12 # Confirmed by Chris Chatelain <chris.chatelain@thewebshop.ca>
13 noauth
14 user "##########@mip.1x.mts.net"
15 password "##########"
16 name wapuser
18 defaultroute
19 usepeerdns
21 noipdefault
22 nodetach
23 nodeflate
24 nobsdcomp
25 noaccomp
26 nocrtscts
27 nopcomp
28 nomagic
29 novj
31 ipcp-restart 7
32 ipcp-accept-local
33 ipcp-accept-remote
34 lcp-echo-interval 0
35 lcp-echo-failure 999
37 passive
38 mtu 1492