Is it possible to configure ZeroShell to allocate IP addresses to VPN clients basing on VPN client’s MAC adresses (like Static IP Entries in DHCP section)?
As far as I know this can be done, however never tried it. Check these options in openvpn:
--client-config-dir dir : Directory for custom client config files.
--ifconfig-push local remote-netmask : Push an ifconfig option to remote,
overrides --ifconfig-pool dynamic allocation.
Only valid in a client-specific config file.