|
qzxym
中级用户
  
积分 210
发帖 39
注册 2002-12-30
状态 离线
|
『楼 主』:
Packet Driver 和 Ms Client 的疑惑
使用 LLM 解释/回答一下
1、我想用Packet Driver驱动的TELNET,又想同时使用MS CLIENT 3的IPX协议连接Novell,可是两者不能兼容,即使在运行telnet后用Packet Driver -u 卸掉驱动也没用,只要一运行NETX立马死机;
2、我又换了思路,用MS CLIENT的 net use f: \\pc\share 的方法共享服务器的目录,一旦运行Packet Driver后则原来的F:又不可访问了。
是否真的没有办法呢?谁有这方面的经验帮我呢 ?
1、I want to use TELNET driven by Packet Driver, and also want to use the IPX protocol of MS CLIENT 3 to connect to Novell at the same time, but the two are not compatible. Even if I unload the driver with Packet Driver -u after running telnet, it doesn't work. As soon as I run NETX, it crashes immediately;
2、I changed my idea again. I used the method of MS CLIENT's net use f: \\pc\share to share the directory of the server. Once I run Packet Driver, the original F: can't be accessed anymore.
Is there really no way? Who has experience in this area to help me?
|
|
2005-3-15 00:00 |
|
|
freshblood
初级用户
 
积分 102
发帖 1
注册 2005-3-16
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
是不是 packet driver 和 msclient30 不兼容啊??
我的 机器运行msclient30后正常,ping成功,但是运行packet driver后,ping马上失败!!
希望高手解答
Is there an incompatibility between packet driver and msclient30?
My machine runs normally after running msclient30, and ping is successful, but after running packet driver, ping fails immediately!
Hope an expert can answer
|
|
2005-3-16 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
可以試試協議轉換工具,比如ODIPKT之類的軟件,可以同時支持網卡的ODI和Packet等驅動程序。
You can try protocol conversion tools, such as software like ODIPKT, which can support both ODI and Packet driver programs for network cards at the same time.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2005-4-14 00:00 |
|
|
wwj402
初级用户
 
积分 133
发帖 19
注册 2005-4-14
状态 离线
|
|
2005-4-14 00:00 |
|
|
xugaohui
高级用户
   
积分 774
发帖 293
注册 2003-4-16 来自 湖北仙桃
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
http://freehost24.websamba.com/xghbest/dosnet.htmlDIS_PKT.DOS将 PACKET 驱动程序转化成符合 NDIS 标准的驱动程序.也就是说只要有了某网对应的packet驱动程序就可以实现局域网资源共享.
通常数据包和ndis两种驱动程序是有内存冲突。但数据包和undi是没有内存冲突,可同时使用的。测试成功。
http://freehost24.websamba.com/xghbest/dosnet.htmlDIS_PKT.DOS converts the PACKET driver into a driver compliant with the NDIS standard. That is to say, as long as there is a corresponding packet driver for a network, LAN resource sharing can be realized.
Usually, there is a memory conflict between packet and NDIS drivers. But there is no memory conflict between packet and UNDI, and they can be used simultaneously. The test was successful.
|

