AXE75, OpenVPN and access to LAN machines
Hi,
I would like to have access to the LAN machines when connected from outside on the LAN where the router is serving the OpenVPN service.
Now, I can connect to the OpenVPN service alright and traffic goes through the VPN as expected (I have configured Internet and Home Network). However, I cannot access any of the machines on the LAN.
Can't send WOL packets and have no access to the machines' shared drives.
I have tried messing around with the static routes on the router, and on the openvpn config file, but no joy there. What am I doing wrong?
the conf file looks like this
client
dev tun
proto udp
float
nobind
cipher AES-128-CBC
comp-lzo adaptive
resolv-retry infinite
remote-cert-tls server
persist-key
persist-tun
remote my_public_ip 1194
route 10.8.0.0 255.255.255.0 192.168.1.29