In a 2008 change log, I see
Is there a way to get "nopool" added to the server directive via the GUI, or do I have to stop using the GUI to go here?
I need to reduce the address pool handed out by OpenVPN, so that I can use a few for static-ip users on the VPN.
Now, for example, we can configure thusly:
server 10.8.0.0 255.255.255.0 nopool
ifconfig-pool 10.8.0.2 10.8.0.99 255.255.255.0
server 10.8.0.0 255.255.255.0 nopool
ifconfig-pool 10.8.0.2 10.8.0.99 255.255.255.0
Is there a way to get "nopool" added to the server directive via the GUI, or do I have to stop using the GUI to go here?
I need to reduce the address pool handed out by OpenVPN, so that I can use a few for static-ip users on the VPN.