corrad1nho / qomui

Qomui (Qt OpenVPN Management UI)
GNU General Public License v3.0
552 stars 57 forks source link

[Feature requestest]Double hop on cli #29

Closed skyerjoe closed 5 years ago

skyerjoe commented 5 years ago

Is it planned to integrate a way the double vpn feature with open vpn on cli ?

Regards

corrad1nho commented 5 years ago

This is already implemented: You can doublehop via cli by using the -v | --via argument. Example: qomui-cli --connect $server2 --via $server1

skyerjoe commented 5 years ago

But not server with open vpn ssl config or ?

corrad1nho commented 5 years ago

No, as via Gui OpenVPN over SSL/SSH is not supported in double-hop mode.

skyerjoe commented 5 years ago

Sorry corrad

I have to be sure that i understand this correctly cause im not so firm with this.

You mean the connection with the config. ewhich will be established over vpn. And these ones, doesnt work with an ssl server entry. Am i correct ?

Regards

corrad1nho commented 5 years ago

OpenVPN over SSL/SSH atm exclusively works with AirVPN and WIndscribe. This is a specific feature by both those providers to cloak the OpenVPN tunnel. All "normal" OpenVPN configs via UDP and TCP will work with doublehop. If you are using one of the above providers just don't set port/protocol to SSL or SSH if you want to use doublehop.

skyerjoe commented 5 years ago

Thnx for clearing

Regards