|
This sample is for one Intel EtherExpress PRO/10 adapter in a
workstation, running TCP/IP and IPX
concurrently:
NET.CFG
Link Support
Buffers 8 1568
MemPool 4096
; This provides the INTEL card specific setup
Link Driver EPROODI
PORT 300
INT 11
Frame Ethernet_802.3 ; <--- You must have Novell frame
Frame Ethernet_II ; <--- As well as TCP/IP frame
Protocol IPX 0 Ethernet_802.3 ; <-- and IPX uses 802.3 by default
; This section sets up the TCPIP parameters
Protocol TCPIP
ip_address 134.242.1.36 ; address of this workstation
ip_router 134.242.1.254 ; address of the network router
ip_netmask 255.255.255.0
etc....
; This section may actually be omitted if there is only one card
; in the machine and only one Link Driver section, IPXODI will take as
; default the only driver given.
Protocol IPX
Bind 1
The AUTOEXEC.BAT would include the following commands in the order noted
here:
LSL
EPROODI
IPXODI
NETX ; this can be before or after tcpip stuff
TCPIP ;for TCP/IP under LWP
If IPTUNNEL is being used, then the following must be added to the
NET.CFG:
Link Driver IPTUNNEL
gateway 255.255.255.255
gateway 134.242.1.27 <-- IP address of Netware server
port 213
checksum Yes
The following line must be changed:
PROTOCOL IPX
BIND IPTUNNEL Instead of Bind 1, if using IPXODI v2.x or later
The AUTOEXEC.BAT should include the following commands in the order
below if IPTUNNEL is used:
LSL
EXP16ODI
TCPIP
IPTUNNEL
IPXODI
NETX
This applies to:
|