home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / internet / 4asrv280.zip / CLIENTS.TXT < prev    next >
Text File  |  1996-04-26  |  16KB  |  401 lines

  1.              TechSmith Corporation's Foray PPP Server
  2.                  Client Configuration Assist File
  3.   
  4. This document contains installation and configuration information 
  5. to assist you in connecting client workstations to the
  6. Foray PPP Server.
  7.  
  8. *If you do not find the information you are looking for, please
  9.  visit our web site.  The site is regularly updated with new
  10.  frequently requested information regarding the Foray PPP Server.
  11.  
  12. The following software packages have been tested for use with 
  13. the Foray PPP Server. We recommend following the steps outlined 
  14. below to obtain a successful connection between your client
  15. workstations and the server.
  16.  
  17. Currently, the following software packages are included in this
  18. file:
  19.       Trumpet
  20.       FTP's PC/TCP
  21.       Microsoft Windows 95
  22.       Enabling dynamic DNS for Windows 95 and Windows NT
  23.       IBM OS/2 Warp
  24.  
  25. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  26. Trumpet (we suggest you obtain the current version of Trumpet,
  27. =======  which is available via anonymous ftp to ftp.techsmith.com)
  28.  
  29. Overview
  30.  
  31. To use Trumpet Winsock to connect to a Foray PPP Server, you must 
  32. first install Trumpet Winsock, configure your network protocol 
  33. parameters and communication port, and then modify a dialing 
  34. script.  The following notes apply for Windows and Windows for 
  35. Workgroups systems and Trumpet Winsock version 2.0c or later.
  36.  
  37. Install Trumpet Winsock
  38.  
  39. The following steps describe the installation of Trumpet Winsock.
  40.  
  41. 1. Make a Trumpet Winsock directory: mkdir C:\TRUMPET
  42. 2. Copy the Trumpet Winsock distribution to the Trumpet Winsock 
  43.    directory: copy A:\*.* C:\TRUMPET
  44. 3. Change to the Trumpet Winsock directory: cd C:\TRUMPET
  45. 4. Execute the self extracting Trumpet Winsock archives (answer 
  46.    Y to any overwriting prompts): execute TWSK20f.EXE and 
  47.    WINAPPS2.EXE (for version 2.0f)
  48. 5. Edit your AUTOEXEC.BAT file to include C:\TRUMPET: add the 
  49.    line SET PATH=%PATH%;C:\TRUMPET to the end of AUTOEXEC.BAT
  50. 6. Reboot your system to have the AUTOEXEC.BAT modification take 
  51.    effect.
  52.  
  53. Configure Protocol and Port Usage
  54.  
  55. The following steps describe the network protocol and 
  56. communication port configuration.
  57.  
  58.  1. Attach your modem to your communications port
  59.  2. Start Windows or Windows For Workgroups
  60.  3. In the Program Manager, select File/Run and execute the 
  61.     command C:\TRUMPET\TCPMAN.  Note that it may be more 
  62.     convenient to create a program group for Trumpet Winsock and 
  63.     program items for C:\TRUMPET\TCPMAN and utilities like 
  64.     C:\TRUMPET\PINGW, instead of using File/Run. 
  65.  4. Leave the IP address, Netmask, and Default Gateway configured 
  66.     to 0.0.0.0
  67.  5. Fill in your Name Server IP address (you may need to ask your 
  68.     Foray PPP Server administrator for the IP address of the Name 
  69.     Server)
  70.  6. Leave the Time Server and Domain Suffix fields empty
  71.  7. In most cases you can use the default values for the following 
  72.     parameters: Packet Vector (00), MTU (1500), TCPRWIN (4096), 
  73.     TCP MSS (1460), Demand Load Timeout (5), TCP RTO MAX (60).
  74.     However, in most cases, setting TCPRWIN to 6000 will eliminate
  75.     "jerky" movement sometimes seen when viewing graphics.
  76.  8. Check the Internal PPP box
  77.  9. Set the SLIP Port to the communications port number which has 
  78.     the modem attached
  79. 10. Set the communications port Baud Rate.  If you have a 28.8 
  80.     modem, you can probably set the baud rate to 57600, as long as
  81.     you have an internal modem or 16550 UART and a 486DX66 or 
  82.     faster workstation.
  83. 11. Check the Hardware Handshake box
  84. 12. Leave the Van Jacobson CSLIP compression box clear
  85. 13. Select an Online Status Detection method (e.g. None)
  86. 14. Click OK
  87. 15. Restart Trumpet Winsock if it does not automatically restart 
  88.     (use Program Manager File/Run to execute the command 
  89.      C:\TRUMPET\TCPMAN)
  90.  
  91. Note that the network protocol and communication port can be 
  92. reconfigured at any time by selecting File/Settings in the 
  93. Trumpet Winsock application window (C:\TRUMPET\TCPMAN).
  94.  
  95. Modify the Dialing Script and PPP Options
  96.  
  97. The Foray PPP Server does not require a terminal server login 
  98. process.  Instead, it uses the PPP Password Authentication 
  99. Protocol (PAP) to perform automatic user authentication (Foray 
  100. Server also supports PPP Challenge Handshake Authentication 
  101. Protocol (CHAP), but CHAP is not currently supported by Trumpet 
  102. Winsock).  Since Foray PPP Server uses PAP, the dialing script 
  103. required for Foray PPP Server is much simpler than the default 
  104. script (LOGIN.CMD) provided with Trumpet Winsock.  The default 
  105. dialing script (LOGIN.CMD) is used to connect to a PPP server 
  106. when you select Dialler/Login in Trumpet Winsock.  The following 
  107. steps describe how to configure PAP and modify the default 
  108. dialing script to connect to a Foray PPP Server.  (The Foray PPP
  109. Server bundle provides a modified LOGIN.CMD file for you to use
  110. with these modifications already made.)
  111.  
  112.  1. In a Command Prompt window, make a backup copy of the default 
  113.     Trumpet Winsock dialing script: copy C:\TRUMPET\LOGIN.CMD 
  114.     C:\TRUMPET\LOGIN.BAK.
  115.  2. In the Trumpet Winsock application window (C:\TRUMPET\TCPMAN), 
  116.     select File/PPP Options.
  117.  3. Check the Use Password Authentication Protocol (PAP) box.
  118.  4. Enter the Username and Password for your account on the Foray 
  119.     PPP Server if PAP has been enabled.
  120.  5. Click OK.
  121.  6. In the Trumpet Winsock window, select Dialler/Edit Scripts.
  122.  7. Select login.cmd to edit the default dialing script used by 
  123.     Dialler/Login.
  124.  8. In the Notepad editor, delete all lines in the file after the 
  125.     line wait 30 dcd (e.g. select all the lines after wait 30 
  126.     dcd with the mouse and then hit the Delete key): 
  127.  
  128. ...
  129. #   wait till itÆs safe to send because some modemÆs hang up
  130. #   if you transmit during the connection phase
  131. #
  132. wait 30 dcd
  133. <<< Delete from here to the end of the file >>>
  134. #
  135. #  now prod the terminal server
  136. #
  137. ...
  138.   display \n
  139.   display Connected.  Your IP address is \i.\n
  140. end
  141. #
  142. # now we are finished.
  143. #
  144. end
  145. <<< end of file >>>
  146.  
  147.  9. Save the modified login.cmd file by selecting File/Save.
  148. 10. Exit Notepad by selecting File/Exit.
  149.  
  150. The modification to the default dialing script described above is 
  151. the minimal required modification for connecting to a Foray PPP 
  152. Server in almost all cases.  You may want to edit login.cmd 
  153. further to customize the modem initialization string for your 
  154. particular modem and remove the unnecessary Username and Password 
  155. prompts.
  156.  
  157. Connect to a Foray PPP Server
  158.  
  159. The following steps describe using Trumpet Winsock to connect to 
  160. a Foray PPP Server.
  161.  
  162. 1. In Trumpet Winsock, select Dialler/Login.
  163. 2. When prompted, enter the phone number for the Foray PPP Server.
  164. 3. When prompted for a Username and Password, just click OK (they 
  165.    are not used for a Foray PPP Server login).  Note that you can 
  166.    remove the Username and Password prompt by editing login.cmd 
  167.    and removing the corresponding sections of the dialing script.
  168. 4. At this point, you should see the modem dial commands and 
  169.    response followed by a successful PPP login:
  170.  
  171. ...
  172. atz
  173. OK
  174. atdt 5551212
  175. CONNECT 9600/V32...
  176. Script completed
  177. PPP ENABLED
  178. Accepted:Welcome!
  179. My Ip address = 192.1.1.197
  180. ...
  181.  
  182. 5. Test your Foray PPP Server connection using C:\TRUMPET\PINGW 
  183.    to ping the IP address of a system accessible via the Foray 
  184.    Server (e.g. a Name Server, FTP Server, or WWW Server).
  185. 6. Select Dialler/Bye in Trumpet Winsock to hang up the 
  186.    connection to the Foray PPP Server.
  187.  
  188. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  189. FTP PC/TCP OnNet
  190. ================
  191. These hints are on how to configure the software once it's
  192. installed...
  193.  
  194. There are two places you must enter data to set up both Domain Name
  195. Servers and authentication information.
  196.  
  197. For DNS:
  198.  1. Run the configure application.  It has three buttons available:
  199.     "basic", "Advanced" and "Exit".
  200.  
  201.  2. Select the Basic button.
  202.  
  203.  3. From the list of options that get presented, select the "DNS 
  204.     Configuration" option.  A "Modify..." button will appear.
  205.  
  206.  4. Select this "Modify..." button.
  207.  
  208.  5. Enter your hostname and Domain Name in the proper fields.
  209.     Enter the IP addresses of at least 1 DNS server in the remain-
  210.     ing "Domain Name Servers" list field.
  211.  
  212. To configure for authentication:
  213.  
  214.  1. Run the Dialer application
  215.  
  216.  2. Create a session by sleeking Session->New (you can also choose
  217.     to modify the 'default' session instead of creating a new one).
  218.  
  219.  3. Select the "Configure..." button
  220.   
  221.  4. Use IP address of 0.0.0.0 for dynamic negotiation.  If your 
  222.     system administrator gave you your own IP address, insert it
  223.     here.
  224.  
  225.  5. Select VJ compression to be "automatic"
  226.  
  227.  6. If your Foray PPP Server is using authentication, fill in your
  228.     username and passwords in the proper fields.
  229.  
  230.  7. OK when done...
  231.  
  232. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  233. Microsoft Windows 95
  234. ====================
  235. From the Start menu go to Settings then select Control Panel.  Go
  236. to Add/Remove Programs.  Pick the Windows Setup tab.  Highlight
  237. communication.  Click on Details.  Put a check in Dial-Up
  238. Networking.  Follow the directions for installating the files.
  239.  
  240. From the Control Panel double click the Network icon.
  241.  
  242. If, underneath the client section you donÆt have "Dial-Up Adapter"
  243. then go to Add, and select Adapter.  In Adapter select Microsoft 
  244. then the "Dial-Up Adapter".  In properties under the Bindings tab,
  245. make sure that TCP/IP is bound with  the Dial-Up Adapter.  After
  246. you add adapter, it will add Netbios and IPX support automatically.
  247. You may add TCP/IP by selecting Add, Add Protocol, Microsoft TCP/IP.
  248.  
  249. Go into the Properties of the TCP/IP section that is bound to the
  250. Dial-Up Adapter.  There are six tabs: (you can change these settings
  251. here in Network or after you set up the Dial-Up Adapter.
  252.  
  253. Bindings: 
  254.     No change required
  255. Advanced: 
  256.     If this is your only network protocol, you should check 
  257.         the Set this  protocol to be the default protocol.
  258. DNS Configuration:
  259.         Enable DNS
  260.     Under DNS server Search Order add your primary and
  261.         secondary DNS servers.  (If you are using dynamically 
  262.         assigned DNS addresses, see the section following this one.)
  263.     Under Host enter your last name (or any name)
  264.     Under Domain Name enter your domain name
  265. IP Address:
  266.     No change required
  267. WINS Configuration:
  268.     Disable WINS Resolution
  269. Gateway:
  270.     Add the address of your default router
  271.  
  272. after that is done go to the start/programs/accessories/Dial-Up 
  273. Networking.  Click on Make New Connection and follow the WizardÆs 
  274. instructions.  After youÆve made a new connection, open up itÆs 
  275. properties and set Type of Server to PPP.  
  276.  
  277. Things that should be checked are:
  278.     Log on to network
  279.     TCP/IP
  280.  
  281. Go to TCP/IP settings and check Specify Name Server Addresses
  282.     Primary DNS, Secondary DNS
  283.  
  284. Things that should be checked are:
  285.     Use IP header Compression
  286.     Use Default Gateway on Remote network
  287.  
  288.     After following these steps, able to click the connection
  289.         you made and it will dial and set up the network for you.
  290.  
  291. NOTE:  If you are able to connect to the server and immediately
  292.        get disconnected, we suggest you check the "Use Reliable 
  293.        mode" checkbox in your modem setup.
  294.  
  295. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  296. Windows 95 and NT Dynamic DNS
  297. =============================
  298. If you are running Windows 95 or NT and would like to take 
  299. advantage of the Foray PPP Server assigned DNS IP address...
  300.  
  301. There are 2 places where you can turn ON/OFF DNS IP address 
  302. assignment on a Windows 95 client.  
  303.  
  304. 1.  In the "Control Panel"
  305.     a) Double click the "Network" icon
  306.     b) You Get the "Network" dialog box 
  307.     c) In the "Configuration" tab form, there is a list of 
  308.        "Network Components installed".  One of these should be 
  309.        "TCP/IP -> Dial-Up Adapter".  Double Click on this OR 
  310.        highlight it and double click on the "Properties" button.
  311.     d) In the "TCP/IP Properties" dialog, click on the "DNS 
  312.        Configuration" tab form.
  313.     e) Make sure that "Disable DNS" radio button is selected.  
  314.        IF you decide to set the "Enable DNS" radio button, 
  315.        THIS WILL TAKE PRECEDENCE TO WHAT EVER IS NEGOTIATED WHEN 
  316.        DIALING INTO THE FORAY PPP SERVER.
  317.  
  318. 2.  In the "Dial-Up Networking" 
  319.     a) Select the icon (this will be what you have named it.  
  320.        Lets call it Foray) that you have set up for your dial 
  321.        in connection and right click it.
  322.     b) In the menu, select and click the "Properties" menu item.
  323.     c) In the "FORAY" dialog box, select the  "General" 
  324.        tab form.
  325.     d) In the "General" form, click on the "Server Type" button.
  326.     e) In the "Server Types" dialog box click on the "TCP/IP 
  327.        Settings..." button.
  328.     f) In the "TCP/IP Settings" there are two radio buttons for 
  329.        DNS, "Server assigned name server addresses" and "Specify 
  330.        name server addresses".  Make sure that "Server assigned 
  331.        name server addresses" is selected. 
  332.  
  333. WIN NT
  334. ======
  335.  
  336. 1.  Run the "Remote Access" program.
  337. 2.  Make sure that you add/edit you phone book entry.
  338. 3.  In the "xxxx Phone Book Entry" dialog, click on the "Network" 
  339.     button.
  340. 4.  In the "Network Protocol Settings" dialog, click on the 
  341.     "TCP/IP Settings" button.
  342. 5.  In the "PPP TCP/IP Settings" dialog, there are two radio 
  343.     buttons for DNS, "Server assigned name server addresses" and
  344.     "Specify name server addresses".  Make sure that "Server 
  345.     assigned name server addresses" is selected. 
  346.  
  347.  
  348. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  349. CompuServe Spry's Internet in a Box
  350. ===================================
  351.  
  352. The default MRU is set to 296, we suggest changing this to 1500.
  353.  
  354.  
  355. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  356. IBM OS/2 Warp
  357. ====================================
  358.  
  359.  
  360.    1.  Make sure you have installed the IBM Internet Connection 
  361.        for OS/2 from the Warp BonusPak.  If you did not purchase 
  362.        the Warp FullPack version, you will need to download the 
  363.        PPP driver from Compuserve, IBM BBS, etc. The non-FullPack
  364.        Warp versions only contained SLIP drivers.
  365.  
  366.    2.  Open the "IBM Internet Connection for OS/2" folder 
  367.        on the desktop.
  368.  
  369.    3.  Open the "Internet Utilities" folder.
  370.  
  371.    4.  Run/execute "Dial Other Internet Providers".
  372.  
  373.    5.  In "IBM Dial-Up for TCP/IP" click "Add Entry".
  374.  
  375.          a.  Login Information - tab sheet
  376.                You will need to enter:
  377.                   Name
  378.                   Description
  379.                   Login ID
  380.                   Password
  381.                   Phone Number
  382.                and select PPP as connection type
  383.  
  384.          b.  Connect Information - tab sheet
  385.                You need to enter:
  386.                   Domain NameServer (ex. Default Router IP address)
  387.                   Your Domain Name  (ex. TechSmith.Com)
  388.  
  389.          c.  Server Information - tab sheet
  390.                Ask your System Administrator for these IP addresses.
  391.  
  392.          d.  Modem Information - tab sheet
  393.                Select your modem, com port, and speed.
  394.  
  395.    6.  You should now be ready to dial.
  396.  
  397.  
  398. ==================================================================
  399. Copyright 1995-6 TechSmith Corporation. All Rights Reserved.
  400.  
  401.