I’m having problems with accesing my remote MT with winbox. I can connect to 433ah, but everything behinde is unconnectable with winbox.
I can access them with telnet from 433ah, i can ping and traceroute from all MT’s to all destinations but i can’t ping or traceroute networks that are behinde 433ah!
Firewall is empty on 433ah!
Users behinde 411 can go on the internet normaly.
internet ----- r1 ---- 433ah --------411—
I
I
myPC*
Most likely NAT is configured on RB433 and there is no separate routable IP subnet for RB411 and client.
You may use NAT on RB433 (DST-NAT) and forward requests from public network to local by NAT (for example Winbox port, or any other port, which could be used for management).
1 ;;; forward Winbox to Station
chain=dstnat action=dst-nat to-addresses=10.10.10.2 to-ports=8291 protocol=tcp
in-interface=ether1 dst-port=8292
MT1 Route table:
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 192.168.7.1 1
1 ADC 10.10.10.0/27 10.10.10.1 wlan1 0
2 A S 10.10.10.0/32 ether1 1
3 ADC 192.168.7.0/30 192.168.7.2 ether1 0
users behinde MT2 can go normally to internet.
from pc behinde R1 i can ping MT1's ether1, but everything behinde is unreachable from that side.