On Sat, Nov 16, 2024 at 04:28:59 +0000, Russell L. Harris wrote:
> Debian machines are on the 192.168.1.xxx network.  I keep a W10
> machine on the 192.168.2.x network, primarily to access the chewy.com
> web site which, since about June, serves my Debian machines a blank
> white page.

chewy.com loads for me in Firefox, after I permit Javascript on that
domain.

> Is there an easy way to send the message (or just the URL) to the
> Window$ machine?

The first thing that comes to mind is using a SOCKS proxy over ssh.
It's been a while since I've done that, but it involves running
"ssh -D ..." on the client (Debian) system, logging into another
system (could be a VPS or something) which can reach the web server
without problems.  Then you'd point the web browser at the proxy.

If your Windows machine can run an ssh daemon that you can log into,
then you could use it as your SOCKS proxy, though I have no idea how
you'd go about setting up an sshd on Windows.

Most importantly, though, I'd try to figure out why your browser on
Debian is having problems.  If you create a brand new user account,
and run the browser with no add-ons, does it also have problems with
this web site?  Maybe it's something in your main account's configuration.

Reply via email to