|
|
|
|
|
by riskable
3256 days ago
|
|
Why on Earth would you run OpenVPN through ssh? That makes zero sense. It's like running ssh through ssh. OpenVPN is pretty much the ultimate VPN that can do anything and handle any situation. It is indistinguishable from regular web SSL traffic and can run on any port via TCP or UDP. It can even run in routed (TUN) or promiscuous (TAP) mode! Once you've got OpenVPN setup there's no need to tunnel with ssh since OpenVPN is your tunnel. I used to run an OpenVPN ISP named VPNOut many years ago. I had CTOs from large organizations begging me to tell them all the IPs I used so they could block it because apparently employees were using my service to access things that were normally blocked inside their corporate networks. Even to this day that problem exists: If you configure iptables to forward all ports to an OpenVPN daemon on both TCP and UDP you can get around basically any form of blocking that isn't IP-based. You can even do some tricks to make it look like regular web traffic for the initial SSL preamble to get around "intelligent" firewalls! OpenVPN is the best! |
|