Hello,
what is the correct way of managing/observing the IP pool on an OpenVPN server?

I'm not sure if this is manged by OpenVPN or the underlying operating system.

With this server configuration:
    port 443 
    proto udp 
    dev tun 
    server 172.16.0.0 255.255.255.0
    tls-cipher TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384
    tls-version-min 1.2 
    cipher AES-256-GCM
    auth SHA512
    comp-lzo
    duplicate-cn

    ca <file>
    cert <file>
    key <file>
    dh <file>
    tls-crypt <file>

How can I observe how many/which IP addresses currently used - possibly by whom.
How could I flush/release the leases?

Kind regards,
SaAtomic
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to