home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / msdos / desqview / 4063 < prev    next >
Encoding:
Text File  |  1992-12-23  |  4.5 KB  |  110 lines

  1. Newsgroups: comp.os.msdos.desqview
  2. Path: sparky!uunet!noc.near.net!vaxeline.ftp.com!pericles.ftp.com!jamie
  3. From: jamie@vax.ftp.com  (Jamie O'Keefe)
  4. Subject: Re: Does PC/TCP 2.11 work with DESQview/X?
  5. Message-ID: <921223172359@pericles.ftp.com>
  6. Nntp-Software: PC/TCP NNTP
  7. Keywords: DV/X, PC/TCP, use-old-init-scheme
  8. Lines: 94        
  9. Sender: root@vaxeline.ftp.com (vaxeline.ftp.com root account)
  10. Nntp-Posting-Host: pericles.ftp.com
  11. Organization: FTP Software, Inc., Wakefield, MA
  12. References: <9935@fs3.cam.nist.gov> <724204605snx@arrakis.denver.co.us>
  13. Date: Wed, 23 Dec 1992 17:23:59
  14.  
  15. In article <724204605snx@arrakis.denver.co.us> @arrakis.denver.co.us (Bob Hood) writes:
  16.  
  17.   You must load the drivers (I?CUST.SYS) provided with version 2.1
  18.   (for backward compatibility while vendors modify their software to
  19.   deal with the new configuration method) in your CONFIG.SYS file,
  20.   configuring them with IFCONFIG.EXE and IPCONFIG.EXE (be warned that
  21.   some options in version 2.05 and before are no longer supported by
  22.   the 2.1 drivers), and set the "use-old-init-scheme" in your
  23.   PCTCP.INI file to "yes".
  24.   
  25. Ahh...well, you really do not want to set "use-old-init-scheme" to
  26. "yes".   What you want to do is set the ip address in the device.sys
  27. (ifcust.sys, wd8003.sys, etc.) and set the userid and host name in
  28. the ipcust.sys.
  29.  
  30. Here is a better description that will appear in our next
  31. Support@ftp.com newsletter.
  32.  
  33. There are several things you need to configure with PC/TCP before you
  34. install Desqview/X.  First, since the current version of the Network
  35. Manager takes advantage of the v2.0x configuration scheme you must
  36. load the old configuration files in your CONFIG.SYS.  For example:
  37.  
  38.     device=c:\pctcp\ifcust.sys
  39.     device=c:\pctcp\ipcust.sys
  40.  
  41. Second, you must set your host name and default user ID in the
  42. IPCUST.SYS.  You would set these with the IPCONFIG command like so:
  43.  
  44.     c:\pctcp> ipconfig ipcust.sys hostname avalon userid karthur
  45.  
  46. Third, you must set the IP address of your PC in the IFCUST.SYS.  You
  47. would set this value with the IFCONFIG command like so:
  48.  
  49.     c:\pctcp> ifconfig ifcust.sys 128.127.50.42
  50.  
  51. Once these variables are set you must reboot the PC.  The host name
  52. that you set for this PC must be resolvable by the PC/TCP kernel
  53. since the Desqview/X Setup program checks to see if the PC is a valid
  54. host on the network.  The setup program does this by getting the host
  55. name from the IPCUST.SYS and then passing it to the PC/TCP kernel to
  56. resolve using either the local host table or Domain Name Services.
  57. If the user does not have a Domain Name Server (BIND) on the network
  58. then we recommend creating a host table with the following format:
  59.  
  60.     <ip_addr>    <host_name>
  61.  
  62. An example might look like this:
  63.  
  64.     #My host table
  65.     128.127.50.42    avalon
  66.  
  67. Be sure to configure the PCTCP.INI file with the host-table variable
  68. set to the proper drive, directory and file name for the local host
  69. table.
  70.  
  71. You can use the PC/TCP HOST command to check whether the kernel is
  72. resolving the PC's host name from the local host table properly.  You
  73. would use the "only resolve via the local host table" option.  For
  74. example:
  75.  
  76.     c:\> host -t avalon
  77.     by host-table, avalon: 128.127.50.42, cname is avalon
  78.  
  79. If you are using a Domain Name Server to resolve your addresses and
  80. are not using a host table then please be sure that your Domain Name
  81. Server can resolve your PC's fully qualified domain name.  You can
  82. check this by using the HOST command with the "only resolve via
  83. Domain Name Servers" option enabled.  For example:
  84.  
  85.     c:\> host -d avalon
  86.     by domain, avalon: 128.127.50.42, cname is avalon.ftp.com
  87.  
  88. If your PC is not setup properly then the Desqview/X Setup program
  89. will tell you that it can not continue with the network setup and
  90. list several possible reasons.  Double check all of your settings and
  91. check the PC/TCP kernel's resolution of your PC's host name via the
  92. HOST command as outlined above.
  93.  
  94. Aside from problems with host name resolution, we have found one
  95. other possible reason why the Desqview/X Setup program would not be
  96. able to configure the Network Manager.  If you are loading the PC/TCP
  97. kernel at a software interrupt other than its default of 0x61, then
  98. the Desqview/X Setup program will not detect that you are using
  99. PC/TCP.  As a result you will not be able to configure the Network
  100. Manager.  Thus, we recommend that you do not configure the PC/TCP
  101. kernel to use a software interrupt other than 0x61.
  102.  
  103. I hope this explains things,
  104.  
  105. jamie
  106. --
  107. Jamie O'Keefe        FTP Software, Inc.    Technical Support
  108. Phone: 01-508-685-3600    Fax: 01-508-794-4484    Email: jamie@ftp.com
  109.  
  110.