Windows 95 with Internet?
I have windows 95 installed and would like to use the internet explorer to surf the net.
I have read here twas m null modem., but no idea what I have to do.
does anyone have a tip on how to set up Windows 95 internet?
The online community for MiSTer FPGA enthusiasts
https://misterfpga.org/
I have windows 95 installed and would like to use the internet explorer to surf the net.
I have read here twas m null modem., but no idea what I have to do.
does anyone have a tip on how to set up Windows 95 internet?
Check https://github.com/MiSTer-devel/Wiki_Mi ... rted-cores for some more info.
Bas wrote: ↑Sat Oct 14, 2023 3:58 pmCheck https://github.com/MiSTer-devel/Wiki_Mi ... rted-cores for some more info.
That guide suggests you use Trumpet Winsock, which I suppose could work OK, and that is the only option for Windows 3.11, however Windows 95 comes with dial-up networking included and to make it work you simply need to install the NULL modem driver and make sure dial-up networking is installed. Also, I'm not sure Trumpet works with 32bit winsock programs (it may only work with 16bit). Despite what that above guide claims - dial-up networking DOES work on Win95 (osr2 anyway)
https://github.com/MiSTer-devel/ao486_M ... odem9x.inf
To Install Dial-Up Networking:
Click the Windows 95 Start button, point to Settings, and then click Control Panel.
Double-click Add/Remove Programs.
The Add/Remove Programs Properties dialog box opens.
Click the Windows Setup tab.
Select Communications.
Click Details.
The Communications page lists communications software components.
Select Dial-Up Networking and click OK.
Click OK to close the Windows Setup dialog box.
Now Dial-up networking should be now under "My Computer".
From there you should good to go. Just create a new connection using the modem driver you installed.
Hope that helps...
Once you get all this working you may be surprised at just how out of date any browser for windows 95 is… it won’t be pleasant.
You can't really reliably run MisterFS under Win95, so FTP is a good alternative for moving miscellaneous small files onto your VHD.
There are network playable games, IRC (which is like Discord) and a lot of things other than WWW...
And if you want to browse, there are proxies such as TheOldNet.
No, I would not suggest trying to do your banking and taxes on Win95 with an ancient browser
bbond007 wrote: ↑Sun Oct 15, 2023 4:05 amYou can't really reliably run MisterFS under Win95, so FTP is a good alternative for moving miscellaneous small files onto your VHD.
There are network playable games, IRC (which is like Discord) and a lot of things other than WWW...
And if you want to browse, there are proxies such as TheOldNet.
No, I would not suggest trying to do your banking and taxes on Win95 with an ancient browser
Yeah those are fair uses, but the op was about browsing the net…
The net is going TLS for just about everything nowadays. No browser on Win95 will support that.
I tried installing a proxy that strips SSL/TLS and converts the protocol to HTTP 1, but then there's modern JavaScript, CSS, HTML5... Times have changed indeed.
Yup
Lots of things a windows 95 compatible browser won't handle:
SSL/TLS standards that won't work in windows 95; as stated above there's a push for SSL everywhere
Memory requirements on web content have blown out massively - look at how much memory a modern web page consumes
HTML features in modern browsers that didn't exist back then
Javascript/CSS features that didn't exist
modern video codecs/image formats that didn't exist
If it's for FTP, networked gaming, or very, very basic text only web pages maybe... but you're not going to be using windows 95 for general browsing unfortunately - the modern web has well and truly moved on.
Well… there’s always pages like https://www.spacejam.com/1996/ to give you that Win95 dial-up web flair
And things like http://frogfind.com/ too!
Out of interest, How'd you get your Win95 to connect and then actually receive more than a few hundred bytes of data? Mine does the former but not the latter...
This might be of interest to someone. Printing from Windows 9x to a home networked printer. I set up printing to my Wireless Brother MFC-7860DW laser printer.
This worked on my MiSTer Windows 95, 98, and Me image.
https://youtu.be/essroo7FwiM
cursedverses wrote: ↑Tue Nov 07, 2023 3:27 pmAnd things like http://frogfind.com/ too!
Out of interest, How'd you get your Win95 to connect and then actually receive more than a few hundred bytes of data? Mine does the former but not the latter...
You need to set DNS servers manually. Right click Network Neighborhood --> Properties --> TCP/IP Dial-Up Adapter --> Properties --> DNS Configuration --> Enable DNS, enter a Host name for your computer and add at least 1 DNS server, usually your router's IP address. If you're not sure, enter 8.8.8.8 for Google DNS.
Antoine.WG wrote: ↑Sun Nov 12, 2023 8:03 pmcursedverses wrote: ↑Tue Nov 07, 2023 3:27 pmAnd things like http://frogfind.com/ too!
Out of interest, How'd you get your Win95 to connect and then actually receive more than a few hundred bytes of data? Mine does the former but not the latter...
You need to set DNS servers manually. Right click Network Neighborhood --> Properties --> TCP/IP Dial-Up Adapter --> Properties --> DNS Configuration --> Enable DNS, enter a Host name for your computer and add at least 1 DNS server, usually your router's IP address. If you're not sure, enter 8.8.8.8 for Google DNS.
Hey! Thanks for responding. I know what the problem is in more detail now. My connection is available and winipcfg shows my DNS server correctly, but that's where my problem starts.
My DNS server (Pi Hole) is on a separate device to my router and Windows is showing that the DNS IP as my gateway IP. Weirdly MiSTer is configured with the correct gateway IP/default route and doesn't seem to be passing it over...
EDIT: It works! A note most likekly to myself... Edit /sbin/uartmode and change the .254 at the end of the remoteip= line to something that's free on my network...
I'll look at adding something to that script to try to auto-determine something rather than just expect an IP to be free.
cursedverses wrote: ↑Mon Nov 13, 2023 12:31 amHey! Thanks for responding. I know what the problem is in more detail now. My connection is available and winipcfg shows my DNS server correctly, but that's where my problem starts.
My DNS server (Pi Hole) is on a separate device to my router and Windows is showing that the DNS IP as my gateway IP. Weirdly MiSTer is configured with the correct gateway IP/default route and doesn't seem to be passing it over...EDIT: It works! A note most likekly to myself... Edit /sbin/uartmode and change the .254 at the end of the remoteip= line to something that's free on my network...
I'll look at adding something to that script to try to auto-determine something rather than just expect an IP to be free.
Nice! I'm running pihole too, 2 of them actually, but my first DNS server in Win95 is my router. I also don't have anything set on .254 on my network...
[nevermind, sorted now!]
You can find updated information/links on how to setup PPP (and not only) connections on different cores and supported OSes here : https://mister-devel.github.io/MkDocs_M ... /computer/
Still missing AtariST and MacPlus, as I never tried to install/configure PPP under these by myself. If anything, please feel free to contribute.