home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / 3COM / 3C5x9 / 3c5x9x.exe / NETWARE / CLIENT / NET.CFG < prev   
Text File  |  1994-08-22  |  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 3C5X9
  17. ;
  18. ; The following two parameters are required when using two or more EtherLink
  19. ; III adapters in a single machine.  This parameter specifies which specific
  20. ; EtherLink III adapter the driver is to attach itself to.
  21. ;  PORT NNN, where NNN is the hex base address of the 3C509 ISA adapter
  22. ;  SLOT NN, where NN is the slot number containing the 3C529, 3C579, or
  23. ;           3C509 configured as an EISA adatper.
  24. ;
  25. ;       PORT 200
  26. ;       SLOT 3
  27. ;
  28. ; The next few lines specify the frame type.  3C5X9.COM is a 4.0 DOS ODI
  29. ; driver. The default frame type is 802.2. To connect to a 3.11 server
  30. ; the frame type needs to be changed to 802.3.  The following two lines
  31. ; perform that change.
  32. ;
  33.         FRAME ETHERNET_802.3
  34.         PROTOCOL IPX 0 ETHERNET_802.3   (binds IPX protocol to frame)
  35. ;
  36. ;
  37. ; This is the driver default
  38. ;
  39. ;       FRAME ETHERNET_802.2
  40. ;       PROTOCOL IPX E0 ETHERNET_802.2
  41. ;
  42. ;
  43. ;
  44. ; %VER NET.CFG - sample Netware DOS ODI configuration file V4.1a
  45.