Page 1 of 1

Only one user at a time?

Posted: Sun Feb 26, 2017 12:53 am
by SAYERS42
I have configured an openvpn vpn but it only allows one connection at a time. How can I configure the IP distribution/range to allow more than one computer to connect at a time?
CLIENT
proto tcp-client
remote xx.xx.xx.xxx
port 443
dev tun
secret "C:\\Program Files\\OpenVPN\\config\\ovpn.key"
redirect-gateway def1
ifconfig 10.4.0.2 10.4.0.1
SERVER
port 443
proto tcp-server
dev tun1
keepalive 50 100
ifconfig 10.4.0.1 10.4.0.2
status server-tcp.log
verb 3
secret ovpn.key

Re: Only one user at a time?

Posted: Sun Feb 26, 2017 1:15 am
by disqualified
HOWTO: For OpenVPN Community Edition

There is no point writing these documents if people refuse to read them ..

See --server in The Manual v24x

Re: Only one user at a time?

Posted: Sun Feb 26, 2017 1:17 am
by SAYERS42
On the client side I am using windows 10

and on the server side i am using Amazon Linux AMI.

Re: Only one user at a time?

Posted: Sun Feb 26, 2017 2:06 am
by SAYERS42
I read it, but I cant get seem to get it to work. Please help.

Re: Only one user at a time?

Posted: Sun Feb 26, 2017 2:23 am
by disqualified
SAYERS42 wrote:it only allows one connection at a time
disqualified wrote:HOWTO: For OpenVPN Community Edition

There is no point writing these documents if people refuse to read them ..

See --server in The Manual v24x
:roll: