xref: /netbsd-src/share/examples/pppd/telus (revision 8c98a757f32bb47ac623dcd1a731cfbee1fb9813)
1*8c98a757Sjmcneill# $NetBSD: telus,v 1.1 2008/10/29 12:47:08 jmcneill Exp $
2*8c98a757Sjmcneill#
3*8c98a757Sjmcneill# Telus Mobility 1xEVDO using Bluetooth DUN
4*8c98a757Sjmcneill#
5*8c98a757Sjmcneillpty "/usr/bin/rfcomm_sppd -a phone -d ubt0 -s DUN -m encrypt"
6*8c98a757Sjmcneillconnect /etc/ppp/connect/telus.chat
7*8c98a757Sjmcneill# authentication is not required
8*8c98a757Sjmcneillnoauth
9*8c98a757Sjmcneilldefaultroute
10*8c98a757Sjmcneillusepeerdns
11*8c98a757Sjmcneillnodetach
12*8c98a757Sjmcneillipcp-restart 7
13*8c98a757Sjmcneillipcp-accept-local
14*8c98a757Sjmcneillipcp-accept-remote
15*8c98a757Sjmcneilllcp-echo-interval 0
16*8c98a757Sjmcneilllcp-echo-failure 999
17*8c98a757Sjmcneilldebug
18*8c98a757Sjmcneill#debug debug debug
19