Rafficer / linux-cli-community

Linux command-line client for ProtonVPN. Written in Python.
https://protonvpn.com
GNU General Public License v3.0
1.28k stars 196 forks source link

[Enhancement] ProtonVPN EC2 / Docker #155

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi guys,

Hope you are all well !

I cannot use protovpn on my ec2 instance. It freeze the termainal after starting protonvpn connect.

Is there any documentation or tutorial about that ?

My ideal goal is to use a protonvpn as a proxy for for scraping some data inside some docker containers lifted with a docker-compose. Is there any example about such config ? Is it possible ?

Thanks in advance for your inputs and insights on that topic.

Cheers, X

Rafficer commented 4 years ago

Check this out, maybe it helps you in some way: https://github.com/krey/protonvpn-docker

Also, be aware of this: https://github.com/ProtonVPN/linux-cli/issues/120

skytree704 commented 3 years ago

Hi guys

Did anybody find a fix for this? I've tried running protonvpn on a number of ec2 instances but am getting the same behaviour..

Thanks

jamsinclair commented 2 years ago

I cannot use protovpn on my ec2 instance. It freeze the termainal after starting protonvpn connect.

The VPN will affect your incoming SSH connections, depending on your network security group rules you might be locking yourself out every time you connect.

You may want to configure split tunneling so the IP(s) you use to connect to the server instance are ignored. Try protonvpn configure and follow the prompts to configure split tunneling.

The other alternative is to let any IP connect over SSH to the server... but do so at your own risk.