running smart client over vpn connection

Hi,

A year ago I tested running smart client over Vpn connection ( with 4.x).

At first that did not work, but after setting my local Java network proxy setting to DIRECT, it worked fine.

I am testing again now (5.2.2 ) and the smart client starts over vpn but then I get the error " Solution can not be loaded : Ibismain"

current settings on serv are :

ssl = off
usetwowaysocket = on
compress = on

What could cause this ??

Regards,

Hi Hans!

I have configured a vpn connection to my customers Servoy App Server (5.2.2) and the Smart Client is starting as expected.
Do you have set:
java.rmi.server.hostname: 127.0.0.1
SocketFactory.tunnelConnectionMode: http ?

Regards,
Thomas

Thanks Thomas,

I had not set the rmi host to 127.0.0.1
It works now.

Regards,