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

  1. TCP/IP.................Configuration notes and examples
  2.  
  3.   This document applies to the EtherExpress(tm) 16, 16TP, 16C, FLASH,
  4.   FLASH TP, FLASHC, MCA, and MCA/TP.  It does not explain how to 
  5.   configure an EtherExpress board.  For instructions about configuring 
  6.   the board, see either the Expert's Guide or the Complete Guide for 
  7.   your board. 
  8.  
  9.   This document (or an updated version) is also available on FaxBACK,
  10.   document #6319.
  11.  
  12.   ARE THE ETHEREXPRESS CARDS TCP/IP COMPATIBLE?  
  13.   ---------------------------------------------
  14.   Intel does not sell TCP/IP software, however, TCP/IP software may be 
  15.   purchased from several different vendors.  Intel provides NDIS, ODI, 
  16.   and packet drivers that work with most TCP/IP software.  First, 
  17.   determine if the TCP/IP software is NDIS, ODI, or packet driver compliant 
  18.   and then find the section below that applies.
  19.  
  20.   
  21.   NDIS GENERAL:
  22.   -------------
  23.   Intel's EtherExpress 16 NDIS driver conforms to Microsoft's NDIS
  24.   Specification version 2.0.1.  If the TCP/IP software is NDIS compliant,
  25.   use the NDIS drivers.  These drivers are on the EtherExpress diskette in
  26.   the NDIS subdirectory:
  27.   
  28.   NDIS\EXP16.DOS   (for DOS)
  29.   NDIS\EXP16.OS2   (for OS/2)
  30.   
  31.   The following section should be added to the existing PROTOCOL.INI
  32.   file.  A sample PROTOCOL.INI is located in the NDIS subdirectory. 
  33.   
  34.     [EXP16]
  35.        IOADDRESS = 0x300
  36.        DRIVERNAME = EXP16$
  37.   
  38.   NOTE:  The IOADDRESS must be modified to match the I/O address of the
  39.               card.  The EXP16$ must be in capital letters.
  40.   
  41.   NOTE:  For more information on NDIS, see the NDIS.TXT readme file.
  42.  
  43.   
  44.   NDIS AND BANYAN VINES:
  45.   ----------------------
  46.   The version of TCP/IP supplied with Banyan Vines 4.X does not support NDIS
  47.   drivers.  To use TCP/IP with an NDIS driver, you will need to purchase a
  48.   version of TCP/IP that supports NDIS.  We recommend you call your Banyan
  49.   support representative for more information.
  50.  
  51.   
  52.   ODI GENERAL:
  53.   ------------
  54.   The ODI driver conforms to Novell's ODI Specification.  If the TCP/IP
  55.   software is ODI compliant, use the ODI drivers.  These drivers are on the
  56.   diskette in the NETWARE.ODI subdirectory.  
  57.   
  58.   NETWARE.ODI\EXP16ODI.COM  (for DOS) 
  59.   NETWARE.ODI\EXP16ODI.SYS  (for OS/2)
  60.   
  61.   ODI drivers use a NET.CFG file.
  62.   
  63.   An example of the ODI NET.CFG from a Lan WorkPlace for DOS set up follows:
  64.   
  65.         Link Support
  66.           Buffers 8 1586
  67.           MemPool 4096
  68.  
  69.        Protocol IPX
  70.           Bind EXP16ODI   <--Bind 1, if using IPXODI v2.x or later
  71.   
  72.        Protocol TCPIP
  73.           Bind EXP16ODI   <--delete this line if using IPXODI v2.x or later 
  74.           ip_address xxx
  75.        
  76.        Link Driver EXP16ODI
  77.           Port 300
  78.           Frame ETHERNET_802.3          <--Order of frames here is important
  79.           Frame ETHERNET_II
  80.           Protocol IPX 0 ETHERNET_802.3
  81.   
  82.   NOTE:   The Port parameter must be modified to match the I/O address of
  83.                the card.
  84.   
  85.   
  86.   PACKET DRIVERS:
  87.   ---------------
  88.   We provide a packet driver for the EtherExpress card which conforms to the
  89.   FTP packet driver specification v1.07.  If the TCP/IP packages allow you 
  90.   to use packet drivers, use the packet drivers in the PACKET subdirectory.
  91.   
  92.   NOTE:  For more information on packet drivers, see the PACKET.TXT readme 
  93.          file.
  94.   
  95.   
  96.   FTP SOFTWARE'S PC/TCP FOR NDIS:  FaxBACK #6321
  97.   ----------------------------------------------
  98.   
  99.   NOTE:  For more information on using the NDIS driver with FTP PC/TCP, see
  100.          the PCTCP.TXT readme file.
  101.   
  102.  
  103.   SUN'S PCNFS WITH NDIS: FAXBACK doc # 6320
  104.   -----------------------------------------
  105.   
  106.   NOTE:  For more information on using the NDIS driver with SUN PCNFS, see
  107.          the PCNFS.TXT readme file.