I want to make two network cards work simultaneously under the DOS system. The interrupts, addresses, and drivers in protocol.ini are all correct, but how to change it to two network cards in TCP/IP???
[TCPIP]
NBSessions=6
DefaultGateway0=192 168 0 100
SubNetMask0=255 255 255 0
IPAddress0=192 168 0 103
DisableDHCP=1
DriverName=TCPIP$
BINDINGS=MS$NE2CLONE2
LANABASE=0
The above is the binding for the second network card. Then how to add the first one?
[TCPIP]
NBSessions=6
DefaultGateway0=192 168 0 100
SubNetMask0=255 255 255 0
IPAddress0=192 168 0 103
DisableDHCP=1
DriverName=TCPIP$
BINDINGS=MS$NE2CLONE2
LANABASE=0
The above is the binding for the second network card. Then how to add the first one?
