Well, I think I might leave a more generic guide as an exercise for the reader. This solution is based on redirection using RedMon, and mswinpr2 is going to bypass the need for any post processing by RedMon. I am sure there is an alternate way to configure things here, but I'll let someone...
I'm not seeing that in the options above, perhaps it was added in a later version of GhostScript? I'm on Windows '95, so am limited to what I can use. As noted, I did try a newer version of GhostScript. I think 8.60 was the cutoff.. I was able to find 8.54 but it had issues processing the...
This worked brillantly!
Here was more or less my procedure:
Downloaded GhostScript 7.04 (tried a newer version but it had issues): https://courses.cs.washington.edu/courses/cse413/02au/dist/gs704w32.exe
Downloaded and installed RedMon 1.07: http://www.ghostgum.com.au/software/redmon.htm...
I decided to have a little fun, and wondered if I could get a Windows '95 system on GlobalTalk. Since I already had one system on the network with Apple Internet Router running, it was actually pretty easy!
From my networked Windows '95 computer, with TCP/IP installed as a protocol, I did the...
Peculiar. A couple of options here:
Try to install OpenVPN, and select the TAP driver as a part of the install
Try User mode per @eric's suggestion
I'm also happy to screen share with you to check out your configs!
Worth a shot. In this configuration, you'd port forward to the computer hosting the qemu guest. If someone wants to test it and report back, that's great! The disadvantage of this configuration is that your guest might not see other computers on its own network. For example, I am using FTP...
And today I learned that in Windows 10 and Windows 11, you CAN set up the file system to be case sensitive! Who knew! Not this guy apparently, LOL. I guess that makes sense as Windows continues to adopt *NIX type features. Sorry for the trouble on this one, I guess your system is set up for...
Yea, that is particularly odd! Yea, case shouldn't matter (EDIT: Actually, on some systems, case does matter!) You can try and do an echo %PATH% in the command line window to see if the environment variable is getting picked up. Or just cheat and update the batch file's first line to be...
Got it! Yea, if you opened up the command window before setting the environment variables, that could be the issue. Happy to do a Discord screenshare with you too to look at your setup!
For #1, reboot your system and see if it grabs an address. Also, make sure that both your TAP adapter and Ethernet adapter are in the bridge. See guide above for details.
Form #2, see section in the guide about setting system environment variables.
We worked through the issues here, and Mu0n and I are working on some updates to the guide that will hopefully highlight a few pitfalls of QEMU and Windows networking! One thing I have noted is that bridges with a wireless card don't seem to work well in Windows. We also now have a method for...
Check your bridge. Make sure that you have both your Ethernet adapter as well as your TAP adapter in it. Also, make sure your bridge is getting an IP address. Also, as I have found, using wireless is perilous, so best to use a hardwired LAN connection. I'm going to take your guide and expand...