Re: [Openvpn-users] Defining custom routes for particular users

2021-06-29 Thread Gert Doering
Hi, On Tue, Jun 29, 2021 at 04:57:23PM +0300, Nikolaos Milas wrote: > On 27/6/2021 3:26 ??.??., Joe Patterson wrote: > > > I can confirm from experience that the include mechanism works in ccd > > files. I've used it extensively. > > Thank you, Gert and Joe, for your help! > > By the way, woul

Re: [Openvpn-users] Defining custom routes for particular users

2021-06-29 Thread Nikolaos Milas
On 27/6/2021 3:26 μ.μ., Joe Patterson wrote: I can confirm from experience that the include mechanism works in ccd files. I've used it extensively. Thank you, Gert and Joe, for your help! By the way, would it be possible to push IPv4 routes using CIDR format, for example can we use: pus

Re: [Openvpn-users] Defining custom routes for particular users

2021-06-27 Thread Joe Patterson
On Sat, Jun 26, 2021 at 5:31 PM Gert Doering wrote: > I'm not sure our include mechanism works in ccd files - but you could > try. It's done by specifying a config file in a config file, so > > ifconfig-push ... > ifconfig-ipv6-push ... > config my_standard_set.conf I can confirm from expe

Re: [Openvpn-users] Defining custom routes for particular users

2021-06-26 Thread Gert Doering
Hi, On Sat, Jun 26, 2021 at 06:11:07PM +0300, Nikolaos Milas wrote: > For those users, the ccd file becomes like: > > ifconfig-push 10.201.32.200 255.255.252.0 > ifconfig-ipv6-push 2001:648::::200/64 2001:648::::1 > > push-remove "route 255.255.255.224 10.201.32.1" >