EFW Support

Support => VPN Support => Topic started by: patoff on Friday 05 October 2012, 04:27:23 am



Title: OpenVPN Gw2Gw Endian 2.5.1 to Non Endian
Post by: patoff on Friday 05 October 2012, 04:27:23 am
Hi,

My organisation is trying to put in place a OpenVPN Lan and one of the client will be using Gw2gw of Endian 2.5.1. But right now the connectivity isn't working at all using the web interface. When adding my own configuration files manually it connects, but route aren't push to my client.

Here is my openvpn.conf to connect to the other openvpn server (which isn't an endian):

Code:
client
remote site.com 1195
ca ca.site.com.crt
cert clientdmz.site.com.crt
key clientdmz.site.com.key
dev tun
proto tcp
nobind
auth-nocache
script-security 2
persist-key
persist-tun

I always end up with those error in the VPN log:
Code:
OpenVPN
2012-10-03 19:54:06
hfvpn[26768]: Options error: --nobind doesn"t make sense unless used with --remote
OpenVPN
2012-10-03 19:54:06
hfvpn[26768]: Use --help for more information.

Do you guys have any idea how to make that work from web interface or config files?

Thanks in advance

Pat