-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
networking tooling and help documentation #63
Comments
this could actually be part of some supplemental "networking" floppy which would include:
With a little of extra work such floppy could also solve #20 (so the SvarDOS installer would not need to be bothered with network-related things, it would be a separate step) |
http://brutmanlabs.org/mTCP/ should be happy with an 8088. |
All true, but it's not really the problem. The issue is that "right now" we do not have much in the packages repo to help in such network-debugging situations. So it's part of a wider problem. Mateusz |
Maybe good for inspiration, although no sources are provided.
You can grab this from https://dunfield.themindfactory.com/sdnld.htm |
Older WATTCP releases already come with 16-bit |
Although IIRC without DHCP support. :) Maybe it had basic BOOTP, but I'm not sure. I think that what we actually need is the ping from Watt32 (most up to date + DHCP support), but compiled to the 16-bit target. But again, it's just one piece of a larger puzzle. |
Today I installed SvarDOS in 86box with an emulated 8088, but failed to configure networking, ie. pkgnet keeps failing. I am not sure if this is 86box problem, a bad packet driver (although I tried several), a SLiRP incompatibility or a limitation of the WatTCP DHCP/BOOTP code.
Point being - there are no tools to investigate such troubles. Even stupid ping.exe requires a 386.
Hence some network tooling would be very welcome. At least a 16-bit ping, maybe also arping, perhaps some tcpdump-like tool, ideally also a verbose DHCP client.
Also the networking documentation would really need to be extended with some useful debugging tips about what to look for when networking does not work out of the box and which tools to rely on.
The text was updated successfully, but these errors were encountered: