I have an RB951G-2HnD MikroTik router running RouterOS 5.25.
This is my current simple router setup:
Code: Select all
INTERFACES:
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE MTU L2MTU MAX-L2MTU
0 X ether1 ether 1500 1598 4074
1 R ether2 ether 1500 1598 4074
2 X ether3 ether 1500 1598 4074
3 R ether4 ether 1500 1598 4074
4 X ether5 ether 1500 1598 4074
5 X wlan1
IP ADDRESSES:
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 10.0.0.175/24 10.0.0.0 ether2
1 192.168.0.1/24 192.168.0.0 ether4
IP ROUTES:
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 ADC 10.0.0.0/24 10.0.0.175 ether2 0
1 ADC 192.168.0.0/24 192.168.0.1 ether4 0
I tried to ping different computers on both networks from the router and it works just fine (eg. I can ping computers 10.0.0.4 and 192.168.0.2).
But I can't ping computers in 10.0.0.0/24 from 192.168.0.0/24. For example, my computer is in the 192.168.0.0/24 network and it set up like this:
IP address: 192.168.0.2/24
Default gateway: 192.168.0.1
From my computer, I CAN ping 10.0.0.175, which is the IP address of the ether2 port, but I CANNOT ping 10.0.0.4 or any other computer connected to that network.
Is there anything else I should set up for this to work?