Page 1 of 1

how openvpn server push routing rule according to client ip?

Posted: Tue Jan 14, 2014 11:53 am
by tony.he
I want to implement the following requirement:
During the VPN connection established,server get the public ip address of client.According to the public ip,server push different routing rule to client.
so how to write the configure file? Any advice is welcome.Thanks!

Re: how openvpn server push routing rule according to client

Posted: Tue Jan 14, 2014 2:00 pm
by maikcat
you can send your clients different routes based on their certificate (ccd files)

Michael.

Re: how openvpn server push routing rule according to client

Posted: Tue Jan 14, 2014 2:14 pm
by tony.he
maikcat wrote:you can send your clients different routes based on their certificate (ccd files)

Michael.
sorry,I do not understand your meaning.It seems that the method you provided can not implement my requirement.Would you detail it?