home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / etc / ppp / peers / provider
Text File  |  1998-06-18  |  489b  |  22 lines

  1. # These are the options to dial out to your service provider
  2. # Please customize them correctly. Only the "provider" file will
  3. # be handled by poff and pon.
  4.  
  5. # You usually need this if there is no PAP authentication
  6. noauth
  7.  
  8. # The chatscript (be sure to edit that file too)
  9. connect "/usr/sbin/chat -v -f /etc/chatscripts/provider"
  10.  
  11. # Routing
  12. defaultroute
  13.  
  14. # Default Modem (you better replace this with /dev/ttySx!)
  15. /dev/modem
  16.  
  17. # Speed
  18. 38400
  19.  
  20. # Keep Modem up even if connection fails
  21. persist
  22.