OpenVPN Client on Windows can not receive IP address.

After I installed OpenVPN client on Windows, My laptop can not received IP Address from DHCP Server by OpenVPN server. I don’t know why but I can fixed this problem by add bellow this line in my configuration file.

route-method exe
route-delay 10

And this is full my configuration file detail :

lient
dev tap0
proto udp
remote [Your IP Address of OpenVPN Server] 1194
nobind
ca cacert.pem
auth-user-pass
comp-lzo
route-method exe
route-delay 10

pull
verb 4

Perfect . :D

Related Posts

This entry was posted in VPN, Windows and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

*


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">