19 lines
395 B
Plaintext
19 lines
395 B
Plaintext
# $NetBSD: telus,v 1.1 2008/10/29 12:47:08 jmcneill Exp $
|
|
#
|
|
# Telus Mobility 1xEVDO using Bluetooth DUN
|
|
#
|
|
pty "/usr/bin/rfcomm_sppd -a phone -d ubt0 -s DUN -m encrypt"
|
|
connect /etc/ppp/connect/telus.chat
|
|
# authentication is not required
|
|
noauth
|
|
defaultroute
|
|
usepeerdns
|
|
nodetach
|
|
ipcp-restart 7
|
|
ipcp-accept-local
|
|
ipcp-accept-remote
|
|
lcp-echo-interval 0
|
|
lcp-echo-failure 999
|
|
debug
|
|
#debug debug debug
|