From: Charles D. <cd...@sp...> - 2005-02-21 17:55:59
|
On Mon, 21 Feb 2005 17:44:33 +0100, Vincent Bernat wrote: > Thanks for your answer. May those two OpenVPN instances share the same > pool config file and the same range. I mean, may I have the same > server directive and the same ifconfig-pool-persist directive ? No. There's enough unroutable IP space, though, for you to just give them different ranges. For instance: 172.16.0.0 255.255.0.0 172.16.16.0 255.255.0.0 ... 172.16.224.0 255.255.0.0 172.16.240.0 255.255.0.0 |