Openvpn on windows
Posted: Wed Aug 31, 2022 2:04 pm
Hello everyone,
I need help, I have an openvpn2.4.7 server where I generated two certificates for remote clients.
And now I have a problem because, I start openvpn on the server and get ip 172.30.0.1/30, the first client connects using the certificate and gets ip 172.30.0.6/30, the second client disconnects the first client when trying to connect and also gets the address 172.30. 0.6 / 30,
Is it possible for two clients to be connected simultaneously?
Is it possible to extend the mask so that more clients can be connected?
Server .ovpn
dev tun
local xxxxx
proto udp4
server 172.30.0.0 255.255.255.0
ca
cert
key
dh
max-clients 10
persist-key
persist-tun
keepalive 10 120
cipher AES-
auth-nocache
comp-lzo
verb 1
push "route xxx"
client .ovpn
dev tun
client
remote xxxxxx
proto udp4
port xxxx
nobind
ca
cert
key
persist-key
persist-tun
keepalive 10 120
cipher AES-
remote-cert-tls server
auth-nocache
comp-lzo
verb 1
push "route xxxx"
I need help, I have an openvpn2.4.7 server where I generated two certificates for remote clients.
And now I have a problem because, I start openvpn on the server and get ip 172.30.0.1/30, the first client connects using the certificate and gets ip 172.30.0.6/30, the second client disconnects the first client when trying to connect and also gets the address 172.30. 0.6 / 30,
Is it possible for two clients to be connected simultaneously?
Is it possible to extend the mask so that more clients can be connected?
Server .ovpn
dev tun
local xxxxx
proto udp4
server 172.30.0.0 255.255.255.0
ca
cert
key
dh
max-clients 10
persist-key
persist-tun
keepalive 10 120
cipher AES-
auth-nocache
comp-lzo
verb 1
push "route xxx"
client .ovpn
dev tun
client
remote xxxxxx
proto udp4
port xxxx
nobind
ca
cert
key
persist-key
persist-tun
keepalive 10 120
cipher AES-
remote-cert-tls server
auth-nocache
comp-lzo
verb 1
push "route xxxx"