0

I have:

  • Internet connection with proxy (SOCKS5) server.
  • User's computers with MS Windows. These users don't want to use proxy, they want NAT/Masquerade internet.
  • One linux box in this network.

How can I make "Proxy to socks" retranslator with it? Something, which will capture all "local" network request and map them into proxy requests?

Is there any software, designed for this purpose? Maybe some libraries I can utilize

Arenim
  • 227
  • 1
  • 3
  • 8

1 Answers1

0

If you'd like to tunnel all local network traffic to the socks proxy you can use tun2socks.

Jens Bradler
  • 6,133
  • 2
  • 16
  • 13