Glad to hear it works :)
I assume this is a testnetwork.
So your two WAN's are in the same subnet.If you move this into production you will have to add a static route for the WAN of the server.
Something likeroute x.x.x.x 255.255.255.255 y.y.y.y
with x.x.x.x being the WAN of your server and y.y.y.y the gateway of your client.
Otherwise your client does not know how to send the VPN packets to the server after the tunnel is up.
I'll be moving to production within a month. Thanks alot again! :)