db3l wrote:
No, those are logs from when your Linode (specifically the DHCP client program dhclient running on your Linode) requests an address from the network DHCP server to be used by your Linode.
As to why they aren't static, I expect it's mostly simplicity. This way the standard distributions that you can install will all just work out of the box without requiring any manual configuration. Otherwise you'd need to make changes to your local installation after each new Linode is created before you could get to it on the network (aside from Lish).
But as you note, you can certainly change it to a static configuration if you prefer. There's not much advantage to that in most cases, and in particular it can complicate things a little if you clone images or restore backups to other Linodes.
-- David
Ok, Thanks. Now that I read the log info again, I see that my linode is making a DHCP request
to another server (and not vice versa as was my concern)