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

TUN/TAP interfaces support

Open rafis opened this issue 5 years ago • 2 comments

Open source project srsLTE have 3 components:

  • srsue
  • srsenb
  • srsepc

https://github.com/srsLTE/srsLTE

I'm trying to use as following:

sudo proxychains4 srsepc

But internet doesn't on appear on srsUE.

You can use ZeroMQ RF frontend, it doesn't require hardware boards.

rafis avatar Nov 23 '20 08:11 rafis

what other people seem to do in such a situation is to put the tun/tap using software into a container which features a socks5 proxy accepting connections which then routes outward connections over those interfaces. searching on github for "openvpn docker socks" should provide you at least 2 dozen examples.

as running docker and/or tun/tap-using apps requires elevated privileges, these are not as universally usable as e.g. microsocks. therefore one should ask developers of such apps if they could provide an alternative frontend using socks5 instead of tun device.

rofl0r avatar Nov 23 '20 13:11 rofl0r

what other people seem to do in such a situation is to put the tun/tap using software into a container which features a socks5 proxy accepting connections which then routes outward connections over those interfaces. searching on github for "openvpn docker socks" should provide you at least 2 dozen examples.

as running docker and/or tun/tap-using apps requires elevated privileges, these are not as universally usable as e.g. microsocks. therefore one should ask developers of such apps if they could provide an alternative frontend using socks5 instead of tun device.

Universal TUN/TAP device driver https://www.kernel.org/doc/html/v6.1/networking/tuntap.html

In thousands of Linux distributions, there is no single system desktop environment that proxies all traffic, I use a proxychains and it’s a terrible proxy for the terminal, very slow. I’m in a country where the internet is very blocked, and upgrading System or downloading software is a hassle, github gitlab Ping over time 300ms.

default TUN Mode can solve this problem, the entire system traffic through TUN Mode can TOR i2p proxy to make myself more anonymous

Pantyhose-X avatar Jun 15 '23 14:06 Pantyhose-X