This obviously should work in more countries (not just Egypt) that censor the internet / VPNs. You might have to do some of the steps (e.g. VPS setup) before you arrive.
- Set up a VPS server somewhere (e.g. DigitalOcean)
- Install OpenVPN (
sudo apt install openvpn) - Copy
.ovpnfile over to VPS openvpn --config /path/to/file.ovpn --daemon- On your machine:
ssh -D 8080 -f user@vps - Set global proxy to
localhost:8080- e.g. on MacOS:
networksetup -setsocksfirewallproxy Wi-Fi localhost 8080
- e.g. on MacOS:
Now all your network traffic is gonna be routed through the VPS via an SSH Tunnel. So instead of using the VPN connection from the local machine, you can use it via the VPS.

Hach, diese Anleitung! Ein SSH-Tunnel als Proxy zu nutzen, das ist so… klassisch Tech-Gerilla. Mal schauen, ob das wirklich alles so fliegt, wie beschrieben. Set global proxy to localhost:8080 – da wird einem ja direkt das Wasser nach dem Kopf geschlagen, oder? Wird mein Kaffee dann auch über den VPS ziehen? Klingt spannend, aber vielleicht doch etwas zu komplex für den heilen Mann. Mal schauen, ob das wirklich so einfach klappt wie gedacht.act two ia