Notes:
/etc/hosts does not contain ipfire, only localhost
/etc/hostname: no such file or directory
if I type hostname, I get ipfire.lan
I type ssh root@ipfire since I’m not root at my system, my username is pavlos
If I would type ssh ipfire, it would try to connect to pavlos@ipfire (no such user)
hence I need to explicitly type root@ipfire
A sleep 2 before the last line gives time to dhcp to start and then unbound to restart, I no longer see these errors in /var/log/messages
Second issue:
local-data: "1.1.168.192.in-addr.arpa 60 IN PTR ipfire.lan"
this line appears b/c 9 months ago I plugged in a usb wifi and configured a blue network. I no longer use the blue network but I found that /var/ipfire/ethernet/settings still contained references for the blue network which is long gone.
Since I got rid of the blue network 9 months ago, those lines should have been removed from /var/ipfire/ethernet/settings The puzzle was that /etc/unbound/hosts.conf had a reference to 192.* and that led me to a wild chase to find out why. Glad I found it so I can sleep at night
Jon, I removed ipfire as one of my static hosts. I can still ping ipfire from a client so you’re correct, I do not need to define ipfire as a static host. But if I remove pve5 from the static hosts list, I cannot ping pve5 I only define in static hosts those hosts that I would like to ping by name.