Only one user at a time?
Posted: 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
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
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