@viragomann:
With "Redirect gateway" checkt, the client should get pushed the default route.
However, the default route is split in two parts:
0.0.0.0/1 <ovpn-server>128.0.0.0/1</ovpn-server>
That's why the OS doesn't see the vpn server as default gateway.
So check the clients routing table or try a traceroute to a public address to verify if you go over vpn.
Nevermind!, i ran a "tracert" command to "X" public IP and i noticed it is going trough my VPN server, i also checked on http://www.whatsmyip.org/ and i had my VPN server public IP.
Thanks for the tip !