Generate many OpenVPN config file for my teammates

Blaze500

Cadet
Joined
Jul 19, 2021
Messages
2
Good day everyone, I have tried to configure this problem already 2 weeks.

I have followed this video: https://youtu.be/YEkfW4aC9Rk

Unfortunately, I have no idea about the private IP keeps generating the same Private IP (192.168.1.2). Although I have already generated with using different users, different files.
Since the private IP is the same, so we cannot access it at the same time.
May I know how to configure it? Thank you.
Here is my config file:
Code:
client
dev tun
proto tcp
float
nobind
user nobody
group nobody
cipher AES-256-CBC
comp-lzo adaptive
resolv-retry infinite
persist-key
persist-tun
remote "mynas0270.ddns.net"
port 1194
remote-cert-tls server
auth SHA256
<ca>
-----BEGIN CERTIFICATE-----
MIIDpTCCAw6gAwIBAgIJALN+EWERrmf5MA0GCSqGSIb3DQEBCwUAMIGUMQswCQYD
 

zgn

Cadet
Joined
Mar 8, 2022
Messages
7
Any resolved this issue? I need assistance with this also.
thanks
 

zgn

Cadet
Joined
Mar 8, 2022
Messages
7
Good day everyone, I have tried to configure this problem already 2 weeks.

I have followed this video: https://youtu.be/YEkfW4aC9Rk

Unfortunately, I have no idea about the private IP keeps generating the same Private IP (192.168.1.2). Although I have already generated with using different users, different files.
Since the private IP is the same, so we cannot access it at the same time.
May I know how to configure it? Thank you.
Here is my config file:
Code:
client
dev tun
proto tcp
float
nobind
user nobody
group nobody
cipher AES-256-CBC
comp-lzo adaptive
resolv-retry infinite
persist-key
persist-tun
remote "mynas0270.ddns.net"
port 1194
remote-cert-tls server
auth SHA256
<ca>
-----BEGIN CERTIFICATE-----
MIIDpTCCAw6gAwIBAgIJALN+EWERrmf5MA0GCSqGSIb3DQEBCwUAMIGUMQswCQYD
You need to have duplicate-cn in the additional parameters.
 
Top