Openvpn – How to configure multiple address pools for OpenVPN server

networkingopenvpn

I started an openvpn server about a year ago. As I didn't know what I was doing I left it as a /30 network. Now I have 40-50 (and growing) clients, each of which is using 4 addresses.

How do I configure it so that it will move on to the next set of addresses when this block runs out? (i.e. I'm using 10.20.0.xx now. I want it to move to 10.20.1.xx, etc)

Is this even possible?

Best Answer

I don't think it's possible. The closest solution I think is to run another OpenVPN server on another port with the other pool.