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

  1.                        NetWare 3.11 Server with Appletalk
  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 #6425.
  8.  
  9.   MacIntosh EtherTalk drivers come in several flavors:
  10.      Driver                      Frame Type
  11.      =======================================
  12.      EtherTalk                   802.3
  13.      EtherTalk 1.0               Type II (8137)
  14.      EtherTalk 1.3               Type II (8137)
  15.      EtherTalk 2.0               SNAP
  16.      EtherTalk 2.01              SNAP
  17.   
  18.   Adapter drivers can be loaded and bound in many ways as you will see in
  19.   the example below.  The statements in CAPs are required statements for
  20.   EtherTalk or are necessary to get a specific frame type
  21.   operational.      
  22.   
  23.   Be sure that the server has an additional 4 megs of RAM.
  24.   
  25.   Be sure that the Startup.ncf includes the command LOAD MAC. This is the
  26.   Macintosh Name Service.  The file, MAC.NAM, must be in the bootup
  27.   partition and in the same directory as Server.exe.  This file comes with
  28.   the NetWare software.
  29.   
  30.   This is a sample of an NetWare 3.11 Autoexec.ncf with MacIntosh EtherTalk
  31.   drivers.  
  32.   
  33.   File server name compaq386
  34.   ipx internal net BBB
  35.   load nmagent
  36.   load exp16 int=a port=300 FRAME=ETHERNET_802.3 name=lan_a
  37.   bind ipx lan_a net=100
  38.   LOAD APPLETLK NET=5000 ZONE={"ADMIN"}
  39.   load exp16 int=a port=300 FRAME=ETHERNET_II name=lan_b
  40.   bind ipx lan_b net=200
  41.   BIND APPLETLK LAN_B NET=1-2 ZONE={"ADMIN"}
  42.   load exp16 int=a port=300 FRAME=ETHERNET_SNAP name=lan_c
  43.   BIND APPLETLK LAN_C NET=3-5 ZONE={"ADMIN"}
  44.   LOAD AFP
  45.   LOAD ATPS
  46.   
  47.   Notes:
  48.   
  49.      Ethernet_II frames support AppleTalk phase I.
  50.   
  51.      Ethernet_snap frames support AppleTalk phase II.
  52.   
  53.        Load APPLETLK refers to loading the APPLETLK.NLM.  This is the
  54.        AppleTalk stack and router.  The NET=5000 is an aribtrary appletalk
  55.        network number similar to the internal IPX net address.  It must be a
  56.        unique number on the internet.  ZONEs are logical groupings of
  57.        appletalk equipment for file and print services.
  58.   
  59.        Bind APPLETLK is binding the Appletalk protocol to an Ethernet Type
  60.        II frame or to the Ethernet SNAP frame.  The NET= in these statements
  61.        is different from the NET= in the Bind IPX statements. It is a range
  62.        of network numbers found on the appletalk network.  Net numbers for
  63.        AppleTalk Phase II must be defined as a range even if that range is
  64.        one digit long (i.e. net=20-20).  Net numbers for AppleTalk Phase I
  65.        are single digit, 1-F like net=b. 
  66.      
  67.        Normally the INT= (interrupt) is not included in a load statement for
  68.        the EtherExpress adapter, however, when you are re-entrantly loading
  69.        modules if you do not include the INT=, you will be prompted for it
  70.        and then prompted for the frame type.  This requires a person to
  71.        interact with the server during the boot process.
  72.   
  73.        Load AFP  - This is the loading of the AppleTalk File Protocol v2.0. 
  74.        It is used to file requests to the server.
  75.      
  76.        Load ATPS - This is the loading of the AppleTalk Print Server.  It
  77.        processes requests from both the DOS and MAC workstations
  78.   
  79.   
  80.                                                           
  81.