DHCP Server status not visible for VLAN interface
-
The status page for the dhcp servers only show the dhcp server for the default lan but the interface's dhcp server is missing. For the configurations I have two separate tabs. But the lease utilization lists the lan only. How can I fix this?
The log looks like this:
...
INFO [kea-dhcp4.dhcpsrv.0x8aafea12000] DHCPSRV_CFGMGR_USE_ALLOCATOR using the iterative allocator for V4 leases in subnet 192.168.5.0/24
INFO [kea-dhcp4.dhcpsrv.0x8aafea12000] DHCPSRV_CFGMGR_USE_ALLOCATOR using the iterative allocator for V4 leases in subnet 192.168.54.0/24
WARN [kea-dhcp4.dhcp4.0x8aafea12000] DHCP4_MULTI_THREADING_INFO enabled: yes, number of threads: 2, queue size: 64
INFO [kea-dhcp4.dhcp4.0x8aafea12000] DHCP4_STARTED Kea DHCPv4 server version 2.4.0 started
... -
@joergb you mean the services page for dhcpd?
Common issue with that is mask on interface is wrong, ie set to say 32 vs 24, a /32 mask would have no IPs to be able to run a dhcp server with.
Also see your trying to run KEA vs ISC.. KEA is preview, it could have all kinds of oddness with it. Do you see your dhcp tab when you switch back to ISC?
-
Switching back to the deprecated ISC solved my problem. Thank you @johnpoz