DHCP Service - Logs and Debug

Trying to convert DHCP services from wifi router to my new MikroTik router.

I have defined two zones, with zone options. One on each VLAN

Test VLAN is 101. And I swear it worked for a while, now it stopped responding. Trying to figure out where I can get logs from on router side to find what is going on. I know the VM is on the VLAN L2 as I can ping when set to static IP and arp table shows on local broadcast domain. DHCP client times out due to lack of response from “server”.

Questions:

  1. Where is logs from switch that I can check service started and response to client request
  2. I assume with each VLAN being bound with IP (for routing) I assume no relay definition needed as the router interfaces is on that native VLAN.
    3 If / when I can purchase second switch, Is there any comments on zone split option to create this kind of service HA
    sw3_20191031.txt (37 KB)

Go to system logging and select debug, DHCP...
Then you will get debug information in your log for the DHCP…

defconf offering lease 192.168.0.100 for F0:03:8C:AF:6F:DF without success

This is the entry pertaining to the printer. I had the printer set to dhcp.
I guess it’s offering a lease and the printer isn’t taking it for some reason.