Hi guys,
I am new to ROS and need some advice. I made routed OpenVPN site-to-site between site A (server side 192.168.1.0/24) and site B (client side 192.168.2.0/24). Site A is reachable from site B and vice versa. Also all computers are pingable.
As site B is on 3G connection and ISP has closed incoming ports I made port forwarding in router on site A (incoming connection on site A on port 8000 to site B IP 192.168.2.10 which is my webcams IP). With that config I would like to acces my webcam on site B but if I open in my webbrowser http://siteAwanIP:8000 I do not reach my webcam.
I have made some research and I think I would have to enter in firewall this line:
iptables -t nat -A POSTROUTING -j MASQUERADE
My question is how to implement this line to routerOS?