Synology NAS DS218 - OpenVPN auth-user-pass ?

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.
Locked
techal
OpenVpn Newbie
Posts: 3
Joined: Wed Mar 17, 2021 6:38 am

Synology NAS DS218 - OpenVPN auth-user-pass ?

Post by techal » Sat Nov 20, 2021 4:45 am

Hello

My OpenVPN setup is working fine.
But I would like to find a way to remove the 5 second delay that appears when we register the username / password to connect to the OpenVPN server.

I did not find any information about this in the OpenVPN 2.4 document.

* OS *

Microsoft Windows [version 10.0.22000.318]

* Server *

Synology VPN SERVER 1.4.4-2855

* Client *

Code: Select all

dev tun
tls-client
remote x.x.x.x 1194
#redirect-gateway def1
#dhcp-option DNS DNS_IP_ADDRESS
pull
proto udp
script-security 2
comp-lzo
reneg-sec 0
cipher AES-256-CBC
auth SHA512

auth-user-pass
<ca>
-----BEGIN CERTIFICATE-----
xxx-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
xxx-----END CERTIFICATE-----

</ca>
key-direction 1
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
xxx-----END OpenVPN Static key V1-----

</tls-auth>
verify-x509-name 'xx.xx.xx' name

User avatar
Pippin
Forum Team
Posts: 1200
Joined: Wed Jul 01, 2015 8:03 am
Location: irc://irc.libera.chat:6697/openvpn

Re: Synology NAS DS218 - OpenVPN auth-user-pass ?

Post by Pippin » Sat Nov 20, 2021 1:54 pm

I gloomily came to the ironic conclusion that if you take a highly intelligent person and give them the best possible, elite education, then you will most likely wind up with an academic who is completely impervious to reality.
Halton Arp

Locked