Home | History | Annotate | Line # | Download | only in pppd
      1 # $NetBSD: telus,v 1.1 2008/10/29 12:47:08 jmcneill Exp $
      2 #
      3 # Telus Mobility 1xEVDO using Bluetooth DUN
      4 #
      5 pty "/usr/bin/rfcomm_sppd -a phone -d ubt0 -s DUN -m encrypt"
      6 connect /etc/ppp/connect/telus.chat
      7 # authentication is not required
      8 noauth
      9 defaultroute
     10 usepeerdns
     11 nodetach
     12 ipcp-restart 7
     13 ipcp-accept-local
     14 ipcp-accept-remote
     15 lcp-echo-interval 0
     16 lcp-echo-failure 999
     17 debug
     18 #debug debug debug
     19