home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / ovladace / 3com / 3c90xn / 3c90xn.exe / DISK1 / NWCLIENT / NET.CFG < prev   
Text File  |  1996-04-29  |  2KB  |  45 lines

  1. ; *************************************************************************
  2. ;  This sample NET.CFG file is meant to supply some rudimentary understanding
  3. ;  of parameters in NET.CFG and how they affect network operations.
  4. ;  For a full description and explanation of the parameters, see the
  5. ;  manual for the ODI shell for DOS, which ships with the NetWare package
  6. ;  or is available from Novell part # 100-000871-001.
  7. ;
  8. ;  Please pay attention to column spacing for the lines.  The section header
  9. ;  line MUST start in column 0 with subsequent lines in that section being
  10. ;  indented. Comments are designated by semi-colons (;).  The NET.CFG is not
  11. ;  caps-sensitive.
  12. ;
  13. ; *************************************************************************
  14. ;
  15.  
  16. LINK DRIVER 3C90X
  17. ;
  18. ; When using two or more adapters in a single machine, it is necessary to
  19. ; specifiy which adapter should be used. The following two parameters are
  20. ; used for this purpose:
  21. ;
  22. ;  SLOT NN, where NN is the specific PCI BIOS identification number of the
  23. ;               3C90X PCI adapter.
  24. ;  BUS  NN, Where NN is the Bus number.
  25. ;
  26. ; The next few lines specify the frame type.  3C90X.COM is a 4.10 DOS ODI
  27. ; driver. The default frame type is 802.2. To connect to a 3.11 server
  28. ; the frame type needs to be changed to 802.3.  The following two lines
  29. ; perform that change.
  30. ;
  31.         FRAME ETHERNET_802.3
  32.         PROTOCOL IPX 0 ETHERNET_802.3   (binds IPX protocol to frame)
  33. ;
  34. ;
  35. ; This is the driver default
  36. ;
  37. ;       FRAME ETHERNET_802.2
  38. ;       PROTOCOL IPX E0 ETHERNET_802.2
  39. ;
  40. ;
  41. ;
  42. ;(%VER NET.CFG - sample Netware DOS ODI configuration file V1.0)
  43.  
  44.