Hello everybody.
I’m trying to access the web interface of a TP-Link behind a Mikrotik (RouterBoard750) connected on Ether5. Microtik is connected to lan on Ether3. There is also an openVPN interface that i plan to use to access the web interface after deployment.
If i connect the TP-Link back-to-back with my computer, i can access it via 192.168.1.254:80 (i can also ping that IP).
Ether3 has one real IP Assigned (X.X.X.X)
I have assigned 2 IP Addresses on Ether5. 192.168.27.1/24 ( hotspot pool) and 192.168.1.1/32 (so that i can access the TP-Link).
I am able to access the Mikrotik via winbox on X.X.X.X . But when i try to ping 192.168.1.254 through the winbox’s ping, i get no response (timeout). ( i can ping 192.168.1.1 from the winbox)
But at the same time, the hotspot is working perfectly!
What am i doing wrong?
Here is the ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 X.X.X.X/25 X.X.X.0 ether3
1 192.168.27.1/24 192.168.27.0 ether5
2 D 10.8.0.6/32 10.8.0.1 ovpn-out1
3 192.168.1.1/32 192.168.1.0 ether5
and the ip route print
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 87.243.72.1 1
1 ADC 10.8.0.1/32 10.8.0.6 ovpn-out1 0
2 ADS Y.Y.Y.Y/32 10.8.0.1 1
3 ADC X.X.X.0/25 X.X.X.X ether3 0
4 ADC 192.168.1.0/32 192.168.1.1 ether5 0
5 ADC 192.168.27.0/24 192.168.27.1 ether5 0