My MacBook (192.168.8.201) WIFI is off and the LAN assigned IP does not have internet access. A CentOS box (192.168.12.50) has internet access. So I setup an instant SSH SOCKS proxy to surf the web temporary by:
ssh -fND localhost:30000 someone@192.168.12.50
Then I setup the SOCKS proxy of the LAN interface:
SOCKS Proxy Server: 127.0.0.1:30000
Is it possible do similar setup but run the SOCKS Proxy on 192.168.12.50? Such that for some machine without ssh can still use SOCKS proxy from a remote host. So SOCKS proxy setting for my MacBook LAN becomes:
SOCKS Proxy Server: 192.168.12.50:30000
and I don't need to run my own: ssh -fND ...