Trying to create DHCP server on VLAN

It should be under /ip dhcp-server network …

Ah, sorry, I do have that entry already. I must have accidentally deleted when doing reactions.

here it is:

/ip dhcp-server network
add address=192.168.1.0/24 comment=defconf dns-server=192.168.1.1 gateway=
192.168.1.1 netmask=24
add address=192.168.102.0/24 dns-server=192.168.102.1 gateway=192.168.102.1

Interface list membership is not inherited, if you anchor vlan interface to another (trunk) interface, without explicit configuration it isn’t member of any interface list.

Ah, that’s a huge misunderstanding on my part! Thanks!

The confusion comes because bridge has multiple personalities (read more about bridge mysteries).

I did read that, to be honest I’m still trying to wrap my head around it, but if I understand correctly, tagged traffic from the router has to egress to the
built in switch before it can egress to an Ethernet port, and that’s why it’s required, yes?