home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Internet 2000 December
/
MICD_2000_12_NR1.iso
/
Dreamnet
/
drivery
/
SMC
/
1211.exe
/
WFW311
/
NET.CFG
next >
Wrap
Text File
|
1998-07-15
|
2KB
|
59 lines
; **************************************************************************
; Sample NET.CFG file for SMC1211TX PCI Ethernet ODI driver
; **************************************************************************
;
Link Driver SMC1211
;
; When using two or more adapters in a single machine, it is necessary to
; specifiy which adapter should be used. The following two parameters are
; used for this purpose:
;
; BUSNO NN, where NN is the PCI bus identifier of the PCI bus which connects
; to the adapter.
; DEVICENO NN, where NN is the specific PCI BIOS device identification number
; of the specified PCI adapter.
;
; BUSNO 0
; DEVICENO 9
;
; or you can use ETHERID to designate adapter by its Node Address
;
; ETHERID <adapter's node address>
;
; ETHERID 52544c812901
;
; Remove the semi-colon in front of the frame type you will use.
; This frame type must match what the NetWare server is using.
; FRAME Ethernet_802.2
; FRAME Ethernet_802.3
; FRAME Ethernet_SNAP
; FRAME Ethernet_II
;
;
; This is the driver default
;
FRAME ETHERNET_802.2
;
; Specify adapter's medium which identifys adapter's speed and duplex mode.
; There are five medium values: AUTO, 10HALF, 10FULL, 100HALF, 100FULL.
; For Example:
;
; MEDIUM AUTO ;operate on auto negotiation mode
; MEDIUM 10HALF ;operate on 10M/HalfDuplex mode
; MEDIUM 10FULL ;operate on 10M/Fullduplex mode
; MEDIUM 100HALF ;operate on 100M/HalfDuplex mode
; MEDIUM 100FULL ;operate on 100M/Fullduplex mode
;
NetWare DOS Requester
FIRST NETWORK DRIVE = F
NETWARE PROTOCOL = NDS BIND
MAX IPG = 0
; If you know the name of your preferred server, remove the
; semi-colon below and enter the preferred server name after
; the equal sign.
;preferred server =
;
; %VER NET.CFG - sample Netware DOS ODI configuration file V4.1d