『楼 主』:
无盘DOS联网问题??
使用 LLM 解释/回答一下
服务器是Windows 2000 adv Server版
安裝了協議 Microsoft client
Client for netware
tcp/ip
NWLink netbios
ipx/netbios
Microsoft file and printer share
在服务器上安装了DHCP,固定IP是192.168.1.1
共享了e:\share文件夾
客戶机在DOS下用,无盘dos用的是FTFP32+winima做的。
运行命令为
net init --> 执行成功
NWLINK --> 执行成功 (协议)
net start --> 执行成功
net use z: \\win2000\share 提示无法执行,通道受阻
dOS联网的system.ini文件如下:
[network]
sizworkbuf=1498
filesharing=no
printsharing=no
autologon=yes
computername=QAFT
lanroot=a:\NET
username=QAFT
workgroup=workgroup
reconnect=yes
dospophotkey=N
lmlogon=0
logondomain=workgroup
preferredredir=full
autostart=full
maxconnections=8
[network drivers]
netcard=e100b.dos
transport=ndishlp.sys
devdir=a:\NET
LoadRMDrivers=yes
[Password Lists]
protocol.ini文件:
[network.setup]
version=0x3110
netcard=ms$ne2clone,1,MS$NE2CLONE,1
transport=ms$nwlink,MS$NWLINK
transport=ms$ndishlp,MS$NDISHLP
lana0=ms$ne2clone,1,ms$nwlink
lana1=ms$ne2clone,1,ms$ndishlp
[MS$NWLINK]
FRAME=ETHERNET_802.2
DriverName=nwlink$
BINDINGS=MS$NE2CLONE
[MS$NE2CLONE]
IOBASE=0x300
INTERRUPT=3
DriverName=E100B$
[protman]
DriverName=PROTMAN$
PRIORITY=MS$NDISHLP
[MS$NDISHLP]
DriverName=ndishlp$
BINDINGS=MS$NE2CLONE
客户机用的网络芯片是Intel 82562,,加载的E100b.dos驱动(客户机用的是无盘DOS).
客户机在无盘Windows里面与服务器连接正常.
请指导怎么连不上?是不是跟无盘DOS环境有关?。。。。
The server is Windows 2000 adv Server edition.
Installed protocols: Microsoft client, Client for netware, tcp/ip, NWLink netbios, ipx/netbios, Microsoft file and printer share.
DHCP is installed on the server, and the fixed IP is 192.168.1.1.
Shared the e:\share folder.
The client is used under DOS, and the diskless DOS uses FTFP32 + winima.
The running commands are:
net init --> execution successful
NWLINK --> execution successful (protocol)
net start --> execution successful
net use z: \\win2000\share prompts that it cannot be executed, channel blocked.
The system.ini file for DOS networking is as follows:
sizworkbuf=1498
filesharing=no
printsharing=no
autologon=yes
computername=QAFT
lanroot=a:\NET
username=QAFT
workgroup=workgroup
reconnect=yes
dospophotkey=N
lmlogon=0
logondomain=workgroup
preferredredir=full
autostart=full
maxconnections=8
netcard=e100b.dos
transport=ndishlp.sys
devdir=a:\NET
LoadRMDrivers=yes
protocol.ini file:
version=0x3110
netcard=ms$ne2clone,1,MS$NE2CLONE,1
transport=ms$nwlink,MS$NWLINK
transport=ms$ndishlp,MS$NDISHLP
lana0=ms$ne2clone,1,ms$nwlink
lana1=ms$ne2clone,1,ms$ndishlp
FRAME=ETHERNET_802.2
DriverName=nwlink$
BINDINGS=MS$NE2CLONE
IOBASE=0x300
INTERRUPT=3
DriverName=E100B$
DriverName=PROTMAN$
PRIORITY=MS$NDISHLP
DriverName=ndishlp$
BINDINGS=MS$NE2CLONE
The network chip used by the client is Intel 82562, and the loaded E100b.dos driver is used (the client uses diskless DOS).
The client is connected normally with the server in diskless Windows.
Please guide why it cannot connect? Is it related to the diskless DOS environment? ......
|