I just bought a Raspberry Pi and I am wanting to route an ad hoc wireless network interface fully through an SSH tunnel that was created using another wireless interface. I want to do this so that I can have a secured and private connection to the internet at places with public WiFi. I know this would be easier to do all on one computer, but I would like to have it on the RPi too since I use it for other network related things when I am using the internet, and then just simply connect to the ad hoc network from my laptop/phone. This will really help me with my iPhone because it does not support an SSH tunnel locally. How should I go about doing this? Thanks in advance for all of your help.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
SSH tunnels are "port-based" - so if you want to force all traffic on the WLAN interface through it, you need to first block all outgoing traffic on the WLAN interface (typically An OpenVPN tunnel, which creates a virtual network adapter, will allow you to be more transparent to applications and will work nicer, though. To secure it properly, you need to disallow all outgoing traffic on the WLAN interface in a manner similar to above. However, you want to make sure your |
|||||
|
