'Now to able connect to OpenVpn running on EC2 machine simutaneously
We were already having OpenVPN running on AWS EC2 machine. Whole team is using same .ovpn file to connect to VPN and access private AWS resources.
But I created another OpenVPN instance on different AWS account but now we can't connect more than 2 user simultaneously. Now I am confused is there any restriction on number of user connect to OpenVpn simutaneously? if yes then how can we 10+ people are able to connect to our 1st OpenVpn? TIA
I installed openvpn like this the Ec2 machine
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y python-pip wget openvpn netcat-openbsd curl python3-pip software-properties-common
add-apt-repository ppa:deadsnakes/ppa -y
apt-get install python3.6 -y
apt install awscli -y
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
