I am wanting to create a network interface from a SOCKS 5 proxy on localhost. This will eventually be bridged with a wireless interface that I have which will be operating in AdHoc mode. This will allow all the clients on this interface to use the socks proxy even though they don't have support for SOCKS. This will support my iDevices, PSP, etc, when I am on the go. It will be ran off of my laptop. Can anyone provide some useful resources in which will help me get a SOCKS proxy interface setup on my Ubuntu machine? Thanks in advance!
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
You can't do this, because SOCKS doesn't operate at a low enough layer – it can only proxy TCP connections, not raw IP packets. This would be required to set up routing, with or without NAT; but bridging (as in You should look into VPNs instead – OpenVPN is fairly simple to set up. |
|||
|
|