So, this is fun! I connected a DOS PC to a Windows XP system using a null modem cable. I can browse the web and share files!
The first thing we had to do was install a custom "null modem". Here's the config file for it, and it is also available here: github.com/cml37/dos-util…
From there, we get to add a new modem. Go to "Control Panel", then "Phone and Modem Options." Then fill in the area code, etc. if you get asked to do such!
Next, go to the "Modems" tab. Click "Add". Select "Don't detect my modem...", then "Next", then "Have Disk..." Browse to the location of mdmnull.inf that you downloaded from the previous step.
Choose "Null Modem for epppd for DOS", then "Next", then select your COM port." Then "Next", and finish out the wizard.
Next go to "Network Connections" in Control Panel. Click "Create a new connection". Choose "Set up advanced connection", then "Next". Click "Accept Incoming Connections", then "Next".
Choose "Null Modem for epppd for DOS", then "Next". Then "Do not allow virtual private connections", then "Next." For "User Permissions", just click "Next".
Click "Properties" on "Internet Protocol (TCP/IP)". At this point, I suggest specifying a range of allowed TCP/IP addresses as you see here. From there, finish out the wizard!
Okay, now for the DOS side. First, download dosppp06 and extract epppd.exe and copy it to your DOS PC, you can grab it from here: ibiblio.org/pub/micro/pc-s…
Also go and download Arachne for DOS (I actually used an older version in my first screenshot, but I think this version will be better: glennmcc.org/arachne/)
Now, connect up your null modem cable from the Windows XP PC to the DOS PC!
Next up, on the DOS PC, we are going to load epppd.exe, the DOS packet driver. Here is how I did that
And now, go ahead and run the arachne installer and launch Arachne.
Once installed and launched, Arachne will prompt you for configuration. Choose the packet wizard. Then "Detect packet driver". Then "continue".
For best success, choose "Manual setup" for the next step. Then put in the IP address of the connection, and your gateway and netmask. For the nameserver, I just used Google's (8.8.8.8).
If you need to find your IP address, you can go and look at "properties" for the "unauthenticated user" on the WinXP side, look at the "Details" tab and the "Client IP address"
So, how about file sharing? I set up a NFS server using OpenMediaVault and used the XFS DOS client. I have a video for that! You'd just want to update xfs.bat to use the epppd packet driver, that's it!
And, by the way, I also tried the above procedure using Windows 2000 and it worked too!
Two corrections: for User Permissions, you will want to choose "Guest". Then, when done with the wizard, click on the new connection, go to the Users tab, and select "Always allow directly connected devices such as palmtop computers to connect without providing a password"
See last tweet in the thread! For user permissions, need to choose "Guest"
• • •
Missing some Tweet in this thread? You can try to
force a refresh
I picked up this parallel to IDE CD-ROM thing off of the free table at VCFSW. I got it to work!! Let's talk about it in a quick 🧵
So, first of all, the drive in it is completely toast. Let's swap it out for another IDE drive. Ahh, that's better!
So, let's identify this. First, looks like at least one is available for sale on FleaBay. This looks to be a H45 Technology QuickCD 24x. Can we find drivers for it? I did grab a picture of the controller board in case we needed it.
Okay let's test out the Xircom. Yes I have a ton of these, but I always like to pick up those phantom power cords! First boot was perilous. Let's reseat it and try again.
Okay, now that I wrapped the day and had some dinner, let's post some more pictures from #VCFSW. How about a 🧵 since that might be less chaotic than the way I posted earlier 🤣? Let's go! First, some items for sale from TexElec! We can see his test/demo computer here too!!
Next, Macintoshes, Macintoshes, and more Macintoshes. And look at that Kaypro sign! And the Teddy Ruxpins 😂
Okay, now let's look at a really cool project! Here we have the Macintosh Hexdra 650. This system has a 608060 CPU! It's currently running FreeBSD. What a cool project!!
A few days ago, I had the Compaq laptop fleet out! Recently, I had "redone" my DOS/Win3.11 setup. I wanted to copy this new setup to all of my LTE 5000 laptops, but didn't want to completely reload them! Let's talk about what I did! Time for a quick 🧵
So, first question, why redo the setup? Recently, I loaded an XTIDE patch on my Compaq LTE 5400 to allow large drive support. I ended up having to really optimize conventional memory. I also simplified the boot process to always load network drivers:
Alright, great! So, what's a good optimal way to "patch" the existing laptops with the old setup? How about a batch file on a floppy disk? Also, I discovered a few things about the new setup I wanted to fix too in the process. Let's handle both cases!
I picked up this $5 VESA Local Bus I/O card at the System Source Swap Meet. Let's test it out! Time for a 🧵
This card is a SIIG Professional VL. And it has your typical I/O as you can see here: dual IDE, FDD, 2 serial, 1 parallel, and 1 game
We'll start out with a base case, which includes the Promise EIDE 4030 card that is installed. I did do a quick bootup with this card installed, and it was successful.
Who here believes in redemption? The other day, I was cursing these SMC Elite 16 ISA network cards as they were giving me all sorts of trouble. Let's give them another chance since I have so many of them 😂. Time for a 🧵
Anyway, this thread starts out with a funny story. I grabbed a PC at random, and it happened to be the Kehtron PC. Guess what kind of card was already installed and operational in it? Yep, a SMC Elite 16 😂. Well, good, this problem should be solvable then!
As science teaches us, always start with a control group, and we lucked out in this case. So I booted up Windows for Workgroups, and the card is working great. Looks like we are set to 0x280 and IRQ 3 per the DOS EZStart utility.