home *** CD-ROM | disk | FTP | other *** search
- #
- # DSL.CSL: connect to America Online via DSL
- #
- # Copyright ⌐ 1999-2000 America Online, Inc. All Rights Reserved.
- #
- # USAGE COMMENT (19 SEPTEMBER 2001)
- # The following csl commands will need to be modified to specify
- # the country-specific username and password for use with the
- # pppoe/pppoa implementations of the DSL connectivity:
- # EXTERN USERNAME "<username>"
- # EXTERN PASSWORD "<password>"
- # For example, for the German implementation, the following should be used:
- # EXTERN USERNAME "aolip"
- # EXTERN PASSWORD "l0app"
-
-
- TITLE "bDSL (Digital Subscriber Line) Connection"
- HARDWARE "DSL"
-
- EXTERN USERNAME "ISUR_AOLDSL@americaonline.aol.com"
- EXTERN PASSWORD "roughalien"
- EXTERN BBDIAL
- EXTERN CONNECT americaonline.aol.com 13784
- SUCCESS
-
-
-