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