home *** CD-ROM | disk | FTP | other *** search
/ ftp.pasteur.org/FAQ/ / ftp-pasteur-org-FAQ.zip / FAQ / windows-nt / internet-faq / part2 < prev   
Encoding:
Internet Message Format  |  2004-04-18  |  33.7 KB

  1. Path: senator-bedfellow.mit.edu!dreaderd!not-for-mail
  2. Message-ID: <windows-nt/internet-faq/part2_1082200966@rtfm.mit.edu>
  3. Supersedes: <windows-nt/internet-faq/part2_1079601013@rtfm.mit.edu>
  4. Expires: 31 May 2004 11:22:46 GMT
  5. X-Last-Updated: 1994/12/30
  6. Organization: none
  7. From: sscoggin@enet.net (Steve Scoggins)
  8. Newsgroups: comp.os.ms-windows.nt.misc,comp.os.ms-windows.nt.setup,comp.answers,news.answers
  9. Subject: Windows NT Internet FAQ, Part 2/2
  10. Followup-To: poster
  11. Approved: news-answers-request@MIT.EDU
  12. Reply-To: sscoggin@enet.net (Steve Scoggins)
  13. Summary: This posting contains a list of Frequently Asked
  14.          Questions and Answers about how to setup Windows NT 
  15.          for Internet acccess and various Internet resources 
  16.          specific to Windows NT. It should be read by anyone 
  17.          who is using the built-in Windows NT RAS for slip 
  18.          or ppp connections to an Internet provider.
  19. Keywords: TCP/IP, WINDOWS NT, SLIP, PPP, RAS
  20. Originator: faqserv@penguin-lust.MIT.EDU
  21. Date: 17 Apr 2004 11:26:12 GMT
  22. Lines: 944
  23. NNTP-Posting-Host: penguin-lust.mit.edu
  24. X-Trace: 1082201172 senator-bedfellow.mit.edu 576 18.181.0.29
  25. Xref: senator-bedfellow.mit.edu comp.os.ms-windows.nt.misc:302885 comp.answers:56846 news.answers:269704
  26.  
  27. Archive-name: windows-nt/internet-faq/part2
  28. Posting-Frequency: monthly
  29. Last-modified: 1994/12/30
  30. Version: 1.1
  31.  
  32. Below is the rasphone.pbk entry for my Evergreen slip connection
  33. which uses my static IP address.
  34.  
  35. [EVERGREEN SLIP]
  36. Description=
  37. AutoLogon=0
  38. User=
  39. Domain=
  40. BaseProtocol=2
  41. Authentication=-1
  42. ExcludedProtocols=0
  43. LcpExtensions=1
  44. DataEncryption=0
  45. SlipHeaderCompression=1
  46. SlipFrameSize=1006
  47. SlipIpAddress=198.60.143.32
  48. SkipDownLevelDialog=0
  49.  
  50.  
  51. I played around with a PPP connection using dynamic
  52. IP and it worked fine.  This works because the PPP protocol
  53. negotiates the proper IP addresses for each end of the link
  54. and the appropriate MTU etc.
  55.  
  56. Below is my rasphone.pbk entry for the Evergreen PPP connection:
  57.  
  58. [ENETPPP]
  59. Description=
  60. AutoLogon=1
  61. User=
  62. Domain=
  63. BaseProtocol=1
  64. Authentication=0
  65. ExcludedProtocols=3
  66. LcpExtensions=0
  67. DataEncryption=0
  68. PppTextAuthentication=0
  69. PppIpPrioritizeRemote=1
  70. PppIpVjCompression=0
  71. PppIpAddress=0.0.0.0
  72. PppIpAssign=2
  73. PppIpDnsAddress=168.158.8.5
  74. PppIpDns2Address=
  75. PppIpWinsAddress=
  76. PppIpWins2Address=
  77. PppIpNameAssign=2
  78. SkipDownLevelDialog=0
  79.  
  80. Below is my switch.inf login script for the Evergreen PPP login
  81. using dynamic IP.
  82.  
  83. [ENETPPP]
  84. ;
  85. ; Wait until we get the "username:" prompt
  86. COMMAND=
  87. ERROR_NO_CARRIER=<match>"NO CARRIER"
  88. OK=<match>"ame:"
  89. ;
  90. ; Give the account and wait for "password:" prompt
  91. COMMAND=USERNAME<cr>
  92. ERROR_NO_CARRIER=<match>"NO CARRIER"
  93. OK=<match>"ord:"
  94. ;
  95. ; Give the password and ignore response (we're done)
  96. COMMAND=PASSWORD<cr>
  97. ERROR_NO_CARRIER=<match>"NO CARRIER"
  98. ; Wait for "Alpine>" send the PPP command
  99. OK=<match>"ine>"
  100. COMMAND=PPP<cr>
  101. ERROR_NO_CARRIER=<match>"NO CARRIER"
  102. ; Wait for my IP address
  103. CONNECT=<match>"Switching to PPP"
  104. ERROR_DIAGNOSTICS=<cr><lf><Diagnostics>
  105. ;ERROR_DIAGNOSTICS=<lf><cr><lf><Diagnostics>
  106. ;
  107. ; CONNECT response means that the connection completed fine.
  108. ; ERROR_DIAGNOISTICS response means connection attempt failed
  109. ; - the DIAGNOSTIC information will be extracted from the response
  110. ; and sent to the user.
  111. ;
  112. ; ERROR_NO_CARRIER means that the remote modem hung up.
  113. ; ERROR resonses are for generic failures.
  114. ;
  115.  
  116. ==============================================================================
  117.  
  118. Q4B-9:  Will the NT slip work with TIA?
  119.  
  120. Yes NT slip will work with a TIA SLIP-via-shell account.
  121. However, Ping and traceroute will not work with a TIA
  122. SLIP-via-shell account adapter, also TIA does not support
  123. VJ compression.
  124.  
  125. ==============================================================================
  126.  
  127. Q4B-10:  If I use WFWG V3.11 RAS to connect to a NTAS V3.5
  128. server can I use telnet and FTP?
  129.  
  130. No, the WFWG V3.11 RAS uses the NETBEUI protocol and does
  131. not support the TCP/IP protocol.
  132.  
  133. You can use Peter Tattam's Trumpet Winsock which supports
  134. slip and ppp.
  135.  
  136. FTP//ftp.trumpet.com.au:/ftp/pub/beta/winsock
  137. filename twsk20b.zip
  138.  
  139. ==============================================================================
  140.  
  141. Q4B-11:  I am using Windows V3.1 or WFWG V3.11. Can I use Peter Tattam's
  142. Trumpet winsock software to connect to the NT V3.5 RAS using SLIP or PPP?
  143. What are the required configuration settings for NT and Trumpet to
  144. make this work correctly?
  145.  
  146. Yes you can use the Trumpet PPP protocol to dial-in to a NT RAS PPP server.
  147.  
  148. Note, you can not use SLIP for this connection since NT V3.5 RAS only
  149. supports PPP for dial-in access.
  150.  
  151. However you can setup a WFWG PPP connection into a NT RAS server by
  152. using the new Trumpet 2.0B winsock.  Setup Trumpet for PPP with PAP
  153. authentication as follows:
  154.  
  155. Setup the following configuration for the NT RAS and TCP/IP as follows:
  156.  
  157. Using the Registry editor set the following parameters:
  158.  
  159. \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan\PPP
  160.  
  161. ForceEncryptedData    REG_DWORD     0
  162. ForceEncryptedPassword     REG_DWORD     0
  163.  
  164. \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
  165.  
  166. IPEnableRouter        REG_DWORD    1
  167.  
  168. Setup the Windows NT V3.5 for DHCP with a pool of available IP addresses.
  169.  
  170. Install the Trumpet Winsock by following the directions in Peter's
  171. install documentation.  Add the path to the Trumpet directory containing
  172. the winsock.dll to your PATH statement in your Autoexec.bat.
  173.  
  174. Make sure you do not have any other vendors winsock.dll files in other
  175. directories which are in the DOS path.  If you do, rename them or delete
  176. them.
  177.  
  178. Setup the Trumpet for PPP with your IP set to 0.0.0.0 and the gateway
  179. set to 0.0.0.0
  180.  
  181. Turn on PAP authentication and enter your normal NT login
  182. username and password.
  183.  
  184. When you have finished configuring Trumpet using the Tcpman.exe
  185. using the Setup menu, the settings are stored in the "Trumpwsk.ini"
  186. the contents of this file should look similar to the following:
  187.  
  188.  
  189. [Trumpet Winsock]
  190. ip=0.0.0.0
  191. netmask=255.255.255.0
  192. gateway=0.0.0.0
  193. dns=nnn.nnn.nnn.nnn
  194. time=nnn.nnn.nnn.nnn
  195. domain=your.domain.com
  196. vector=00
  197. mtu=1500
  198. rwin=4096
  199. mss=1460
  200. rtomax=60
  201. ip-buffers=32
  202. slip-enabled=1
  203. slip-port=2
  204. slip-baudrate=19200
  205. slip-handshake=1
  206. slip-compressed=1
  207. dial-option=0
  208. online-check=1
  209. inactivity-timeout=5
  210. slip-timeout=0
  211. slip-redial=0
  212. dial-parity=0
  213. font=Courier,9
  214. registration-name=""
  215. registration-password="h[G?"Rgl"
  216. use-socks=0
  217. socks-host=0.0.0.0
  218. socks-port=1080
  219. socks-id=
  220. socks-local1=0.0.0.0 0.0.0.0
  221. socks-local2=0.0.0.0 0.0.0.0
  222. socks-local3=0.0.0.0 0.0.0.0
  223. socks-local4=0.0.0.0 0.0.0.0
  224. ppp-enabled=1
  225. ppp-usepap=1
  226. ppp-username="kjdskjaf"
  227. ppp-password="sakfjiej"
  228. win-posn=0 2 636 410 30 415 -1 -1 1
  229. trace-options=0
  230.  
  231.  
  232. Use the Tcpman manual login option and type ATDT NNN-NNNNN followed by
  233. a return to initiate a phone call to the NT PPP server.
  234. When you see the modem CONNECT echo, hit the ESCAPE key to start up
  235. the PPP connection negotiation.  Use the TCPMAN trace menu option
  236. with DNS enabled if you want to see the connection negotiations
  237. echoed to the screen.
  238.  
  239. The Trumpet PPP will handshake with the Windows NT PPP and you will
  240. be authenticated.  You will then see a message on the Trumpet
  241. Tcpman screen saying accepted and then you will see the dynamically
  242. assigned IP address echoed to your screen.
  243.  
  244. You can use the NT RAS Admin to view the active users after the
  245. PPP PAP authentication is complete.
  246.  
  247. I was able to run the Netscape WWW client, J Junod's WS_FTP GUI FTP
  248. client, and the Trumpet Telnet client sucessfully.  The DNS name
  249. resolution worked flawlessly.
  250.  
  251. ==============================================================================
  252.  
  253. Q4B-12:  How do I configure the Chameleon NetManage PPP TCP/IP
  254. to dial-in using PPP to a NT 3.5 RAS PPP server?
  255.  
  256. Use the NetManage Chameleon version 4.01 or later.
  257.  
  258. Edit the slip.ini file and confirm that the PPP script contains the
  259. following line:
  260.  
  261.     "SCRIPT=-n"
  262.  
  263. Confirm that the PPP client configuration is correct, and that the
  264. defaults are valid.  The router and gateway entries should be all zero.
  265. Double-check your IP address (if dynamic allocation, this should be
  266. 0.0.0.0).  The subnet mask should be the default for your IP address
  267. (if dynamic, this will be given during PPP negotiations).
  268. Verify that the login name, password, and domain name are all correct.
  269.  
  270. If your machine is not physically connected to a network, make sure that
  271. the MS Loopback Adapter is installed.  (That is, if you are using RAS as
  272. your only network connection.)  After adding the MS Loopback Adapter,
  273. the network bindings will be reconfigured.  You will be asked for TCP/IP
  274. settings for the adapter.  Enter your IP address and subnet mask.
  275. Leave the default gateway clear.
  276.  
  277. Be sure that the Remote Access Service is installed.  Select enable
  278. receiving calls.  Select Control panel, then Remote Access Service, then
  279. Configure, then Network Settings enable TCP/IP in the middle section.
  280. Configure this and allow access to the entire network (this may not be
  281. necessary).  Configure the addresses here (I used a static allocation).
  282. Enable a requested address, if you want the WFW machine to be able to
  283. request a specific address.
  284.  
  285. Turn on IP routing and RAS forwarding.
  286. Using the Registry Editor, set "IPEnableRouter" (REG_DWORD) to 0x1
  287. in order to enable IP routing.
  288.  
  289. \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
  290.  
  291. IPEnableRouter    REG_DWORD    1
  292.  
  293.  
  294. Note that NTAS users can check this box in
  295. \ControlPanel\Network\TCP/IP\Configure\Advanced
  296.  
  297. If other clients on the local subnet will be using the NT RAS
  298. server as a router, you should also set the following:
  299.  
  300. \HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\RasArp\Parameters
  301.  
  302. You may need to add the registry key entry "DisableOtherSrcPackets".
  303.  
  304. Set "DisableOtherSrcPackets" (REG_DWORD) to 0x0 to enable the IP packets
  305. from the other clients on the local ethernet to pass through the
  306. NT gateway.  You can also set it to 0x1 to disable other clients IP
  307. packets.
  308.  
  309. =============================================================================
  310.  
  311. Q4B-13:  Where can I find a UUCP communications software package for 
  312. Windows NT?
  313.  
  314. UUPC/extended is a PC based version (and pun of) UUCP (UNIX-to- UNIX
  315. copy).  UUPC/extended is a program which implements peer-to- peer
  316. networking for using the UNIX UUCP protocols.  Windows NT, Windows, MS-DOS 
  317. or OS/2 based Personal Computers using these protocols can exchange 
  318. mail and files with a UNIX system or other UUPC/extended systems over 
  319. dial up or dedicated phone lines.
  320.  
  321.   Automated mail server running at Kendra Electronic Wonderworks.
  322.   Clarkson University BBS
  323.   Registering your current copy
  324.  
  325.     Note: Because of time and disk space restrictions, we do not
  326.           manually e-mail copies of the source or executables,
  327.           provide custom .ARC or .ZIP files with only a limited
  328.           set of the files, or provide other custom distribution
  329.           services-- please don't ask.
  330.  
  331. Instructions
  332.  
  333. Anonymous FTP
  334.  
  335. UUPC/extended 1.12b for Windows NT is available via ftp:
  336.  
  337. ftp://ftp.wustl.edu/systems/ibmpc/win3/nt
  338. upc12bn1.zip    931004    UUPC/Extended UUCP Clone for NT
  339. upc12bn2.zip    931004    UUPC/Extended UUCP Clone for NT
  340. upc12bn3.zip    931004    UUPC/Extended UUCP Clone for NT
  341.  
  342. The master site for UUPC/extended is located at 
  343. Clarkson University at the following URL:
  344.  
  345.   ftp.clarkson.edu, IP address  128.153.4.2, directory pub/uupc
  346.  
  347. FTP programs vary from system to system; contact your local system
  348. support staff for instructions on anonymous FTP.
  349.  
  350. Kendra Electronic Wonderworks archive server
  351.  
  352. Send a mail message containing the commands "index" and/or "help", one
  353. command per line, in the body of the message to listserv@kew.com for the
  354. current file list and/or instructions.
  355.  
  356. Clarkson University Bulletin Board
  357.  
  358. The Clarkson University Bulletin Board is reached 24 hours a day at
  359. (315)268-6667, 8N1, 1200/2400 Baud.  Follow the instructions after logon
  360. to download files.
  361.  
  362. Registering your current copy
  363.  
  364. To receive a copy of the next major release when it becomes available,
  365. register your current copy according to the instructions in How to
  366. Register UUPC/extended.  You can also order the current release from us
  367. using the form in How to Register UUPC/extended.
  368.  
  369. About the files
  370.  
  371. The available UUPC/extended files include:
  372.  
  373. Name            Description
  374.  
  375. index          The current directory listing for the
  376.                UUPC/extended archive. (Only available on
  377.                kewgate and the various Clarkson systems)
  378.  
  379. upc12bad.zip   Formatted documentation files for UUPC/extended
  380.  
  381. upc12baw.zip   Word for Windows documentation source files for
  382.                UUPC/extended
  383.  
  384. upc12bap.zip   Documentation files formatted for a PostScript
  385.                printer
  386.  
  387. upc12bn1.zip   Executable files for Windows NT for Intel x86, 1
  388.                of 3.
  389.  
  390. upc12bn2.zip   Executable files for Windows NT for Intel x86, 2
  391.                of 3.
  392.  
  393. upc12bn3.zip   Executable files for Windows NT for Intel x86, 3
  394.                of 3.
  395.  
  396. upc12bs1.zip   Source files for UUPC/extended, 1 of 2.
  397.  
  398. upc12bs2.zip   Source files for UUPC/extended, 2 of 2.
  399.  
  400. howtoget.txt   This file.  (Only available on kewgate and
  401.                various Clarkson systems)
  402.  
  403. announce.txt   A summary of the newest release.  This file is
  404.                generally an abridged version of the current
  405.                CHANGES.PRN file included in the documentation
  406.                archive. This file is not created if the current
  407.                release has limited changes.  For all releases,
  408.                CHANGES.PRN is the definitive summary of
  409.                changes.  (Only available on kewgate and various
  410.                Clarkson systems)
  411.  
  412. Note: Windows NT users will want upc12bn1.zip, upc12bn2.zip,
  413.       upc12bn3.zip, and upc12bad.zip.
  414.  
  415. ==============================================================================
  416. SUBSECTION 4C: Gateway
  417. ==============================================================================
  418.  
  419. Q4C-1:  How do I enable IP routing between a NTAS server with a PPP/SLIP
  420. connection to the internet and the local IP subnet?
  421.  
  422. The following is based on the information I received from several
  423. sources, you should enable the following registry entries:
  424.  
  425. Also, make sure you enable routing on the NTAS servers on both ends of
  426. the PPP to PPP link.
  427.  
  428. Do not use the same IP address for the local ethernet card and
  429. the RAS PPP to PPP link.  The local ethernet card should have an
  430. IP assigned from you local subnet, and the PPP IP address should
  431. be assigned from the Internet providers subnet you are dialing into
  432. using RAS.  
  433.  
  434. You will have to use the route command to add a static route from the NT server
  435. to other machines on the local subnet.  Use the netstat -rn
  436. command on the NT server to confirm proper routing table entries
  437. after you establish the RAS PPP to PPP link.
  438.  
  439. Enabling Routing of IP Packets on RAS Clients for NTAS V3.5
  440.  
  441.  
  442. \HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters
  443.  
  444. IPEnableRouter
  445. REG_DWORD:0x1 Enables IP routing
  446. REG_DWORD:0x0 Disables IP routing
  447.  
  448.  
  449.  
  450. You must set the DisableOtherSrcPackets registry entry on RAS clients
  451. if you want to route IP packets through that RAS client. This parameter
  452. only affects forwarding of packets on the client side--this does not
  453. affect the server.
  454.  
  455. Note: (I could not find this entry so I assume you must add it.)
  456.  
  457. The registry path for this entry is:
  458. \HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\RasArp\Parameters
  459.  
  460. DisableOtherSrcPackets
  461.  
  462. REG_DWORD:0x1 Disable IP packets from external sources
  463. REG_DWORD:0x0 Enable IP packets from external sources
  464.  
  465. Controls the routing of IP packets with an IP source address other than
  466. the IP address of the RAS network adapter card.
  467.  
  468. Set to 0 packets with source address other than the IP address of the
  469. RAS adapter will be sent.
  470.  
  471. Set to 1 packets with source address other than the IP address of the
  472. RAS adapter will not be sent.
  473.  
  474. Default: 1
  475.  
  476. We received the following message from Carl Byington with comments
  477. on the use of Windows NT as a TCP/IP gateway with IP routing enable.
  478.  
  479.  
  480. FROM:    Carl Byington
  481. TO:    Steve Scoggins
  482. DATE:    11/9/94 11:23 AM
  483.  
  484. Re:    Routing with PPP works!
  485.  
  486. Well, it does work but there are some pitfalls.
  487.  
  488. We have a class C internet network that is subnetted, and my part of it uses the subnet mask
  489. 255.255.255.248 - that gives me 8 host addresses, 2 of which are loopback and broadcast so
  490. I can have 6 hosts on my subnet, although I currently have only two machines.  My host
  491. addresses are .17 and .18 and the reserved ones are .16 and .23.
  492.  
  493. The .18 machine is the secondary machine without a modem.  The .17 machine is the primary
  494. machine with the modem and another IP address for the RAS link.
  495.  
  496. The RAS link uses IP addresses .9 (the Unix end) and .10 (my end).  Note that this puts the
  497. RAS link on a different network than my local ethernet.
  498.  
  499. I have SYSTEM/CurrentControlSet/Services/RasArp/Parameters/DisableOtherSrcPackets set
  500. to 0 (I had to create this entry).
  501.  
  502. I have SYSTEM/CurrentControlSet/Services/Tcpip/Parameters/IPEnableRouter set to 1.
  503.  
  504. The configuration for .18 is
  505.   default gateway = .17
  506.   dns server address = .130
  507.  
  508. The configuration for .17 is
  509.   default gateway = .17
  510.   dns = none
  511.  
  512. The RAS configuration on .17 is
  513.   require specific IP address = .10
  514.   dns server address = .130
  515.   use default gateway on remote network
  516.  
  517. With that configuration, if I just boot .17, I can ping .18 but not .130 since we are not
  518. connected yet.  After bringing up the RAS link, I can ping .130 and the rest of the world.
  519. HOWEVER, we are not done yet.  Attempts to ping from .17 to .18 cause NT to die with the
  520. blue screen.  This is on the 807 debug build from MSDNII.
  521.  
  522. So we reboot .17 and this time set a static route to .18 with
  523.   'route add x.x.x.18 x.x.x.17'
  524. reconnect the RAS link and everything works like a charm.  Both .17 and .18 can ping the
  525. world thru the RAS link, and both can run Mosaic.  WHEE!!
  526.  
  527. It seems that the 'use default gateway on remote network' setting in the RAS tcp/ip dialog
  528. overrides all the local routing unless you have static routes set.  If the local network had a lot
  529. of machines, that would be a real pain.  In my case, I can just have the startup group run a
  530. single route add command.
  531.  
  532. The other problem is that the route add does not work unless you are logged in with
  533. administrator privileges, and it does not stick around between reboots.  Therefore, after every
  534. reboot, you need to log in as administrator and reset the local static routes.  If you fail to do
  535. this, then bringing up the ras link and pinging local machines kills your machine.  Oh well, at
  536. least the consequences are severe enough that the training time is fairly small.
  537.  
  538. Thank you very much for all your help with this!
  539.  
  540. ==============================================================================
  541. SECTION 5: Network Applications
  542. ==============================================================================
  543.  
  544. Q5-1:   What winsock software works with Windows NT or NTAS Version 3.5?
  545.  
  546. You can use the Winsock Application FAQ, by Larsen Consulting as a
  547. starting point for a list of winsock applications and where to find
  548. them.
  549.  
  550. http://www.ramp.com/~lcs/faqhtml.html
  551. (This will be moved to www.LCS.com sometime in the next two months)
  552.  
  553. Eudora
  554. Email for SMTP and POP3
  555. FTP//ftp.qualcomm.com/quest/eudora/windows/1.4/beta
  556. filename eud143b4.exe
  557.  
  558. WinVn NNTP News Reader
  559. FTP//titan.ksc.nasa.gov/pub/win3/winvn
  560. filename winvn_92_5.zip
  561.  
  562. Trumpet NNTP News Reader
  563. FTP//ftp.utas.edu.au/pub/pc/trumpet/winsock
  564. file name wtwsk10a.zip
  565.     
  566. Cello
  567. FTP//ftp.law.cornell/pub/L11/Cello
  568. filename cello.zip
  569.  
  570. NCSA 32 bit Mosaic Client
  571. FTP//ftp.ncsa.uiuc.edu/PC/Mosaic
  572. filename wmos20a8.zip
  573.  
  574.  
  575. Netscape Communications Corporation Netscape Navigator(TM) WWW Client
  576. http://home.mcom.com/home/welcome.html
  577. ftp://ftp.mcom.com/netscape/ 
  578.     
  579. Netscape Navigator for free evaluation, academic or non-profit use can be obtained via
  580. anonymous FTP from ftp.mcom.com. Free evaluation use allows individuals to use the software
  581. for the purpose of determining whether they want to purchase an ongoing software license.
  582. Academic and non-profit use means that students, faculty and staff of educational institutions and
  583. employees of non-profit organizations have unlimited free use of the software. Educational
  584. institutions and non-profit organizations can also obtain a license free of charge to redistribute
  585. Netscape Navigator to these individuals. Organizations or individuals wishing to use Netscape
  586. Navigator for commercial purposes can purchase supported, licensed copies of Netscape
  587. Navigator directly from Netscape Communications. Pricing starts at $39 for a single user license,
  588. and volume discounts are available for right-to-copy licenses for multiple users.
  589.  
  590. Netscape Communications Corporation:
  591.  
  592.   1-800-NETSITE (1-800-638-7483) (DOMESTIC)
  593.   1-415-428-4330 (INTERNATIONAL)
  594.   1-415-254-2693 (FAX)
  595.   info@mcom.com
  596.   sales@mcom.com
  597.   For data sheets and company information: litpak@mcom.com 
  598.   For technical support: support@mcom.com 
  599.   For Netscape Navigator software beta information: cbeta@mcom.com 
  600.   To order our products: order@mcom.com
  601.   https://home.mcom.com/MCOM/ordering_docs/index.html
  602.   for training information: training@mcom.com 
  603.  
  604. Spry Air Mosaic Client
  605. http://www.spry.com/
  606. file://ftp.spry.com/
  607.  
  608. WS_FTP32
  609. FTP//129.29.64.246/pub/msdos
  610. FTP//freebsd.cdrom.com/.5/cica/winsock
  611. ws_ftp32.zip
  612.  
  613.  
  614. The latest version of this application should always be the file
  615. /pub/msdos/winsock.files/ws_ftp.zip on ftp.usma.edu (129.29.64.246).
  616. To access it, enter 129.29.64.246 as the host name and check the
  617. "anonymous login" box in the WS_FTP connect dialog box.
  618. The latest version is usually uploaded winftp.cica.indiana.edu in
  619. the /pub/PC/win3/winsock directory as ws_ftp.zip. A test Windows
  620. NT version of this program may be found as follows:
  621. ws_ftp32.zip on ftp.usma.edu.
  622. Beta versions are only available from ftp.usma.edu in the
  623. /pub/msdosdirectory as ws_ftp.zip.beta
  624. Source code for the 93.12.05 version is in the file ws_ftp_s.zip
  625. in the /pub/msdos/winsock.files directory on ftp.usma.edu.
  626.  
  627. ==============================================================================
  628.  
  629. Q5-2:  Where can I find Windows NT WWW or FTP sites with winsock files?
  630.  
  631. Windows NT FTP & WWW Sites
  632.  
  633. Microsoft Corporation World-Wide-Web Server
  634. http://www.microsoft.com/
  635. The latest Microsoft Windows NT 3.5 hardware compatibility list (HCL)
  636. ftp://ftp.microsoft.com/bussys/winnt/winnt-docs/hcl/hcl35
  637.  
  638. California State University San Marcos Library Technical Services
  639.   (Great collection of Windows NT files!)
  640. Windows NT WWW Page
  641. http://coyote.csusm.edu/cwis/winworld/nt.html
  642. Windows NT FTP server
  643. ftp://coyote.csusm.edu/pub/winworld/nt
  644.  
  645. Digital's Home Page
  646. http://www.dec.com/
  647. Neat guide to internet application software for the
  648. Digital Alpha AXP servers
  649. http://www.digital.com/cgi-bin/www-swdev/PRODUCTS/CATALOG/catalog
  650.  
  651. The Advanced Systems User Group
  652. http://128.150.146.76/ASUG.HTML
  653. The Advanced Systems User Group is a Windows NT-only user group.
  654. It was founded in August 1993 in Washington, DC.
  655. Microsoft Chairman and CEO Bill Gates attended the first ASUG meeting
  656. in October 1993. In it's first year the ASUG has grown to nearly 2,500 members.
  657. They also have a Windows NT Bulletin Board System, located in Washington, DC
  658. Dial: 202-244-1161 or 202-244-1168 (use 8N1)
  659. All-Windows interface; true client-server, you haven't seen anything like this!
  660.  
  661.  
  662. Rocky Mountain Windows NT Users Home Page
  663. http://budman.cmdl.noaa.gov/RMWNTUG/RMWNTUG.HTM
  664.  
  665. Netscape Communications Home Page
  666. http://home.mcom.com/
  667.  
  668. NASA Goddard Space Flight Center Windows NT and NT Advanced Server Information Page
  669. http://ms-nic.gsfc.nasa.gov/Titles/WinNT.html
  670.  
  671. EMWAC Web Server
  672. http://emwac.ed.ac.uk/html/top.html"
  673. ftp://emwac.ed.ac.uk/
  674. gopher://emwac.ed.ac.uk/
  675. The European Microsoft Windows NT Academic Centre (EMWAC) is an integral part of the
  676. Computing Services of the University of Edinburgh and has been set up to support and act as a
  677. focus for Windows NT within academia. It is sponsored by Datalink Computers, Digital,
  678. Microsoft, Research Machines, Sequent and the University of Edinburgh. This WWW Service is
  679. provided from a Sequent WinServer running Windows NT.
  680.  
  681. EMWAC's Internet Toolchest for Windows NT
  682. http://emwac.ed.ac.uk/html/internet_toolchest/top.html
  683. The HTTP Server for Windows NT implements the HTTP/1.0 protocol. It runs as a Windows
  684. NT "service", just like the FTP Server which comes with Windows NT. By analogy with the
  685. UNIX HTTP server daemon which is called httpd, the Windows NT HTTP server service is
  686. called https. The HTTP server service is configured using a Control Panel "applet".
  687. (Note: you will also find a Freeware Gopher Server and WAIS Server at this URL.)
  688.  
  689. University of Karlsrruhe, Germany NT Support Center
  690. http://jerusalem.windows-nt.uni-karlsruhe.de/english.htm
  691.  
  692. WINDOWS NT Information - Main Menu- Stuttgart
  693. Germany,http://www.informatik.uni-stuttgart.de/misc/nt/nt.html
  694.  
  695. http://raj-server.srv.cs.cmu.edu/
  696.  
  697. TELNET Server for Windows NT on Intel
  698. Ataman Software makes a shareware telnetd for Windows
  699. NT (it comes bundled with rlogind and rexecd).  You can pick up
  700. the unregistered version via anonymous ftp from:
  701.  
  702. ftp://utahwired.com:/users/ataman/products/
  703. filename atrls13i.zip (Intel)
  704.      atrls13a.zip (Alpha AXP)
  705.  
  706. It can also be found in the WUGNET CompuServe Forum, keyword TELNETD
  707.  
  708. Archie client for Windows NT
  709. ftp://freebsd.cdrom.com/.5/cica/winsock/wsarch06.zip
  710.  
  711. GNU binaries for Windows NT
  712. ftp://ftp.cc.utexas.edu/microlib/nt/gnu
  713.  
  714. TCP/IP files for Windows NT
  715. ftp://ftp.cc.utexas.edu/microlib/win/tcpip
  716.  
  717. Sendmail for Windows NT
  718. WinNT's Blat ver 1.0
  719. gepasi.dbs.aber.ac.uk:/blat10.zip
  720. ftp.cica.indiana.edu:/pub/pc/win3/nt/blat10.zip
  721.  
  722. Some other interesting Winsock Internet Sites
  723. --------------------------------------------------------------------
  724. Winsock Application FAQ - Larsen Consulting
  725. (An extensive guide to Winsock applications)
  726.  
  727. If you are looking to see what has been released/updated within
  728. the last 20 days (and is FTP'able), point your WWW client to:
  729.  
  730. http://www.LCS.com/newfaq.html
  731.  
  732. To peruse the entire listing of FTP'able Winsock Applications:
  733.  
  734. http://www.LCS.com/faqhtml.html
  735.  
  736. --------------------------------------------------------------------
  737.  
  738. ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock
  739. ftp://ftp.wustl.edu/systems/ibmpc/win3/winsock
  740. ftp://ftp.halcyon.com/disk2/tiskwin
  741. ftp://nigel.msen.com/pub/systems/ms-windows/networking/winsock/apps
  742. ftp://dorm.rutgers.edu/pub/msdos/winsock/apps
  743. ftp://ucselx.sdsu.edu/pub/ibm/winsock
  744. ftp://dime.cs.umass.edu/pub/rcf/opine-dist/msdos/winsock
  745. ftp://risc.ua.edu/pub/network/winsock
  746. ftp://ftp.uga.edu/pub/msdos/mirror/winsock
  747.  
  748. ==============================================================================
  749.  
  750. Q5-3:  Where can I find internet application software for the
  751. Digital Alpha AXP servers
  752.  
  753. http://www.digital.com/cgi-bin/www-swdev/PRODUCTS/CATALOG/catalog
  754.  
  755. ==============================================================================
  756.  
  757. Q5-4:  Where can I get NFS for NT?
  758.  
  759. NFS Server for Windows NT.
  760. Email sales@bws.com for more information
  761. Beame & Whiteside Software, Inc.
  762. Ph:  919-831-8989
  763. 706 Hillsborough St.
  764. FAX: 919-831-8990
  765. Raleigh, NC 27603-1655
  766.  
  767. Intergraph Corporation
  768. One Madison Industrial Park CR1102
  769. Huntsville, AL United States 35894
  770. Contact: John Allen
  771. Phone: (205) 730-6112
  772.  
  773. Application: PC-NFS for Windows NT V2.0
  774. Operating System: NT
  775. Status: QTR4 CY1994
  776. Description: A co-development effort of Sun Select and
  777. Intergraph Corporation. Provides Windows NT users with
  778. network access to files on UNIX and other systems acting
  779. as NFS servers.
  780.  
  781. The Intergraph Corporation NFS solution includes two products:
  782. PC-NFS for Windows NT and DiskShare for Windows NT.
  783. The X Window System server is called eXalt.
  784. These products promote open communication and
  785. NT Advanced Server, and UNIX operating systems
  786.  
  787. WWW home page for Intergraph
  788. http://www.intergraph.com/
  789. by electronic mail:
  790. info@intergraph.com
  791. by telephone from the U.S.:
  792. information:1-800-345-4856
  793. support:1-800-633-7248
  794. training 1-800-240-4300
  795. regional sales information:1-800-240-1000
  796.  
  797. ==============================================================================
  798. SUBSECTION 5A: Server
  799. ==============================================================================
  800.  
  801. Q5A-1:  Where can I find a WWW server for NT?
  802.  
  803. ftp://nigel.msen.com/pub/packages/infosystems/www/servers/https/hsi386.zip
  804. ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/serweb03.zip
  805. ftp://freebsd.cdrom.com/.5/cica/winsock/serweb03.zip
  806.  
  807. ==============================================================================
  808.  
  809. Q5A-2:  I have heard that it is possible to create HTML pages with 
  810. MS-Word, is there a template, or a set of macros for that purpose. Does any
  811. of you know of such templates/macros, and where can they be found?
  812.  
  813. You can use CU_HTML which is available via anonymous
  814. ftp from ftp.cuhk.hk in the directory /pub/www/windows/util. It's
  815. a document template for Word 2 or 6. It's well integrated with Word
  816. and includes its own tool bar for commonly used html statements.
  817.  
  818. ==============================================================================
  819.  
  820. Q5A-3:  What TELNET Servers are commerically available for Windows NT on 
  821. Intel?
  822.  
  823. Alex Miller (amm@netcom.com) wrote:
  824.  
  825. My company (Ataman Software) makes a shareware telnetd for Windows
  826. NT (it comes bundled with rlogind and rexecd).  You can pick up
  827. the unregistered version via anonymous ftp from:
  828.  
  829.     utahwired.com:/users/ataman/products/
  830.             atrls13i.zip (Intel)
  831.             atrls13a.zip (Alpha AXP)
  832.  
  833. It can also be found in the Windows NT section of America Online and
  834. the WINSHARE, WUGNET, and MSWIN32 forums on CompuServe (search for
  835. keyword TELNETD).
  836.  
  837. ==============================================================================
  838. SUBSECTION 5B: Client
  839. ==============================================================================
  840.  
  841. Q5B-1: Does anyone know if there is a program which allows you to send
  842. SMTP mail from the command prompt on NT?
  843.  
  844. Pedro Mendes, (prm@aber.ac.uk) just finished making one such program,
  845. and it is freeware, see below:
  846.  
  847. WinNT's Blat ver 1.0 has been uploaded to the following FTP sites:
  848.  
  849. gepasi.dbs.aber.ac.uk:/blat10.zip
  850. ftp.cica.indiana.edu:/pub/pc/win3/nt/blat10.zip
  851.  
  852. Distributions are in the form of .ZIP files, be sure to user binary
  853. mode FTP to do the transfer.
  854.  
  855. Blat is a command line SMTP mail client for Windows NT, originally by
  856. Mark Neal and Pedro Mendes. A great part of the code in this program
  857. was produced by the WinVN team (including GENSOCK.DLL).
  858.  
  859. Both source code and binaries for intel 80486 are distributed.
  860. Recompile the source code if you need it for a different
  861. architecture.
  862.  
  863. below is a description of the program:
  864.  
  865. Blat is a Public Domain (generous aren't we?) Windows NT console utility which
  866. will e-mail a file to a user via SMTP. The program requires the "gensock" DLL
  867. (borrowed from WinVN). A Registry entry is generated when the program is used
  868. with the -SMTP flag. This stores the address of the SMTP server, and the
  869. address of the _default_ sender (this may be overridden with the -f flag).
  870. Impersonation can be done with the -i flag which puts the value specified in
  871. place of the senders address in the "From:" line of the header, however if this
  872. is done the real senders address is stamped in the "Reply-To:" and "Sender:"
  873. lines. This can be useful when using the program to send message from NT users
  874. that are not registered on the SMTP host.
  875.  
  876.  
  877. SYNTAX:
  878.  
  879. Blat <filename> [-s <subject>] -t <recipient> -f <address>
  880.   -c <carboncopy> [-i <address>]
  881.  
  882. Blat -SMTP <server address>
  883. Blat -SMTP <server address> <senders address>
  884. Blat -h
  885.  
  886. -SMTP <server address>: address of SMTP server,
  887. -SMTP  <server address> <senders address>: address of SMTP host, default sender
  888.  
  889. <filename>: the file with the message body,
  890. -s <subject>: the (optional) subject line,
  891. -t <recipient>: the recipient's address(es),
  892. -t <recipient>: address(es) for carbon copies,
  893. -f <sender>: the sender's address (must be known to the SMTP server),
  894. -i <address>: a 'From:' address, not necessarily known to the SMTP server.
  895. -h: this help.
  896.  
  897. ==============================================================================
  898.  
  899. Q5B-2:  Where can I find an archie client for NT?
  900.  
  901. ftp://freebsd.cdrom.com/.5/cica/winsock/wsarch06.zip
  902.  
  903. ==============================================================================
  904.  
  905. Q5B-3:  Where can I find a rsh for Windows NT to use with a UNIX host?
  906.  
  907. William Cheung (wcheung@ee.ubc.ca) has developed a program called
  908. WinRSH/WinRSH32 - Remote Shell for Windows 1.6
  909.  
  910. This is an eighth release of WinRSH - Remote Shell for Windows
  911.  
  912. The following details what are fixed/improved in this version:
  913.  
  914. WinRSH 1.6:
  915.  
  916. 1. Added a message bar to display messages internal to WinRSH.
  917.  
  918. 2. Fixed occasional screen garbling bugs.
  919.  
  920. 3. Disconnection from the remote host is now more responsive.
  921.  
  922. 4. Fixed a bug in not able to check the "Log to File" menu once it
  923.    is unchecked.
  924.  
  925. 5. The source code is now distributed as part of WinRSH in the SRC
  926.    directory under the GNU licenses and agreements.
  927.  
  928. For those who don't know what WinRSH is...
  929.  
  930. WinRSH contains a very simple user interface to allow a Window's
  931. user to run a program remotely on your workstation using either the
  932. RSH daemon or the REXEC daemon.  The results of the remote execution
  933. are then displayed in a scrollable window.
  934.  
  935. The following is an excerpt from readme.txt included in the
  936. distribution.
  937.  
  938. WinRSH - Remote Shell for Windows 1.6
  939. WinRSH32 - Remote Shell for Windows 1.6
  940. Written by William Cheung (wcheung@ee.ubc.ca)
  941. Copyright (C) 1994 William Cheung
  942. All Rights Reserved.
  943.  
  944. WinRSH/WinRSH32 is free software; you can redistribute it in its entirety
  945. in any form you like.  If you find any bugs, feel free to send me an
  946. email at wcheung@ee.ubc.ca.  Please read "license.txt" for GNU licensing
  947. information.  If you have added new features to WinRSH, please send me
  948. all the source code modifications, including the version of WinRSH that
  949. you are based on.  Your additions may benefit other users.
  950.  
  951. Requirements
  952.  
  953. o An IBM-PC or compatible computer using 386 or above CPU with at
  954.   least 4 MB RAM.
  955. o Window Socket installed properly.
  956. o A host supporting at least one of RSH or REXEC daemon.
  957.  
  958. Downloading Instructions
  959.  
  960. You can now ftp WinRSH from datacom.ee.ubc.ca [137.82.57.20].  Login
  961. as an anonymous user and change directory to /pub/pc/winsock.  The
  962. file is called wrsh16.zip.
  963.  
  964. ==============================================================================
  965.             END  Windows NT Internet FAQ
  966. ==============================================================================
  967.  
  968.  
  969.  
  970.