下载
09年7月7日 更新
感谢网友 囧HQY 提供空间 |
|
2005-4-18 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
楼上的,说反了(或者说和我的用法正好相反,我觉得没有必要用到UNDI driver的),DIS_PKT.DOS是将网卡的NDIS2驱动程序转成Packet Driver驱动程序,或者也可以叫作"packet shim"。它可以用于MS Client之类的LAN中,以在加载了网卡的NDIS2驱动程序后同时提供Packet驱动程序接口(在protocol.ini和system.ini中简单设置一下即可),而且占用的内存很少。我以前用过的,还不错,可以同时使用LAN及用Lynx浏览器上网。
The person upstairs, you got it reversed (or it's exactly the opposite of how I use it, I don't think it's necessary to use the UNDI driver). DIS_PKT.DOS converts the NDIS2 driver of the network card into a Packet Driver driver, or it can also be called "packet shim". It can be used in LANs like MS Client, etc., to provide a Packet driver interface while the NDIS2 driver of the network card is loaded (just set it simply in protocol.ini and system.ini), and it occupies very little memory. I used it before, and it's not bad, and I can use both LAN and surf the Internet with Lynx browser at the same time.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2005-4-18 00:00 |
|
|
xugaohui
高级用户
   
积分 774
发帖 293
注册 2003-4-16 来自 湖北仙桃
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
却实是我搞反了。DIS_PKT.DOS是将网卡的NDIS2驱动程序转成Packet Driver驱动程序的。
It is indeed that I got it reversed. DIS_PKT.DOS is the one that converts the NDIS2 driver of the network card into the Packet Driver driver.
|

下载
09年7月7日 更新
感谢网友 囧HQY 提供空间 |
|
2005-4-30 00:00 |
|
|
kugui
中级用户
   DOS新人类
积分 225
发帖 34
注册 2005-6-16
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
六楼的管理员大哥:请问DIS_PKT.DOS哪里有下载啊,使用时protocol.ini和system.ini该改哪些内容?
Brother Administrator on the sixth floor: Could you please tell me where to download DIS_PKT.DOS? What content should be modified in protocol.ini and system.ini when using it?
|

!!新手上路,请多指教!!
我的E_MAIL:yduzho@21cn.com
我的QQ:419489
|
|
2005-6-16 00:00 |
|
|
kugui
中级用户
   DOS新人类
积分 225
发帖 34
注册 2005-6-16
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
各位:请问DIS_PKT.DOS哪里有下载啊,使用时protocol.ini和system.ini该改哪些内容?我的邮箱:yduzho@21cn.com
Everyone: May I ask where to download DIS_PKT.DOS? What content should be changed in protocol.ini and system.ini when using it? My email: yduzho@21cn.com
|

!!新手上路,请多指教!!
我的E_MAIL:yduzho@21cn.com
我的QQ:419489
|
|
2005-6-16 00:00 |
|
|
Alan666
初级用户
 
积分 136
发帖 48
注册 2005-10-15
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
六楼的老大,解释一下怎样改Protocol.ini和System.ini,多谢
The boss on the sixth floor, explain how to modify Protocol.ini and System.ini, thank you
|
|
2006-6-22 23:15 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
|
2006-6-23 02:36 |
|
|
comxyz
新手上路

积分 10
发帖 5
注册 2006-6-29
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
為運行一個DOS網絡程序,需要加載Packet Driver,但通過Msclient3.0聯網的DOS平台在加載Packet Driver後,所有網絡都ping不通,按照你們所說的,加載了dis_pkt.dos還是不行,請幫助解決,謝謝!!在線等待.
To run a DOS network program, you need to load the Packet Driver. But after loading the Packet Driver on the DOS platform connected via Msclient3.0, all networks cannot be pinged. According to what you said, loading dis_pkt.dos still doesn't work. Please help solve it. Thanks!! Waiting online.
|
|
2006-6-29 15:16 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
Originally posted by comxyz at 2006-6-29 03:16 PM:
為運行一個DOS網絡程序,需要加載Packet Driver,但通過Msclient3.0聯網的DOS平台在加載Packet Driver後,所有網絡都ping不通,按照你們所說的,加載了dis_pkt.dos還� ...
理論上說,加載了dis_pkt.dos就已經提供了Packet的接口而可以上網了,此後一定不要再加載另外的Packet Driver,否則是畫蛇添足適得其反。
Originally posted by comxyz at 2006-6-29 03:16 PM:
To run a DOS network program, you need to load the Packet Driver, but after loading the Packet Driver on the DOS platform connected via Msclient3.0, all networks cannot be pinged. According to what you said, after loading dis_pkt.dos, it still...
Theoretically, after loading dis_pkt.dos, the Packet interface has been provided and you can access the internet. After that, you must not load another Packet Driver, otherwise it is unnecessary and counterproductive.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-6-30 00:31 |
|
|
comxyz
新手上路

积分 10
发帖 5
注册 2006-6-29
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
那加載了DIS_PKT.DOS後,還要加載Msclient3.0所帶的聯網驅動嗎?有相關配置文檔嗎?還有,我在加載DIS_PKT.DOS後,運行相關MRP系統時,還是提示要加載PACKET DRIVER,?? 謝謝!
Then after loading DIS_PKT.DOS, do I still need to load the networking driver from Msclient3.0? Is there any relevant configuration document? Also, after I load DIS_PKT.DOS, when running the relevant MRP system, it still prompts to load PACKET DRIVER. Thanks!
|
|
2006-6-30 10:17 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
Originally posted by comxyz at 2006-6-30 10:17 AM:
那加載了DIS_PKT.DOS後,還要加載Msclient3.0所帶的聯網驅動嗎?有相關配置文檔嗎?還有,我在加載DIS_PKT.DOS後,運行相關MRP系統時,還是提示要加載PACKE ...
不对啊,DOS_PKT.DOS在配置好后是由MSCLIENT 3.0自动加载的,手工去加载当然没用。
Originally posted by comxyz at 2006-6-30 10:17 AM:
After loading DIS_PKT.DOS, do you still need to load the networking driver from Msclient 3.0? Is there any relevant configuration document? Also, after I loaded DIS_PKT.DOS, when running the relevant MRP system, it still prompts to load PACKE...
It's not right. DOS_PKT.DOS is automatically loaded by MSCLIENT 3.0 after being configured, and it's useless to load it manually.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-6-30 11:46 |
|