Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

NT DOS LOGON????

4 views
Skip to first unread message

Daniel

unread,
Jul 12, 1999, 3:00:00 AM7/12/99
to
Hi there,
Can anyone tell me how to load pcmcia nic card to logon to
NT?
I have created two NT server logon diskette from the Network
administrator, TCP/IP and IPX/SPX.

I have a Xircom CEM33 credit card modem/Network and 3com
3c589. Please tell me what to load and alter in the diskette before I can
access the card to logon to the NT server?

Thank you very much.


Daniel

Prince

unread,
Jul 12, 1999, 3:00:00 AM7/12/99
to
1. Download the appropriate MS-DOS drivers from the manufacturer's
Web site.

For example, the driver for Xircom CEM33 is:

XPSNDIS.EXE

Available from...
http://www.xircom.com/tech/software/cem33i.html
[CEM33DRV.EXE - self-extracting file]

This driver should be placed in the Net directory on the MS-DOS
startup disk (A:\Net).

2. Modify the System.ini file. This entry is found in the [network
drivers] section, as below:

[network drivers]
netcard=XPSNDIS.EXE
transport=tcpdrv.dos,nemm.dos
devdir=A:\NET
LoadRMDrivers=yes

For "netcard=" replace the current driver with the file name of
the NDIS2-compatible driver placed in the Net directory.

3. Modify the Protocol.ini file. The NIC driver needs to be
referenced in the Protocol.ini file.

For example if using TCP/IP:

[network.setup]
version=0x3110
netcard=ms$xirc,1,MS$XIRC,1
transport=tcpip,TCPIP
lana0=ms$xirc,1,tcpip

[ms$xirc]
DRIVERNAME=XIRCOM$
IOADDRESS = 0x320
INT = 5
MEM = 0xD2000

[protman]
drivername=PROTMAN$
PRIORITY=MS$NDISHLP

[tcpip]
NBSessions=6
DefaultGateway0=192 168 0 1
SubNetMask0=255 255 255 0
IPAddress0=192 168 0 10
DisableDHCP=1
DriverName=TCPIP$
BINDINGS=ms$xirc
LANABASE=0

For "drivername=," replace the driver listed with the file name of
the NDIS2-compatible driver; use a dollar sign ($) to replace the
file extension. Change the TCP/IP address information if
necessary.

If you get resource conflicts modify the [ms$xirc] section in
Protocol.ini.

0 new messages