How Can I Access the Internet Through German T-OnlineLast reviewed: November 11, 1997Article ID: Q157021 |
The information in this article applies to:
SUMMARYThis article describes how to access the German T-Online Internet and Online service using a modem and Windows NT 4.0 Remote Access Service (RAS). The article also provides you with a RAS script and the steps necessary to implement the script. In addition, it provides T-Online News and Mail server information. The More Information section contains the following subsections:
OverviewTo access T-Online using Windows NT RAS, create a RAS Phonebook entry that uses the script provided below:
Limitations of the T-Online Script MethodThe limitation of this access method are:
PrerequisitesThe prerequisites to make this script work with a RAS phonebook entry are:
Creating a RAS Phonebook EntryTo set up this connection, perform the following steps:
T-Online ScriptIf you are not the first user of your account, change the number of the user of this account (Mitbenutzernummer) from 0001 to your number. This script allows you to input your access number (Anschlusskennung) as a user ID and your password in the dialog box. If the service provider computer does not respond, you can increase the values after "delay" in the script to allow the remote computer more time to respond. ;====================================== ; T-Online Zugang ; über SLIP;====================================== ; Main ; proc main ; ; send access number waitfor "ennung" ; input access number as user ID transmit $USERID delay 2 ; ; number of the user of this account ; transmit "0001" ; ; send password ; transmit $PASSWORD transmit "^M" ; ; change to VT-100 mod ; transmit "*707#" delay 1 transmit "j" waitfor "eingeben" delay 2 transmit ".^M" delay 1 transmit "n" ; ; swich off of data confirmation ; transmit "*53#" waitfor "ausgeschaltet" ; ; call Internet gateway ; transmit "*190144100#" ; ; confirm tick per minute ; waitfor "DM/Min" delay 1 transmit "19" ; ; ask for dynamic IP-address ; waitfor "STATUS OK" transmit "WIN" transmit "^M" transmit "OK" transmit "^M" waitfor "YOURIP" set ipaddr getip endproc ;============= End of Script ============ To set up your e-mail and newsreader program, access the following German Telekom servers by using the URL following the arrow next to it:
Keywords : NTRAS NTSrvWkst kbnetwork Version : WinNT:4.0 Platform : winnt |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |