home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 September / INTERNET107.ISO / pc / aol8 / comp01.000 / %MAINDIR% / csl / bdevice.csl < prev    next >
Encoding:
Text File  |  2003-05-19  |  800 b   |  27 lines

  1. #
  2. #  DSL.CSL: connect to America Online via DSL
  3. #  Copyright ⌐ 1999-2000 America Online, Inc.  All Rights Reserved.
  4. #
  5. # USAGE COMMENT (19 SEPTEMBER 2001)
  6. #  The following csl commands will need to be modified to specify
  7. #  the country-specific username and password for use with the
  8. #  pppoe/pppoa implementations of the DSL connectivity:
  9. #     EXTERN USERNAME "<username>"
  10. #     EXTERN PASSWORD "<password>"
  11. #  For example, for the German implementation, the following should be used:
  12. #     EXTERN USERNAME "aolip"
  13. #     EXTERN PASSWORD "l0app"
  14.  
  15.  
  16. TITLE       "bDSL (Digital Subscriber Line) Connection"
  17. HARDWARE    "DSL"
  18.  
  19. EXTERN USERNAME "ISUR_AOLDSL@americaonline.aol.com"
  20. EXTERN PASSWORD "roughalien"
  21. EXTERN BBDIAL
  22. EXTERN CONNECT americaonline.aol.com 13784
  23. SUCCESS
  24.  
  25.  
  26.