Currently I am using an OpenSSH session (with the -D flag to enable dynamic application level port forwarding) as a SOCKS proxy while I'm accessing the internet through an unencrypted wireless access point. I have configured my Mac to use the proxy, however the network prefpane doesn't permit me to specify that it should use SOCKS5, which would force all UDP traffic over the proxy (it currently bypasses the proxy entirely). How can I make OS X use the SOCKS5 protocol, or what other solution would force all UDP traffic through the proxy?
|
| ||||
|
feedback
|
|
You can't do that with SSH. OpenSSH client & server do not support UDP via Socks5. You should use either OpenVPN or SSH tunnel device forwarding (option -w) to solve your task. | |||
|
feedback
|
|
If the need for UDP over the tunnel is for tunneled DNS resolution. The only solution I know of is to use Firefox with the following set | |||
|
feedback
|
|
I do not use ssh to anonymize/protect my connection but Tor.
I launch Tor with Vidalia and then I configure my network connection in There is also the Torbutton in FireFox that do the same. | |||||
feedback
|