proxychains-ng icon indicating copy to clipboard operation
proxychains-ng copied to clipboard

Steam downloads refuse to operate via proxy

Open JupiterSky11 opened this issue 3 years ago • 2 comments

I've started steam by running proxychains steam, yet the content downloading system in steam isn't getting threaded through my proxy server. I've found the process via nethogs that is downloading stuff, but I'm not sure how to interrupt that connection via proxychains. Is that something I can do, and how might I do it?

JupiterSky11 avatar Aug 08 '22 00:08 JupiterSky11

steam uses a mix of 64 and 32 bit binaries, but on linux preloading works via a single enviironment var LD_PRELOAD, and so far no solution is known to inject 32bit proxychains into 32bit process and 64 bit into 64bit process. possibly when the steam installer is launched on a pure 32bit system (e.g. debian i386), then steam will download only 32 bit versions of binaries to make it work with proxychains too. but someone would need to try it out.

rofl0r avatar Aug 08 '22 11:08 rofl0r

I see, thanks for the help. I'm going to try some other solutions like installing steam in a sandboxed environment that I run via proxychains, but we'll see how that goes.

JupiterSky11 avatar Aug 08 '22 23:08 JupiterSky11