![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-08-13 01:10 |
47,811 topics / 349,897 posts / today 0 new / 48,256 members |
| DOS媒体世界 & 网络技术 (多媒体室) » Surfing the Internet under DOS |
| Printable Version 4,079 / 26 |
| Floor1 z640919a | Posted 2007-01-30 10:38 |
| 初级用户 Posts 72 Credits 157 | |
|
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.
|
|
| Floor2 Michael | Posted 2007-02-02 21:49 |
| 钻石会员 Posts 3,041 Credits 10,056 | |
|
Using Lynx is very simple. Just configure wattcp.cfg properly, don't load unnecessary TSR programs, and only load one packet driver.
|
|
| Floor3 z640919a | Posted 2007-02-02 23:36 |
| 初级用户 Posts 72 Credits 157 | |
|
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?
|
|
| Floor4 Michael | Posted 2007-02-03 02:52 |
| 钻石会员 Posts 3,041 Credits 10,056 | |
|
Of course, same as the real machine.
|
|
| Floor5 z640919a | Posted 2007-02-03 05:26 |
| 初级用户 Posts 72 Credits 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 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. |
|
| Floor6 Michael | Posted 2007-02-03 09:22 |
| 钻石会员 Posts 3,041 Credits 10,056 | |
|
Please provide the system.ini and protocol.ini files from the installation directory of your MS Network Client.
|
|
| Floor7 z640919a | Posted 2007-02-03 09:29 |
| 初级用户 Posts 72 Credits 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 |
|
| Floor8 Michael | Posted 2007-02-03 10:28 |
| 钻石会员 Posts 3,041 Credits 10,056 | |
|
Add the following lines to PROTOCOL.INI:
|
|
| Floor9 z640919a | Posted 2007-02-03 23:48 |
| 初级用户 Posts 72 Credits 157 | |
|
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?
|
|
| Floor10 Michael | Posted 2007-02-04 06:57 |
| 钻石会员 Posts 3,041 Credits 10,056 | |
|
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
|
|
| Floor11 z640919a | Posted 2007-02-04 08:31 |
| 初级用户 Posts 72 Credits 157 | |
|
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. |
|
| Floor12 z640919a | Posted 2007-02-04 08:35 |
| 初级用户 Posts 72 Credits 157 | |
|
标题:DosLynx 加载错误
DOSLYNX 加载错误 返回热列表 DosLynx 无法加载请求的 URL。 这可能是由于无效的 URL 或者由于远程主机不可访问。 如果此错误是尝试读取 USENET 新闻组的结果, 该新闻组可能不存在。 检查消息框以获取特定错误。 |
|
| Floor13 Michael | Posted 2007-02-04 09:19 |
| 钻石会员 Posts 3,041 Credits 10,056 | |
|
Configure the nameserver IP address in wattcp.cfg. For example:
nameserver=192.168.0.1 |
|
| Floor14 z640919a | Posted 2007-02-04 10:02 |
| 初级用户 Posts 72 Credits 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 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? |
|
| Floor15 z640919a | Posted 2007-02-04 10:14 |
| 初级用户 Posts 72 Credits 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 ). Still not working. Is it a problem with the ASCII mode? |
|
| 1 2 Next |
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |