home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / REQCFG.ZIP / CMNT_NET.CFG next >
Text File  |  1991-06-17  |  14KB  |  296 lines

  1.  
  2. ;NetWare OS/2 Requester 1.30 NET.CFG file
  3.  
  4. ;This file is ALL COMMENTS.  It is an "on-disk" version of the NET.CFG
  5. ;documentation only.
  6.  
  7. ;NOTE: Lines preceded by a semicolon are comments.
  8. ;Blank lines are ignored.
  9. ;Format of this file is an actual NET.CFG entry (mine) followed by a section
  10. ;detailing all available options in that section.
  11.  
  12. ;link driver NAME
  13.         ;PRIMARY | ALTERNATE
  14.         ;default PRIMARY
  15.  
  16.         ;default NAME NONE
  17.         ;acceptable values
  18.  
  19.         ;NAME           Driver
  20.  
  21.         ;pcn2           IBM PC Network Adapter II and II/A
  22.         ;rxnet          Novell RX-Net
  23.         ;rxnet2         Novell RX-Net/2
  24.         ;trxnet         Novell Turbo RX-Net
  25.         ;trxnet2        Novell Turbo RX-Net/2
  26.         ;ne2            Novell Ethernet NE/2
  27.         ;ne232          Novell Ethernet NE/2-32
  28.         ;ne1000         Novell Ethernet NE1000
  29.         ;ne2000         Novell Ethernet NE2000
  30.         ;ne2100         Novell Ethernet NE2100
  31.         ;token          IBM Token Ring PC Adapter
  32.         ;tokenee        IBM Token Ring Adapter using OS/2 Extended Edition
  33.                         ;Communications Manager
  34.         ;cmgrlan        ;PCN2, Ethernet, and TRN with OS/2 Extended Edition
  35.                         ;Communications Manager; supplied w/ NSD01 diskette
  36.                         ;see additional notes in frame type section below
  37.         ;3c501          3COM Etherlink Series 3C501
  38.         ;3c503          3COM Etherlink Series 3C503
  39.         ;3c505          3COM Etherlink Series 3C505
  40.         ;3c523          3COM Etherlink Series 3C523
  41.  
  42.         ;    =======
  43.         ;    |  dma [index] CHANNEL
  44.         ;    |          CHANNEL acceptable values - a positive integer
  45.         ;    |  int [index] IRQ
  46.         ;    |          IRQ acceptable values - a positive integer
  47.         ;    |  mem [index] STARTING_ADDRESS SIZE
  48.         ;    |          STARTING_ADDRESS acceptable values - hexadecimal number
  49.         ;    |          SIZE acceptable values - hexadecimal number equal to
  50.         ;    |          the number of paragraphs (16kb) used by driver
  51.         ;    |  port [index] STARTING_PORT COUNT
  52.         ;    |          STARTING_PORT acceptable values - hexadecimal number
  53.         ;    |          equal to the starting I/O Port address
  54.         ;    |          COUNT acceptable values -
  55.         ;    |
  56.         ;    |          [index] defaults to #1
  57.         ;    |          Index refers to a position within a Driver
  58.         ;    |          Configuration Table contained in the driver itself.
  59.         ;    |          Refer to the driver documentation for usage.
  60.         ;    |          This parameter is used when the defaults must be
  61.         ;    |          changed and the card uses two I/O Ports, Shared
  62.         ;    |          Memory locations, Interrupts, or DMA channels.
  63.         ;    |
  64.         ;    ======= defaults for all these parameters are set by the driver
  65.  
  66.                 ;slot ?
  67.                         ;tells Requester to scan for first NIC corresponding to
  68.                         ;the link driver NAME
  69.                 ;slot SLOT
  70.                         ;Used to select which EISA or MCA card to associate
  71.                         ;this link driver section with when more than one
  72.                         ;driver of the same type are being used.
  73.                 ;frame NAME
  74.                         ;acceptable frame types
  75.  
  76.                         ;NAME                   Drivers
  77.                         ;               ==|
  78.                         ;ethernet_802.3   |     ne1000,ne2000,ne2,ne232,3c501,
  79.                         ;ethernet_802.2   ==    3c503,3c505,3c523,exos205,
  80.                         ;ethernet_ii      |     exos215,cmgrlan
  81.                         ;ethernet_snap    |
  82.                         ;               ==|
  83.                         ;token_ring             token,tokenee,cmgrlan
  84.                         ;token_ring_snap        token,tokenee,cmgrlan
  85.                         ;ibm_pcn2_802.2         pcn2,cmgrlan
  86.                         ;ibm_pcn2_snap          pcn2,cmgrlan
  87.                         ;novell_rx-net          trxnet
  88.  
  89.                 ;OS/2 Communications Manager allows either Ethernet DIX or
  90.                 ;Ethernet 802.3 but not both.  Selecting Ethernet 802.3 allows
  91.                 ;send/receive of Ethernet 802.3, 802.2, or SNAP packets.
  92.  
  93.                 ;To send/receive Ethernet DIX packets specify ethernet_ii
  94.                 ;in NET.CFG and select Ethernet DIX network protocol
  95.                 ;in Communications Manager.
  96.  
  97.                 ;To send/receive other types of packets specify either
  98.                 ;ethernet_802.3, ethernet_802.2, or ethernet_snap in NET.CFG
  99.                 ;and select Ethernet 802.3 in Communications Manager.
  100.  
  101.                 ;node address HEXADECIMAL_NUMBER
  102.                         ;Applicable only to NICs which support this feature.
  103.                         ;If using cmgrlan link driver you MUST specify the
  104.                         ;node address and it MUST match the card's address.
  105.                         ;If a node address is not specified or is specified
  106.                         ;incorrectly when using cmgrlan with ethernet an
  107.                         ;error message will be generated upon initialization
  108.                         ;of the card showing the correct address.
  109.  
  110.                 ;protocol NAME ID FRAME
  111.                         ;NAME acceptable values
  112.                         ;arp
  113.                         ;ip
  114.                         ;ipx
  115.                         ;rarp
  116.                         ;default ipx
  117.  
  118.                         ;replace ID with hexadecimal number representing the
  119.                         ;protocol to be used for a particular media type.
  120.  
  121.                         ;ID acceptable values
  122.                         ;Hex value      Protocol and media represented
  123.  
  124.                         ;0              IPX Ethernet 802.3
  125.                         ;e0             IPX Ethernet 802.2
  126.                         ;               IPX Token Ring
  127.                         ;               IPX IBM PCN2 802.2
  128.                         ;8137           IPX Ethernet II
  129.                         ;               IPX Ethernet SNAP
  130.                         ;               IPX Token Ring SNAP
  131.                         ;               IPX IBM PCN2 SNAP
  132.                         ;fa             IPX Novell RX-Net
  133.                         ;800            IP Ethernet II
  134.                         ;806            ARP Ethernet II
  135.                         ;8035           RARP Ethernet II
  136.                         ;default 0
  137.  
  138.                         ;Replace FRAME with the name of the media type to be
  139.                         ;used with the specified protocol.
  140.  
  141.                         ;FRAME acceptable values
  142.                         ;FRAME                  Media Represented
  143.  
  144.                         ;ethernet_802.3         Ethernet 802.3
  145.                         ;ethernet_802.2         Ethernet 802.2
  146.                         ;token_ring             Token Ring 802.5 using an
  147.                         ;                       802.2 envelope
  148.                         ;ibm_pcn2_802.2         IBM PCN using an 802.2 envelope
  149.                         ;ethernet_ii            Ethernet II using a DEC
  150.                         ;                       Ethernet II envelope
  151.                         ;ethernet_snap          Ethernet Snap 802.2 using an
  152.                         ;                       802.2 envelope with SNAP
  153.                         ;token_ring_snap        Token Ring Snap 802.5 using
  154.                         ;                       an 802.2 envelope with SNAP
  155.                         ;ibm_pcn2_snap          IBM PCN2 Snap using an 802.2
  156.                         ;                       envelope with SNAP
  157.                         ;novell_rxnet           Novell RX-Net using Novell's
  158.                         ;                       ARCNET envelope
  159.                         ;default ethernet_802.3
  160.  
  161. ;link support
  162.         ;buffers COUNT [BUFFER_SIZE]
  163.                 ;COUNT acceptable values 1- (64kb / buffers)
  164.                 ;default COUNT 20
  165.                 ;SIZE acceptable values - a positive integer
  166.                 ;default SIZE 1130 bytes
  167.                 ;max buffer is 64k total (BUFFER_SIZE * COUNT)
  168.                 ;When using numerous named pipes or SPX connections
  169.                 ;or error 8001h, "LSL is out of resources", is received
  170.                 ;the buffer count should be increased.
  171.  
  172. ;protocol stack ipx
  173.         ;sockets COUNT
  174.                 ;acceptable values 9 - 128 default 32
  175.         ;router mem SIZE
  176.                 ;default size of 450 bytes accomodates as many cards
  177.                 ;as can fit in station
  178.         ;bind NAME
  179.                 ;Replace NAME with the driver which will be the
  180.                 ;station's primary driver.
  181.                 ;NAME acceptable values
  182.  
  183.                 ;NAME           Driver represented
  184.                 ;pcn2           IBM PC Network Adapter II and II/A
  185.                 ;rxnet          Novell RX-Net
  186.                 ;rxnet2         Novell RX-Net/2
  187.                 ;trxnet         Novell Turbo RX-Net
  188.                 ;trxnet2        Novell Turbo RX-Net/2
  189.                 ;ne2            Novell NE/2
  190.                 ;ne232          Novell NE/2-32
  191.                 ;ne1000         Novell NE1000
  192.                 ;ne2000         Novell NE2000
  193.                 ;ne2100         Novell NE2100
  194.                 ;token          IBM Token Ring Adapter
  195.                 ;tokenee        IBM Token Ring Adapter using OS/2
  196.                                 ;Extended Edition Communications Manager
  197.                 ;cmgrlan        ;PCN2, Ethernet, and TRN with OS/2
  198.                                 ;Extended Edition Communications Manager
  199.                                 ;CMGRLAN supplied w/ NSD01 diskette
  200.                                 ;THIS DRIVER USES IBM-SUPPLIED DRIVERS.
  201.                 ;3c501          3COM Etherlink Series 3C501
  202.                 ;3c503          3COM Etherlink Series 3C503
  203.                 ;3c505          3COM Etherlink Series 3C505
  204.                 ;3c523          3COM Etherlink Series 3C523
  205.  
  206. ;protocol stack spx
  207.         ;sessions COUNT
  208.                 ;acceptable values 8 - 256 default 16
  209.         ;abort timeout NUMBER
  210.                 ;acceptable values 10 - inf. default 30000
  211.         ;verify timeout NUMBER
  212.                 ;acceptable values 10- inf. default 3000
  213.         ;listen timeout NUMBER
  214.                 ;acceptable values 10 - inf. default 6000
  215.         ;retry count NUMBER
  216.                 ;acceptable values 1 - 255 default 20
  217.                 ;maintain ratios between abort/verify/listen values; if
  218.                 ;one value changed, change them all
  219.         ;NOTE: INCREASE SPX SESSIONS IF USING NAMED PIPES
  220.  
  221. ;netware requester
  222.         ;preferred SERVERNAME
  223.         ;cache buffers COUNT
  224.                 ;acceptable values 0 - 128 default 8
  225.                 ;64k max total buffer size
  226.                 ;(COUNT * link support BUFFER_SIZE)
  227.         ;sessions COUNT
  228.                 ;acceptable values 8 - 20 default 8
  229.         ;request retries COUNT
  230.                 ;acceptable values 5 - inf. default 20
  231.  
  232. ;netware netbios
  233.         ;Names Management parameters
  234.                 ;names COUNT
  235.                         ;acceptable values 4 - 128 default 26
  236.                 ;internet ON/OFF
  237.                         ;default ON
  238.                 ;broadcast count NUMBER
  239.                         ;acceptable values 1 - inf.
  240.                         ;default 4 if internet ON, 2 if OFF
  241.                 ;broadcast delay NUMBER
  242.                         ;acceptable values 100 - 65535
  243.                         ;default 2000 if internet ON
  244.                         ;default 1000 if internet OFF
  245.         ;Session Creation parameters
  246.                 ;sessions NUMBER
  247.                         ;acceptable values 4 - 128 default 32
  248.                 ;retry delay NUMBER
  249.                         ;acceptable values - no min or max - default 500
  250.                 ;retry count NUMBER
  251.                         ;acceptable values - no min or max - default 20
  252.         ;Session Timer parameters
  253.                 ;abort timeout NUMBER
  254.                         ;acceptable values 500 - inf. default 30000
  255.                 ;verify timeout NUMBER
  256.                         ;acceptable values 100 - 65535 default 3000
  257.                 ;listen timeout NUMBER
  258.                         ;acceptable values 200 - 65535 default 6000
  259.         ;Other parameters
  260.                 ;commands NUMBER
  261.                         ;acceptable values 4 - 128 default 12
  262.                         ;this is the number of outstanding NetBIOS commands
  263.                         ;which can be waiting for completion
  264.  
  265. ;netware spooler
  266.         ;form NUMBER - default 0
  267.         ;copies NUMBER - default 1
  268.         ;keep|no keep (continue printing if capture interrupted) - default keep
  269.         ;size NUMBER (number of spaces per tab) - default 8
  270.         ;tabs|no tabs - default no tabs
  271.         ;name STRING (username printed on banner) -default userid
  272.         ;banner|no banner - default banner
  273.         ;form feed|no form feed - default form feed
  274.         ;maxsetup NUMBER (max chars in setup string) - default 256
  275.         ;maxreset NUMBER (max chars in reset string) - default 256
  276.     ;spooler params are for NPRINT ONLY!
  277.  
  278. ;mailslots
  279.         ;broadcasts 0|1 (whether broadcasts are sent across internet router)
  280.                 ;Zero is local transmission only (default)
  281.         ;default mailslot size NUMBER - (number of bytes of mail-slot message
  282.                 ;to acculate 0-65536 - default 20000
  283. ; Mailslots are not supported in 1.3 Requester
  284.  
  285. ;named pipes
  286.         ;client sessions NUMBER
  287.         ;server sessions NUMBER
  288.         ;service threads NUMBER
  289.                 ;client sessions 3 - 128 default 16
  290.                 ;server sessions 2 - 255 default 32
  291.                 ;NOTE: SPX default of 16 MUST be increased to use 32 server
  292.                 ;sessions
  293.                 ;service threads 1 - 32 default 3
  294.  
  295. ; <END OF FILE>
  296.