Hello everyone!
I just noticed in case dhcp registration is turned on and you add an entry to the host override page it would not work correctly. It only won't work for machines that are also registered by the dhcp registration option.
For example:
My main rig "192.168.1.110" is registered by the dhcp registration option as "HomePC". Now when I add "TestHomePC" with the same "192.168.1.110" IP as a Host override it won't resolve it.
were as
All entries are correctly propagated to their config files. Two different hostnames with the same IP - both set in the host override page - work fine - it just won´t work when one is set by the dhcp registration option and the other one manually. In this case, both entries are in two different config files which seems to break it.
Is this supposed to be working?
Thanks! (:
(EDIT: I´m running OPNsense 22.1.6-amd64)
I just noticed in case dhcp registration is turned on and you add an entry to the host override page it would not work correctly. It only won't work for machines that are also registered by the dhcp registration option.
For example:
My main rig "192.168.1.110" is registered by the dhcp registration option as "HomePC". Now when I add "TestHomePC" with the same "192.168.1.110" IP as a Host override it won't resolve it.
Code Select
nslookup HomePC
Server: OPNsense.home
Address: 192.168.1.1
Name: HomePC.home
Address: 192.168.1.110
were as
Code Select
nslookup TestHomePC
Server: OPNsense.home
Address: 192.168.1.1
*** TestHomePC wurde von OPNsense.home nicht gefunden: Non-existent domain.
All entries are correctly propagated to their config files. Two different hostnames with the same IP - both set in the host override page - work fine - it just won´t work when one is set by the dhcp registration option and the other one manually. In this case, both entries are in two different config files which seems to break it.
Is this supposed to be working?
Thanks! (:
(EDIT: I´m running OPNsense 22.1.6-amd64)