I need to view remote ip cameras using a mobile phone app.
NVR is in remote site, can't access through public ip.
Remote site 192.168.10.0/24 and local site 192.168.77.0/24 connected through VPN SSTP
I can access remote site with no problem if connected to my local site, so VPN works.
I would like to connect remotely using my smartphone by configuring the app to connect to my server router's public ip and forward connection through VPN to the client router.
I configured dst-nat to foward port 6060 to the remote site NVR's local ip.
Looks like the traffic is not coming back.correctly, I can't view the cameras when connecting from outside.
Server router:
Code: Select all
# jan/16/2018 16:15:10 by RouterOS 6.41
# model = RouterBOARD 962UiGS-5HacT2HnT
/ip firewall nat
add action=dst-nat chain=dstnat dst-port=6060 protocol=tcp to-addresses=192.168.10.102 to-ports=6060
What am I doing wrong?
Please help.