connection to 2nd mikrotik thru first mikrotik

Hello all,

I have a single gateway mikrotik that handles routing/dhcp/etc…for my network.

I have a second remote Mikrotik with a wireless PTP system behind it that I am trying to establish communications with. I can ping this second Mikrotik from the gateway mikrotik using Winbox, but cannot access the web pages of the PTP units behind it, nor can I access the remote Mikrotik interface using Winbox.

All units on private IPs.

This is probably something minor that I have overlooked. Can someone clue me in?

Thanks,

Jakkwb

I still cannot, however, ping or bring up the web page of the PTP link that is attached to the remote mikrotik.

Here is a simple layout of my network:

Office PC—connected to office Mikrotik----PTP-system-------remote–Mikrotik(10.90.90.9)—2nd-PTP-system

Winbox is running on my office PC. I can use it to bring up the interface of the remote Mikrotik. From Winbox, I can successfully ping the 2nd PTP IP address (172.16.16.2) , but I cannot access the web page of it from my office PC.

Please help.

What do your routes look like?

This is from direct export:

Routes of office Mikrotik:

/ip route
add comment=“added by setup” disabled=no distance=1 dst-address=0.0.0.0/0
gateway=x.xx.yy.z scope=30 target-scope=10
add comment=“” disabled=no distance=1 dst-address=172.16.16.0/24 gateway=
“PTP to othertown”
/ip route rule
add action=lookup comment=“” disabled=no dst-address=0.0.0.0/0 src-address=
0.0.0.0/0 table=main


Routes of remote Mikrotik:

/ip route
add comment=“” disabled=no distance=1 dst-address=0.0.0.0/0 gateway=
10.90.90.1 scope=30 target-scope=10

I am pretty new at this, so please let me know if any more information is needed. Thank you.