|
|
Let me get this straight (assuming ifconfig-pool-linear for simplicity). The first time Client 1 connects, it gets 10.0.0.5. The next time it connects, it gets 10.0.0.6. If Client 2 connects at this time, it gets 10.0.0.7; if Client 1 reconnects after that time, it gets 10.0.0.8. Is this really what you want? There's the obvious issue of address space exhaustion -- but if this is really something you want to do, you can write a client-connect script which comes up with a unique address for each connection. ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-10/msg00082.html on line 185 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-10/msg00082.html on line 185 |