@DaReaLDeviL:
Jun 3 08:21:25 miniupnpd[98076]: SSDP packet sender 192.168.1.199:64391 not from a LAN, ignoring
Jun 3 08:21:25 miniupnpd[98076]: SSDP packet sender 192.168.1.199:64391 not from a LAN, ignoring
You appear to be using a routing daemon of some kind, are you running RIP? Without knowing your exact routing setup, I'm just guessing, but you could probably prevent these log entries with a firewall rule on your LAN interface since they are all from the same IP and port… but if you are actually using UPnP on your network then filtering it out of your router could break things. (I suspect it won't, but what do I know?)
I'd try a rule like this:
ID Proto Source Port Destination Port Gateway Queue Schedule
block * IPv4 192.168.1.199 64391 LAN Address * * *
@DaReaLDeviL:
Jun 3 08:20:20 dnsmasq[12752]: read /etc/hosts - 32 addresses
Jun 3 08:09:07 dnsmasq[12752]: read /etc/hosts - 32 addresses
This one I can't help with other than to suggest you double-check all your dnsmasq settings? Maybe reboot the router to see if it clears up?