Date: 04/18/95
ftp: ftp.crl.com/users/js/js/TIAWin95.faqQ:
OK... I've got Windows '95 installed. How do I set up the dialup adapter?
Answer:
Adding the Dial-Up Adapter to Windows 95
Now, we need to add the TCP/IP Protocol for the adapter.
Next, we have to set the TCP/IP settings.
Host [test]
Domain [DocuWeb.ca]
DNS Server Search Order [134.117.100.2]
When you enter the DNS Server make you sure you click Add to add it to the list below
Domain Suffix Search Order [DocuWeb.ca]
When you enter the Domain Suffix make you sure you click Add to add it to the list below
New Gateway [134.117.100.1]
When you enter the New Gateway make you sure you click Add to add it to the list below
THOSE ARE THE ONLY SETTINGS THAT YOU NEED.
Finally, Choose OK from the Configuration Tab on the Network window.
Your computer will then kick and churn, and then eventually ask you to restart Windows 95. Please do this before continuing.
Q:
all right, now I've got the Dialup adapter installed. How do I dial my access account?
Answer:
Make sure that you have rebooted for the network changes to be in effect.
The drivers for SLIP are not usually installed automatically, but they are on the CDROM. So ... go to the Control Panel again from the Start-Settings menu. Next, choose Add/Remove Programs. Click the Windows Setup tab and ...
There are now two things left to do. The first is to Make New Connection from the Dial-Up Networking application. This will tell the system what phone number and communications protocol to use. The second item is to associate a 'dial-in' script to this new connection which will automatically answer the questions for connecting to DocuWeb (such as user name, annex password etc.).
Q:
OK.. I've installed some software, but I still don't know what to do to dial my account!
Answer:
Almost there!
Next we have to adjust some properties.
You now have the icon you need to launch to make your connection.
Q:
How do I get it to 'automagically' log me on?
Answer
; ; proc main ; ; variable declarations ; ; the following strings should be set to your personal name(s) passwords ; double quotes must appear around each one. string dwannexuser = "**your annex user name**" string dwannexpw = "**your annex password**" string dwportpw = "**your annex port password**" string dwusername = "**your DocuWeb user name**" string dwpassword = "**your DocuWeb password**" string prompt = ">" string dwhost = "baldrick" string userprompt = "ogin:" string passprompt = "assword:" string annexuser = "Annex username:" string annexpsw = "Annex password:" string portpsw = "Port password:" string addrstring = "Slirp" ; now prod the terminal server transmit "<cr>" waitfor "Annex" until 30 if $FAILURE then ; display "Annex is not responding"\n halt endif waitfor annexuser until 30 transmit dwannexuser + "<cr>" waitfor annexpsw until 30 transmit dwannexpw + "<cr>" waitfor portpsw until 30 transmit dwportpw + "<cr>" transmit "telnet " + dwhost +".DocuWeb.ca" + "<cr>" ; ; wait for user prompt ; waitfor userprompt until 60 transmit dwusername + "<cr>" ; ; and the password ; waitfor passprompt until 30 transmit dwpassword + "<cr>" ; ; we are now logged in. wait for the command line prompt ; and fake a message so that IP address can be parsed and set ; then start slirp ; waitfor dwhost until 30 transmit "echo Starting " + addrstring + "<cr>" waitfor addrstring until 30 waitfor dwhost until 30 transmit "slirp" + "<cr>" set ipaddr getip 5 waitfor "SLiRP Ready ..." until 30 endproc
You have now completed the setup of Slip dial-in to DocuWeb.
Q:
OK.. I've got my Icon to dial and it's all set up, what do I do now?
Answer:
First, if you want, you can drag the Icon to the desktop, and have a shortcut so that you don't have to go through the menus.
Second, double click the icon (from the desktop or the Start-Programs-Accessories-Dialup Networking folder.
It may supply a user name and password, but just ignore it. It only makes a difference if you didn't uncheck log on network back in the properties of your connection icon.
Make sure the connection information is correct, and click connect.
Once it dials, and connects, you will get a Status window indicating the connection speed and elapsed time for this connection.