home *** CD-ROM | disk | FTP | other *** search
/ Computer Tool Software / soft.iso / Multimed / Net / INTEL / README.DIR / PCTCP.TXT < prev    next >
Encoding:
Text File  |  1993-09-30  |  2.6 KB  |  91 lines

  1. FTP....................PC/TCP 2.05 configuration
  2.  
  3.   This document applies to the EtherExpress(tm) 16, 16TP, 16C, FLASH,
  4.   FLASH TP, FLASHC, MCA, and MCA/TP.  
  5.  
  6.   This document (or an updated version) is also available on FaxBACK,
  7.   document #6321.
  8.   
  9.   These are examples only.  Your configuration may vary.
  10.  
  11. PC/TCP and NDIS
  12.  
  13.   Notes for FTP PC/TCP and NDIS installations:
  14.   
  15.   1.   Make sure the customer is running PC/TCP for DOS version 2.05 and
  16.        that the kernel is PC-210.
  17.   
  18.   2.   Make sure that the protocol.ini, pro.msg, proh.msg are located in the
  19.        c:\lanman subdirectory.
  20.   
  21.   3.   Copy the EtherExpress 16 NDIS driver from the LAN Adapter diskette. 
  22.        (\NDIS\EXP16.DOS).
  23.   
  24.   4.   Example configuration files.
  25.   
  26.      CONFIG.SYS:
  27.           files=40
  28.           buffers=40  
  29.           device=c:\ftp\protman.sys
  30.           device=c:\ftp\exp16.dos
  31.           device=c:\ftp\dis_pkt.gup
  32.           device=c:\ftp\ipcust.sys
  33.           device=c:\ftp\ifcust.sys
  34.   
  35.      AUTOEXEC.BAT:  
  36.           path=c:\dos;c:\ftp
  37.           prompt $p$g
  38.           c:\ftp\netbind
  39.           c:\ftp\ethdrv
  40.   
  41.      PROTOCOL.INI: 
  42.           [PROTOCOL MANAGER]                
  43.             drivername=PROTMAN$
  44.   
  45.           ;MACS
  46.           [EXP16]
  47.             drivername=EXP16$
  48.             ioaddress=0x300
  49.   
  50.           ;PROTOCOLS
  51.           [PKTDRV]
  52.             drivername=PKTDRV
  53.             bindings=EXP16
  54.             intvec=0X65
  55.        
  56.        NOTE:     The important part here is that what the bindings statement 
  57.                  refers to must be the name of the statement for the
  58.                  EtherExpress statement.  (i.e.  if bindings=INTEL16, then
  59.                  you must have [INTEL16]).  Also EXP16$ should be in caps.
  60.   
  61.   5.   If you have problems, add a pause to the top line of the AUTOEXEC.BAT
  62.        file to see that the CONFIG.SYS loads with no errors.
  63.     
  64.   
  65.   
  66. PC/TCP and ODI
  67.       
  68.   Notes for FTP PC/TCP and ODI installations:
  69.   
  70.   1.   Make sure the customer is running PC/TCP for DOS version 2.05, Patch
  71.        level 4 (PL4) and that the kernel is PC-210.
  72.   
  73.   2.   Check the Net.cfg file.  It should look similar to the following:
  74.   
  75.      Link Support
  76.           buffers 8 1514
  77.           mempool 4096
  78.   
  79.      Protocol TCPIP           
  80.           Bind EXP16ODI   <--delete if using IPXODI v2.x or later
  81.   
  82.      Protocol IPX
  83.           Bind EXP16ODI   <--Bind 1, if using IPXODI v2.x or later
  84.   
  85.      Link Driver EXP16ODI
  86.           port 300
  87.           Frame Ethernet_802.3
  88.           Protocol IPX 0 Ethernet_802.3
  89.           Frame Ethernet_II
  90.           Protocol TCPIP 8137 Ethernet_II
  91.