Only one user at a time?

Need help configuring your VPN? Just post here and you'll get that help.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
SAYERS42
OpenVpn Newbie
Posts: 11
Joined: Tue Dec 06, 2016 2:52 pm

Only one user at a time?

Post by SAYERS42 » Sun Feb 26, 2017 12:53 am

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

User avatar
disqualified
OpenVPN User
Posts: 40
Joined: Fri Jun 03, 2016 7:13 pm

Re: Only one user at a time?

Post by disqualified » Sun Feb 26, 2017 1:15 am

HOWTO: For OpenVPN Community Edition

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

See --server in The Manual v24x
Last edited by disqualified on Sun Feb 26, 2017 1:17 am, edited 1 time in total.

SAYERS42
OpenVpn Newbie
Posts: 11
Joined: Tue Dec 06, 2016 2:52 pm

Re: Only one user at a time?

Post by SAYERS42 » Sun Feb 26, 2017 1:17 am

On the client side I am using windows 10

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

SAYERS42
OpenVpn Newbie
Posts: 11
Joined: Tue Dec 06, 2016 2:52 pm

Re: Only one user at a time?

Post by SAYERS42 » Sun Feb 26, 2017 2:06 am

I read it, but I cant get seem to get it to work. Please help.

User avatar
disqualified
OpenVPN User
Posts: 40
Joined: Fri Jun 03, 2016 7:13 pm

Re: Only one user at a time?

Post by disqualified » Sun Feb 26, 2017 2:23 am

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:

Post Reply