Connecting between subnets

I have searched the forum but could not find the info, so any help advice is appreciated.

I have created 2 networks on my router,

1 : 192.168.1.1 on lan ports 1-3-4 No DHCP
2 : 192.168.2.1 on port 3 (lan port 2) with DHCP

the 192.168.1.1 is for pc’s and 192.168.2.1 for voip phones only. all works fine.

Now the problem is I’m unable to access devices on 192.168.2.1 from 192.168.1.1
I know this one is very easy, but I forgot how to do it :frowning:

thanks in advance.

Mikrotik automatically routes between subnets. (Unless you added a firewall drop rule)

Broadcasts do not leave the subnet. (This is the basic design)

I didnot add any drop rule, and I’m unable to go from one to another…

Post your route table and highlight the subnet routes

Example:

2 ADC 10.0.0.0/22 10.0.0.11 Ether5-Out to S… 0
3 ADC 10.0.0.0/32 10.0.0.1 vrrp Office 0
4 ADC 10.1.0.0/22 10.1.0.11 vlan100 0
5 ADC 10.1.0.0/32 10.1.0.1 vrrp Main 0
6 ADC 10.2.0.0/22 10.2.0.11 vlan200 0
7 ADC 10.2.0.0/32 10.2.0.1 vrrp Network 0
8 ADC 10.3.0.0/22 10.3.0.11 vlan300 0
9 DC 10.3.0.0/32 10.3.0.1 vrrp Guest 0


In the example I have highlighted by 4 subnets. I can call any IP directly in any of those subnets (Except the for 10.0.0.0/22 because I placed a firewall rule to segregate it from the other 3)

So please explain EXACTLY what is failing.
Can you ping devices in the other subnets?

This is my routing table :

/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 xxx.xxx.xxx.xxx 1
1 ADC 192.168.1.0/24 192.168.1.1 bridge-local 0
2 ADC 192.168.2.0/24 192.168.2.1 ether3-slave-local 0
3 ADC xxx.xxx.xxx.0/24 xxx.xxx.xxx.xxx ether1-gateway 0

Does traceroute in the Mikrotik work?
Does ping work?

Why does it look like they are added to a bridge through the cpu instead of using the switch?

Well it’s partially in bridge, so we have 4 lan ports, 3 of them are in bridge, port 1, 3, 4 they work toghether, while port 2 is enslaved and has the separate 192.168.2.1 ip and DHCP.

now you asked me about ping, I just tried the ping and it worked, after that I tried to acces the devices and I can. So I’m starting to think that some things on the Mikrotik need more time to fully function after setting them, like after I made the changes of IP, enslavement of port, DHCP etc… it took some time untill it all started to work…

strange, 10 minutes after it was not working, now it does.

in any case, thanks for helping.