While having a conversation with @tbdinesh this issue came about:
We are thinking of using 1 pi for dns resolution and run bind on it. How to give a static ip on mesh for this name server?
this made me think how we manage the computers that are fixed in our networks.
One way of approaching this is to add the fixed ip and host to /etc/hosts, but you would have to maintain it yourself.
The other way is by not configuring it at all... i think that when the dhcp does a lease, it asks if that ip has been used (so it doesn't step onto anyone else)... but not sure if it happens on all interfaces (so bat0 is also included, ie the whole mesh), or not...
Anyway, I believe this should be a typical usecase that we should consider.
While having a conversation with @tbdinesh this issue came about:
this made me think how we manage the computers that are fixed in our networks.
One way of approaching this is to add the fixed ip and host to /etc/hosts, but you would have to maintain it yourself.
The other way is by not configuring it at all... i think that when the dhcp does a lease, it asks if that ip has been used (so it doesn't step onto anyone else)... but not sure if it happens on all interfaces (so bat0 is also included, ie the whole mesh), or not...
Anyway, I believe this should be a typical usecase that we should consider.