Sql – Cannot connect to sql server from vpn client

sqlvpn

I have a client that using openvpn is connecting to a remote lan where i have a openvpn server (zeroshell)
i can use any service without troubles.
Now i am trying to connect to a sql server sitting on anoher subnet.

My client –> openvpn server –> router –> sql server

Openvpn server is on lan 192.168.50.x
The router connects lan 192.168.50.x to 192.168.60.x

SQL server is on 192.168.60.x
My client pings without problems the sql server after being connected to the vpn but i can't set odbc to connect to it.

What is wrong?
what should I set?

Ps
Client is xp, SQL server is windows 2003, vpn server is linux (zeroshell)

Best Answer

It turns out that the xp client I've been trying to use had problems.

A fresh install solved everything: Sql server works great with openvpn.