On Router A:
Local address: 192.168.51.1
Remote address: 192.168.51.101
/ip firewall nat print
0 chain=dstnat action=dst-nat to-addresses=192.168.88.253 to-ports=80 protocol=tcp dst-address=195.X.X.X dst-port=80
...
/ip route print
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
...
22 A S ;;; TEST
192.168.88.0/24 192.168.51.101 3
...
On Router B:
/ip route print
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 192.168.8.1 1
1 ADC 192.168.8.0/24 192.168.8.110 wlan1 0
2 X S 192.168.14.0/24 192.168.51.1 2
3 A S 192.168.15.0/24 192.168.51.1 2
4 ADC 192.168.51.1/32 192.168.51.101 pptp-out1 0
5 ADC 192.168.88.0/24 192.168.88.1 bridge-local 0
6 X S 195.X.X.X/28 192.168.51.1 3
/ip firewall nat
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat action=masquerade out-interface=wlan1 log=no log-prefix=""
1 X chain=srcnat action=masquerade out-interface=pptp-out1 log=no log-prefix=""
What do you need more?
---------------------------------------
Of course when I ping from router A to host 192.168.88.253 (CCTV) are there many timeout.
Port 80 (website) doesn't work....
You do not have the required permissions to view the files attached to this post.