Now we're getting somewhere :
@ramikilany said in DNS Resolver sudden stop and filterdns PID 48934:
Mar 18 12:39:52 dhcpleases 17571 Sending HUP signal to dns daemon(24774)
and
Mar 18 12:39:52 unbound 24774 [24774:0] notice: Restart of unbound 1.13.1.
Very handy, that time mark at the start, isn't it ?!
You actually posted yourself the answer to why this happens :
DNS Resolver sudden stop
Now, I guess I do not need to tell who 'dns daemon' is - right ? ;)
'dns daemon' can be unbound or dnsmasq, the forwarder. The dhcpleases processes doesn't mind, as it just send a HUP to the PID found in the 'dns daemon' PID file.
@ramikilany said in DNS Resolver sudden stop and filterdns PID 48934:
and I need to access them remotely by FQDN
Like using a NAT rule and such ? Using IPv4 ?
That means your are doing a lot of PAT (Port NAT). Which means : static IPs for all these devices on your LAN.
or adopt IPv6 .... and you still need to assign 'fixed' IP info to all these devices .... as accessing by host name from the outside implies porting local DNS info over to a public (your own, probably) DNS name server.
You don't want your name server zone info getting changed every xx seconds, that would be bad ... very bad.
@ramikilany said in DNS Resolver sudden stop and filterdns PID 48934:
200 IPs .... 400 device (I have mobiles and phones Network and IoT and more than 200 PC for a system)
Only static DHCP lease are needed for devices that need to be made accessed from elsewhere.
DHCP, as such, still works fine.
Do you need to connect TO a phone ? (is that possible ?)
Normally, stuff like file servers, printers, NAS's have (always) static DHCP leases.
Or plain static IP settings on their side - and entries - host overrides - on the DNS - unbound - side.
And then , yes, if you have 400 devices, you have to make 400 entries.
Btw : Un checking DNS registration actualy stops this process :
dhcpleases 17571 Sending HUP signal to dns daemon(24774)
which is probably killing your DNS.