中国DOS联盟论坛

中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --
联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
游客 | 登录 | 注册 | 会员 | 搜索 | 中国DOS联盟
中国DOS联盟论坛
现在时间是 2026-08-12 23:23
47,811 主题排行 / 349,897 发帖 / 今日 0 篇 / 48,256 会员排行
DOS媒体世界 & 网络技术 (多媒体室) » DOS下上Internet
可打印版本  4,075 / 26
第1楼 z640919a 发表于 2007-01-30 10:38
初级用户 发帖 72 积分 157
DOS下上Internet
几天了,DOS下上Internet不知怎样,能PING通,可浏览器不会用,内存也不够,最多只有486K。盼老大或高手能否用VM 或VPC做个教程,谢谢了。
第2楼 Michael 发表于 2007-02-02 21:49
钻石会员 发帖 3,041 积分 10,056
用lynx,很简单,配置好wattcp.cfg就可以了,不要加载不必要的tsr程序,只加载一个packet driver就可以了。
第3楼 z640919a 发表于 2007-02-02 23:36
初级用户 发帖 72 积分 157
只有TCPTSR(76.78K)和NMTSR(6.16K),试一下用lynx,谢谢你的回答。在VM 或VPC里能否用NET或桥连上Internet。
第4楼 Michael 发表于 2007-02-03 02:52
钻石会员 发帖 3,041 积分 10,056
当然,和真实机器一样。
第5楼 z640919a 发表于 2007-02-03 05:26
初级用户 发帖 72 积分 157
MS-DOS LAN Manager v2.1 Netbind
Performing Power-Up Autosense...
Switching between 10BaseT and 100BaseTx...
Selected media: 100BaseTx (TP 100) Autosense
Initializing TCP/IP via DHCP....
Microsoft DOS TCP/IP 1.0a
C:\>ping 192.168.0.1
Copyright (c) Microsoft Corporation, 1991-1993. All rights reserved.
Copyright (c) Hewlett-Packard Corporation, 1985-1993. All rights reserved.
Copyright (c) 3Com Corporation, 1985-1993. All rights reserved.
echo received from 192.168.0.1 with roundtrip < 50 msec

VPC5.2Z中用lynx出现 “NO PACKET DRIVER FOUND ”已在config.sys中加载dis_pkt.dos。NDIS2驱动程序怎样转成Packet 。看过http://www.cn-dos.net/forum/viewthread.php?tid=15347,就是不能转成Packet。望能得到详细解答,谢谢了
第6楼 Michael 发表于 2007-02-03 09:22
钻石会员 发帖 3,041 积分 10,056
把你ms network client安装目录下的的system.ini和protocol.ini贴上来。
第7楼 z640919a 发表于 2007-02-03 09:29
初级用户 发帖 72 积分 157
1.PROTOCOL.INI
[network.setup]
version=0x3110
netcard=DC21X4,1,DC21X4,1
transport=tcpip,TCPIP
lana0=DC21X4,1,tcpip

[TCPIP]
NBSessions=6
DefaultGateway1=
DefaultGateway0=
SubNetMask0=255 255 255 0
IPAddress0=
DisableDHCP=0
DriverName=TCPIP$
BINDINGS=DC21X4
LANABASE=0

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

2.SYSTEM.INI
[network]
sizworkbuf=1498
filesharing=no
printsharing=no
autologon=yes
computername=HXPHH
lanroot=C:\NET
username=HXPHH
workgroup=WORKGROUP
reconnect=yes
dospophotkey=N
lmlogon=0
logondomain=WORKGROUP
preferredredir=basic
autostart=basic
maxconnections=8

[network drivers]
netcard=DC21X4.DOS
transport=tcpdrv.dos,nemm.dos
devdir=C:\NET
LoadRMDrivers=yes

[386enh]
TimerCriticalSection=5000
UniqueDosPSP=TRUE
PSPIncrement=2

