|
|
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 |