1
24.1 Legacy Series / Re: KEA dhcpd not serving all subnets after reboot
« on: February 25, 2024, 09:06:24 am »Are you running an untagged vlan on the same trunk? Thats not recommended. If you are running vlans all of them should be tagged, even vlan 1. Freebsd doesnt like this.
The untagged parent interface doesnt need to be assigned. If you use a switch with native vlan id (or how its called) use a sacrafice vlan like 2000 or something for the untagged traffic so it doesnt collide with tagged traffic on the connected trunk interface.
Dont know if thats related to the KEA issue.
Thank you! This was indeed the issue. Now all VLANs (including VLAN 1) are tagged and KEA is also working as expected after a system reboot.
KEA does not even issue a warning "em0 is not running" now that VLANs are properly configured (not mixing tagged and untagged).