[Password Lists]
*Shares=C:\NET\Share000.PWL
第8楼 Michael 发表于 2007-02-03 10:28
钻石会员 发帖 3,041 积分 10,056
PROTOCOL.INI添加以下几行:
第9楼 z640919a 发表于 2007-02-03 23:48
初级用户 发帖 72 积分 157
原来也加过,但还是不行呀,指定IP地址也不行,试过好多方法都不行,会有“NO PACKET DRIVER FOUND”。是不是已连上,还有什么方法来确认是不是已加载PACKET DRIVER。
第10楼 Michael 发表于 2007-02-04 06:57
钻石会员 发帖 3,041 积分 10,056
从启动信息上看根本就没加载dis_pkt.dos啊。
把dis_pkt.dos行从config.sys里去掉,把dis_pkt.dos拷到net安装目录下,然后修改net目录下的system.ini


netcard=DC21X4.DOS
transport=tcpdrv.dos,nemm.dos,dis_pkt.dos
devdir=C:\NET
LoadRMDrivers=yes
第11楼 z640919a 发表于 2007-02-04 08:31
初级用户 发帖 72 积分 157
config.sys加载内存也有dis_pkt.dos,现在应该上Internet了(已登录外网FTP服务器),太高兴了,谢谢你。用FTP下载时有“WATTCP” 插口错误,不知什么意思

wattcp.cfg
my_ip = 192.168.0.2
netmask = 255.255.255.0
gateway = 192.168.0.1

还有LYNX的wattcp.cfg也是这样配制的,出现错误。
第12楼 z640919a 发表于 2007-02-04 08:35
初级用户 发帖 72 积分 157
TITLE: DosLynx Load Error


DOSLYNX LOAD ERROR

Return to Hotlist



DosLynx was unable to load the requested URL.

This could be due to an invalid URL

or due to the remote host being unaccessible.

If this error is the result of an attempt to read a USENET News group,

the group may not exist.

Check the Message Box for a specific error.
第13楼 Michael 发表于 2007-02-04 09:19
钻石会员 发帖 3,041 积分 10,056
wattcp.cfg再配置上nameserver的ip地址
比如:
nameserver=192.168.0.1
第14楼 z640919a 发表于 2007-02-04 10:02
初级用户 发帖 72 积分 157
Microsoft DOS TCP/IP Protocol Driver 1.0a
Copyright (c) Microsoft Corporation, 1991. All rights reserved.
Copyright (c) Hewlett-Packard Corporation, 1985-1991. All rights reserved.
Copyright (c) 3Com Corporation, 1985-1991. All rights reserved.
Microsoft DOS TCP/IP NEMM Driver 1.0
MAC/DIS to Packet Driver converter loaded. Version 1.07
Copyright 1991 FTP Software, Inc. All rights reserved.
v1.07 by Joe R. Doupnik, jrd@cc.usu.edu, Utah State Univ, 18 May 1991
The command completed successfully.
Killer v1.0 Copyright 1995 Vincent Penquerc'h. All Rights Reserved.
Killer installed in memory.
DOSKEY installed.
DOSLFN 0.32o: high loaded consuming 11840 bytes.

CuteMouse v1.9.1
Installed at PS/2 port

Now you are in MS-DOS 7.10 prompt. Type 'HELP' for help.

MS-DOS LAN Manager v2.1 Netbind
Performing Power-Up Autosense...
Switching between 10BaseT and 100BaseTx...
Selected media: 100BaseTx (TP 100) Autosense
Microsoft DOS TCP/IP 1.0a

好的,wattcp.cfg配置上nameserver的ip地址,我用192.168.0.1和DNS 服务器地址试试,怎么FTP也启动了,是不是要用BYE才行。
第15楼 z640919a 发表于 2007-02-04 10:14
初级用户 发帖 72 积分 157
FTP> cd 22712261
250 Directory changed to /22712261
FTP> get key_1985.txt
200 PORT Command successful.
150 Opening ASCII mode data connection for key_1985.txt (47 Bytes).
WATTCP socket error: -1
425 Cannot open data connection.
Transfer of 0 Kbytes (0 bytes) in 26034.95 seconds ( 0.00 Kbytes/s ).

还是不行,是不是ASCII 方式问题
1 2  下一页
[ 联系联盟系统管理团队 - 中国DOS联盟 - 标准版 ]
Sponsored by ifanr Inc | © 2001–2023