How to ...
Use a Windows95 Dial-up Connection

Installing the TCP/IP stack under Windows
You have successfully installed Windows95 and your Internet software. Next, you need to
connect to the Internet, but have discovered that Win95 is not very intuitive when it
comes to setting up a dial-up connection.
This page will try to take you through the steps to setting up a ppp connection to the
math dept or UH pearl. We'll start by connecting to Newton. Here are some things we will
need to know:
(Unfortunately, Newton is no longer operational so you
will need to substitute a new phone number, login name and IP address in the
description below. You will use either math-dialup1 or math-dialup2 which are
detailed at the bottom of this page. Of course, your office computer may have a
modem and then that will need it's own configuration. )
Login name: svppp
Password: (ask system operator)
Newton's phone: 956-4659
Host name: newton
Primary DNS: 128.171.3.13
Secondary DNS: 128.171.1.1
Gateway: 128.171.50.1
Newton's IP: 128.171.50.139
To connect to the Internet, you need to configure the Windows95 dial-up adapter for
TCP/IP. The following section describes this process.

Configuring for a TCP/IP dial-up connection
The following sections will set up Windows95 to make a dial-up connection to the
Internet. They look daunting, but should take only a few minutes of your time. Please
don't be intimidated by the detail they describe.
It would be best to print these instructions as a reference to use while you set up
your dial-up connection.
Perform the first four steps in the order listed to configure your TCP/IP connection
for a dial-up connection, then perform the fifth step to dial in to Newton:
Create the
dial-up adapter
Create the dial-up
networking folder
Create the dial-up
connection
Configure dial-up
properties
Dialing in to Newton

How to Create Your Dial-Up Adapter
- Click the Windows "Start" button, point to "Settings" and click
"Control Panel". The Control Panel window opens.
- In the Control Panel window, double click "Network". The network dialog
appears.
- Click on the Configuration tab.
- Click "Add". The Select Network Component Type dialog appears.
- Select "Adapter" and click "Add".
- In the Manufacturers" list, click "Microsoft". In the "Network
Adapters" list, click "Dial-Up Adapter".
- Click"OK".
- Click "Add". The Select Network Component Type dialog appears.
- Double click "Protocol". The Select Network Protocol dialog appears.
- In the "Manufacturers" list, click Microsoft.
- In the "Network Protocols" list, click "TCP/IP" and click
"OK". The new "TCP/IP-Dial-Up Adapter" appears on the Network dialog.
Return to the Win95 "to do" list

How to Create the "Dial-Up Networking" Folder
- Click the Windows "Start" button, point to "Settings" and click
"Control Panel". The Control Panel window opens.
- In the Control Panel window, double click "Add/Remove Programs".
- Click the Windows Setup tab.
- In the "Components" drop-down list, click "Communications".
- Click "Details". The Communications dialog appears.
- Enable "Dial-Up Networking" and click "OK".
Return to the Win95 "to do" list

How to Create the Dial-Up Connection for Newton
- Click the Windows "Start" button, point to "Programs", point to
"Accessories" and click "Dial-Up Networking". The Dial-Up Networking
window opens.
- Double click "Make New Connection".
- In the "First" field (at the top of the dialog,) type "Newton".
- In the "Select a modem" drop-down list, click your modem. If you need to
configure the modem, click "Configure".
- Click "Next".
- In the "Area Code" field type 808.
- In the "Telephone Number" field type the dial-in phone number for Newton.
- In the Country Code" field, click "United States of America".
- Click "Next".
- Click "Finish". The new dial-up connection appears in the Dial-Up Networking
window area.
Return to the Win95 "to do" list

How to Configure the Dial-Up Properties
- In the Dial-Up Networking window Area, click the new dial-up connection you just
created, above.
- On the File menu, click "Properties".
- Click "Server Type". The Server Types dialog appears.
- Make sure the "Type of Dial-Up Server:" specifies PPP: Windows 95, Windows
NT 3.5, Internet.
- In "Advanced options:" check Enable software compression.
- In "Allowed network protocols:" check TCP/IP.
- Disable all other options.
- Click "TCP/IP Settings".
- Click "Specify an IP addresses".
- Type Newton's IP: 128.171.50.139
- In the "Primary DNS" field, type the 128.171.3.13
- In the "Secondary DNS" field, type 128.171.1.1
- Enable "Use IP header compression".
- Enable "Use default gateway on remote network", and click OK.
- Finally, click the Configure button and then the Option tab.
- Check the box to bring up a terminal window after dialing. (Later versions of
Win95 should use the script below.)
Return to the Win95 "to do" list

How to Dial Up to Newton
- In the Dial-Up Networking window, right click the newton icon and click properties.
- If you have a Script tab then use the script below and skip steps 3.
- Click Configure, then Options and click the box that says to bring up a terminal window
after dialing.
- Click OK twice.
- Double click the Newton dial-up connection. The Connect To dialog appears.
- Click "Connect".
- The "Connecting to ..." dialog appears and the phone number is dialed.
- If successful a terminal window will open. Press the Enter key.
- At the Login prompt type: ppp
- At the Password prompt enter the password supplied by the sysop.
- Click the Continue button.
- Minimize the "Connected to ..." dialog after successfully connected.
- Start your web browser.
- If you need to download a browser press "Start" then "Run".
- A window opens and you should enter "ftp math.hawaii.edu".
- Transfer your files, install the software and restart the process.
- In a similar manner you can start a telnet session.
- When you are ready to log off, maximize the "Connected to ..." dialog and
click on "Disconnect".
Return to the Win95 "to do" list

Login Script For Newton
In the properties for Newton dialup, press the Scripting tab and then
press Browse. There should be a sample script you can open. Open it and rename it mathppp.scp. . Then replace its contents
with the text below. Save and enter this file name as the startup script for Newton.
;
; This is a script file that demonstrates how
; to establish a PPP connection with a host
; that uses a menu system.
;
; A script file must have a 'main' procedure.
; All script execution starts with this 'main'
; procedure.
;
; Main entry point to script
;
proc main
; Delay for 3 seconds first to allow host time
; to send initial characters.
delay 3
transmit "^M"
; Wait for the login prompt before entering
; the user ID
waitfor ":"
transmit "svppp"
transmit "^M"
; Enter the password
waitfor ":"
transmit "(use the password here)"
transmit "^M"
endproc

After you are successful with dialing newton you can try our other
numbers. The procedure is similar except now:
Math-dialup1: Phone: 956-7012
Math-dialup1's IP: 128.171.50.241
Math-dialup1's Login: svppp
Math-dialup2: Phone: 956-8886
Math-dialup2's IP: 128.171.50.242
Math-dialup2's Login: svppp2
Math-dialup2's Login Script:
Make a different script file using svppp2 instead of svppp
for the login.
These are 28,800 baud modems. If you modem is slower than that you should use Newton
unless it is busy.

Finally, the procedure for pearl (the UH dialup) is done just a little differently. We
use
Pearl's phone: 956-5080
and instead of supplying IP addresses in the TCP/IP setting we select
- Select "Server assigned IP address"
- In the "Primary DNS" field, type the 128.171.3.13
- In the "Secondary DNS" field, type 128.171.1.1
- Enable "Use IP header compression".
- Enable "Use default gateway on remote network", and click OK.
- Finally, click the Configure button and then the Option tab.
- Check the box to bring up a terminal window after dialing.
In addition, the login procedure is also slightly different. You type ppp at the
login prompt and then enter your uhunix login name and password. Then, click the Continue
button.

An addition UH dialup number with a 28.8 baud modem has been added for ppp connections
only. The number is
Pearl-28's phone:
440-0002
and TCP/IP information is the same as Pearl but the login procedure is a little
different. Follow the prompts and enter your uhunix login name and password.
Finally, if you are still having trouble see the discussion on configuring ppp
connections on the ITS Help page.
By David Stegenga for the UH Math Dept.
Last update: July 14, 1998.