Hello,
I followed this article in order to setup a VPN... https://help.ubnt.com/hc/en-us/articles/217569187-EdgeRouter-OpenVPN-Server-with-TLS-and-Multiple-WAN
But I can't reach the LAN network with Android and Windows clients, I can stablish the connection and the VPN assign me the IP 192.168.9.2, but when I try to ping my LAN, for example 192.168.10.1 or enter to EdgeMax web console is not possible.
I supposed that I have to configure the firewall, but I dont have any idea, my current configuration is:
show interfaces openvpn vtun0
hash sha256
mode server
openvpn-option -comp-lzo
server {
name-server 192.168.10.1
push-route 192.168.10.0/24
subnet 192.168.9.0/24
}
tls {
ca-cert-file /config/auth/cacert.pem
cert-file /config/auth/server.pem
dh-file /config/auth/dhp.pem
key-file /config/auth/server.key
The only rule that I have in the firewall is:
set firewall name WAN_LOCAL rule 50 action accept
set firewall name WAN_LOCAL rule 50 description "OpenVPN"
set firewall name WAN_LOCAL rule 50 destination port 1194
set firewall name WAN_LOCAL rule 50 log enable
set firewall name WAN_LOCAL rule 50 protocol udp
Hope somebody can give me any idea.
Thanks!!