Hello.
I have one physical interface eth0-local, on which i run dhcp server, network 192.168.0.0/24
Now i want to setup 172.16.17.0/24 on the same interface.
Here is what i do:
i add second address on the same interface - 172.16.17.1/24, network 172.16.17.0, with this address comes a dynamic route to 172.16.17.0, gateway eth0-local, preferred source 172.16.17.1
After this - mikrotik can ping any clients in 172.16.17.0, i can ping any client in 192.168.0.0 from 172.16.17.0, but i can't ping any client in 172.16.17.0 from 192.168.0.0, except 172.16.17.1 - i cant ping it from 192.168.0.0
What am i doing wrong? Maybe there is another way to accomplish what i am trying to do?