Page 1 of 1

[resolved] Force push "redirect-gateway" on ONE client only

Posted: Mon Dec 05, 2011 6:13 pm
by Daniel S
I have a road warrior connected to VPN, and I'd like all traffic routed to the specific client to go through OpenVPN server. I'm aware that push "redirect-gateway def1" forces route on every client.

Is it possible to force route on client side config or be more specific with what client I'd like to force route to?

Maybe the only solution would be to push redirect-nopull on all other devices.


Cheers,


Daniel

Re: Force push "redirect-gateway" on ONE client only

Posted: Tue Dec 06, 2011 6:50 am
by Mimiko
Use ccd files to push that option only to that client. Create a file with client's common name and put in that file only needed options.

Re: Force push "redirect-gateway" on ONE client only

Posted: Tue Dec 06, 2011 6:30 pm
by Daniel S
Works great. Thank you.