SaAtomic
2017-06-28 08:17:47 UTC
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
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