Hi Folks,
I'd like some help please.
I'm running 18.1.b, and I can't get hostnames to show up on the Insight reports--I just see IP addresses.
I've followed the steps here: https://github.com/opnsense/core/issues/1854
I am looking at the Insight->Totals->Top usage ports/sources for the lan
I'm running dnsmasq, and I have these dnsmasq options enabled:
- Enable DNS Forwarder
- Register DHCP leases in DNS forwarder
- Register DHCP static mappings in DNS forwarder
- Resolve DHCP mappings first
And in Systems->Settings->General I have ensured that this option is not enabled:
[ ] Do not use the DNS Forwarder/Resolver as a DNS server for the firewall
Is there anything else that I need to do to get the IP addresses to resolve to hostnames?
Also, should the IPs (both local and remote) on the Insight Details report also resolve to hostnames?
OK I was not seeing the option because I was using the Beta and not the dev version, and these changes apparently have not made it to the Beta yet.
After I perform (in a shell on the OPNsense box):
opnsense-update -t opnsense-devel
and restart I see the Reverse-Lookup option
This is due in 18.1 according to the github page about it: https://github.com/opnsense/core/issues/1034
Bart...