Foxyproxy

SOCKS(5) Proxy Know How

SOCKS Proxy with Putty and FoxyProxy:

![](https://kissel.ch/ict/images/putty-socks5-config1.png) ![](https://kissel.ch/ict/images/putty-socks5-config2.png)

Define your free proxy Port (2409)

![](https://kissel.ch/ict/images/foxyproxy-config.png)
After enabling FoxyProxy you're able to connect your home by ssh and browse local services.
SOCKS Proxy tunnel by shell:
ssh -L 2409:localhost:2409 'user'@'host'
on cyon host:
ssh -D 2409 'user'@'host'
SOCKS Proxy tunnel over another hop:
connection to 1. host:
ssh -L 2409:localhost:2409 user@1host.ch

connection on 1. to 2. host: ssh -D 2409 user@2host.ch