problem apps ignoring proxy settings
August 8, 2008 7:11 PM
Subscribe
Why are Firefox and Transmission ignoring my proxy settings? OS X 10.5.4
I'm connecting to a server through ssh with:
ssh -D -p name@server
In System Preferences > Network > Advanced > Proxies, I have a SOCKS proxy set at localhost:. This setup successfully sends most of my traffic through the remote server, but Firefox can occasionally get around it (when watching Hulu) and Transmission connects directly to other peers (connections to the tracker go through the proxy, though). \
I've tried setting the proxy options of those applications independently, but I don't see any change in their behavior. What's letting them get around the system-level configuration, and what can I do to enforce proper behavior? I'm open to other proxy setups, this was the simplest I'd found.
posted by tylermoody to computers & internet (5 comments total)
ssh -D [localport] -p [remotesshport] name@server
Then, the next line should read "...SOCKS proxy set at localhost:[localport]..."
I had originally used angle braces
posted by tylermoody at 7:13 PM on August 8, 2008