China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-08-13 03:57
中国DOS联盟论坛 » DOS媒体世界 & 网络技术 (多媒体室) » Surfing the Internet under DOS View 4,086 Replies 26
Original Poster Posted 2007-01-30 10:38 ·  中国 江西 电信
初级用户
★★
Credits 157
Posts 72
Joined 2006-10-22 22:03
19-year member
UID 67750
Gender Male
Status Offline
Several days have passed, I don't know how to access the Internet under DOS. I can ping, but I don't know how to use the browser. The memory is also insufficient, with a maximum of only 486K. I hope the boss or expert can make a tutorial using VM or VPC. Thanks.
Floor 2 Posted 2007-02-02 21:49 ·  中国 山东 济宁 联通
钻石会员
★★★★★
Credits 10,056
Posts 3,041
Joined 2002-11-11 00:00
23-year member
UID 223
Gender Male
Status Offline
Using Lynx is very simple. Just configure wattcp.cfg properly, don't load unnecessary TSR programs, and only load one packet driver.
简单就是美
Floor 3 Posted 2007-02-02 23:36 ·  中国 江西 吉安 井冈山市 电信
初级用户
★★
Credits 157
Posts 72
Joined 2006-10-22 22:03
19-year member
UID 67750
Gender Male
Status Offline
Only TCPTSR (76.78K) and NMTSR (6.16K). Try using lynx. Thank you for your answer. Can you connect to the Internet using NET or bridge in VM or VPC?
Floor 4 Posted 2007-02-03 02:52 ·  中国 山东 济宁 联通
钻石会员
★★★★★
Credits 10,056
Posts 3,041
Joined 2002-11-11 00:00
23-year member
UID 223
Gender Male
Status Offline
Of course, same as the real machine.
简单就是美
Floor 5 Posted 2007-02-03 05:26 ·  中国 江西 吉安 井冈山市 电信
初级用户
★★
Credits 157
Posts 72
Joined 2006-10-22 22:03
19-year member
UID 67750
Gender Male
Status Offline
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

There is "NO PACKET DRIVER FOUND" when using lynx in VPC5.2Z. dis_pkt.dos has been loaded in config.sys. How to convert NDIS2 driver to Packet. I have read http://www.cn-dos.net/forum/viewthread.php?tid=15347, but still can't convert to Packet. Hope to get a detailed answer, thanks.
Floor 6 Posted 2007-02-03 09:22 ·  中国 山东 济宁 联通
钻石会员
★★★★★
Credits 10,056
Posts 3,041
Joined 2002-11-11 00:00
23-year member
UID 223
Gender Male
Status Offline
Please provide the system.ini and protocol.ini files from the installation directory of your MS Network Client.
简单就是美
Floor 7 Posted 2007-02-03 09:29 ·  中国 江西 吉安 井冈山市 电信
初级用户
★★
Credits 157
Posts 72
Joined 2006-10-22 22:03
19-year member
UID 67750
Gender Male
Status Offline
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
Floor 8 Posted 2007-02-03 10:28 ·  中国 山东 济宁 联通
钻石会员
★★★★★
Credits 10,056
Posts 3,041
Joined 2002-11-11 00:00
23-year member
UID 223
Gender Male
Status Offline
Add the following lines to PROTOCOL.INI:


DriverName=PKTDRV$
BINDINGS=DC21X4
INTVEC=0X60
简单就是美
Floor 9 Posted 2007-02-03 23:48 ·  中国 江西 吉安 井冈山市 电信
初级用户
★★
Credits 157
Posts 72
Joined 2006-10-22 22:03
19-year member
UID 67750
Gender Male
Status Offline
I used to add it too, but it still doesn't work. Specifying the IP address doesn't work either. I've tried many methods and it still doesn't work. There will be "NO PACKET DRIVER FOUND". Is it already connected? What other methods are there to confirm whether the PACKET DRIVER has been loaded?
Floor 10 Posted 2007-02-04 06:57 ·  中国 山东 济宁 联通
钻石会员
★★★★★
Credits 10,056
Posts 3,041
Joined 2002-11-11 00:00
23-year member
UID 223
Gender Male
Status Offline
From the boot information, it doesn't seem that dis_pkt.dos was loaded at all. Remove the line with dis_pkt.dos from config.sys, copy dis_pkt.dos to the net installation directory, and then modify system.ini in the net directory


netcard=DC21X4.DOS
transport=tcpdrv.dos,nemm.dos,dis_pkt.dos
devdir=C:\NET
LoadRMDrivers=yes
简单就是美
Floor 11 Posted 2007-02-04 08:31 ·  中国 江西 电信
初级用户
★★
Credits 157
Posts 72
Joined 2006-10-22 22:03
19-year member
UID 67750
Gender Male
Status Offline
config.sys also loads dis_pkt.dos into memory. Now it should be able to go online (already logged into an external FTP server). So happy, thank you. When downloading with FTP, there is a "WATTCP" socket error. I don't know what it means.

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

The wattcp.cfg for LYNX is also configured this way, and an error occurs.
Floor 12 Posted 2007-02-04 08:35 ·  中国 江西 电信
初级用户
★★
Credits 157
Posts 72
Joined 2006-10-22 22:03
19-year member
UID 67750
Gender Male
Status Offline
标题:DosLynx 加载错误



DOSLYNX 加载错误

返回热列表




DosLynx 无法加载请求的 URL。

这可能是由于无效的 URL

或者由于远程主机不可访问。

如果此错误是尝试读取 USENET 新闻组的结果,


该新闻组可能不存在。

检查消息框以获取特定错误。
Floor 13 Posted 2007-02-04 09:19 ·  中国 山东 济宁 联通
钻石会员
★★★★★
Credits 10,056
Posts 3,041
Joined 2002-11-11 00:00
23-year member
UID 223
Gender Male
Status Offline
Configure the nameserver IP address in wattcp.cfg. For example:
nameserver=192.168.0.1
简单就是美
Floor 14 Posted 2007-02-04 10:02 ·  中国 江西 电信
初级用户
★★
Credits 157
Posts 72
Joined 2006-10-22 22:03
19-year member
UID 67750
Gender Male
Status Offline
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

Okay, I configured the nameserver's IP address in wattcp.cfg. I tried using 192.168.0.1 and the DNS server address. Why did FTP start up? Do I need to use BYE to exit?
Floor 15 Posted 2007-02-04 10:14 ·  中国 江西 电信
初级用户
★★
Credits 157
Posts 72
Joined 2006-10-22 22:03
19-year member
UID 67750
Gender Male
Status Offline
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 ).

Still not working. Is it a problem with the ASCII mode?
Forum Jump: