Folks!
First of all sorry for digging up such an old thread but my problem seems to be similar so...
I have serious doubts if this problem is MikroTik related, but anyway.
Here is a thing.
I have running network, only one LAN until now.
I thought to give a try network segmentation and make separate networks.
My basic network has DHCP server enabled, but some PCs have static addresses also.
[usr@MT] > ip dhcp-server print
Flags: D - dynamic, X - disabled, I - invalid
# NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0 dhcp1 bridge1 dhcp_pool0 1d1h15m
DHCP pool is: 192.168.6.2-192.168.6.100
[usr@MT] > ip dhcp-server network print
Flags: D - dynamic
# ADDRESS GATEWAY DNS-SERVER WINS-SERVER DOMAIN
0 192.168.6.0/25 192.168.6.1 192.168.6.1,8.8...
I have added second IP (10.10.8.222/24) to bridge:
[usr@MT] /ip address> print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 192.168.6.1/25 192.168.6.0 bridge1
1 D XXX.XXX.XXX.XXX/XX 10.50.0.0 ISP
2 10.10.8.222/24 10.10.8.0 bridge1
...and a static IP:10.10.8.111/24 to one of network printers.
Dynamic route was created:
8 ADC 10.10.8.0/24 10.10.8.222 bridge1 0
It should be working without any problems, but it isn't.
I have tested pings from 21 devices in the network for now. Windows, linux, Qnap QTS.
Pings from 11 of those reached 10.10.8.111, but from 10 didn't.
I couldn't find any pattern. On one machine with static ip it is working, on another it's not.
On linux workstations it's working, on Qnap QTS it's not, etc, etc...Of course I was testing with firewalls off.
It is working from router itself. No surprise here.
What's odd on one of the machines I can see that pings are going to my ISP's gateway.
Reply from 10.50.0.0: Destination net unreachable...
Another strange thing is that one of the machines received dhcp lease from secondary IP address of bridge:
DHCP Server . . . . . . . . . . . : 10.10.8.222
but on most of them it's like it should be:
DHCP Server . . . . . . . . . . . : 192.168.6.1
DNS Servers . . . . . . . . . . . : 192.168.6.1
Any help would be appreciated, maybe someone has an idea.
Below is a layout of whole mess (whole network is not wireless, but I just forgot to remove icon, when creating screenshot):
![Image](https://i.ibb.co/h8WJNz7/Local.png)