i have 2x TP-Link 1043nd with Gargoyle 1.5.11 and wanted to connect 2 loacations with each other.
i have 2 severs 1 behind the openvpn server and 1 behind the openvpn client.
my problem is that i have no connection from openvpn server side lan to openvpn client side lan so i cant connect to the server behind the client.
here is my config:
server

mode server
port 1194
proto tcp-server
tls-server
ifconfig 10.8.0.1 255.255.255.0
topology subnet
client-config-dir /etc/openvpn/ccd
client-to-client
cipher AES-128-CBC
dev tun
keepalive 25 180
status /var/openvpn/current_status
verb 3
dh /etc/openvpn/dh1024.pem
ca /etc/openvpn/ca.crt
and client config:
client
remote xxx.xxx.xxx.xxx 1194
dev tun
proto tcp-client
status /var/openvpn/current_status
resolv-retry infinite
ns-cert-type server
topology subnet
verb 3
cipher AES-128-CBC
ca /etc/openvpn/grouter_client_qyxhhzrsjmyv_ca.crt
cert /etc/openvpn/grouter_client_qyxhhzrsjmyv.crt
key /etc/openvpn/grouter_client_qyxhhzrsjmyv.key
tls-auth /etc/openvpn/grouter_client_qyxhhzrsjmyv_ta.key 1
nobind
persist-key
persist-tun
comp-lzo
it would be nice if someone could explain me how i can set up this connection.
thx greets DaRo