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"
Openvpn on windows
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.
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
-
- OpenVPN Protagonist
- Posts: 11139
- Joined: Fri Jun 03, 2016 1:17 pm