linuxmuster / linuxmuster-linbo

Linbo imaging system for linuxmuster.net
23 stars 22 forks source link

linbo-remote: Handling of clients with dynamic ip (lmn7 only) #148

Closed HappyBasher closed 3 years ago

HappyBasher commented 3 years ago

Dynamic ip clients don't have a fixed ip in devices.csv so linbo-remote is not able to handle them.

fschuett commented 3 years ago

What are dynamic ip clients? As soon as linbo registers a client, it assigns a fixed ip address, which is used. Are you talking about clients without lan adapters? For such clients I do use the wlan mac address for identification purposes. That works quite well. I can backport this.

PLanB2008 commented 3 years ago

Dynamic ip clients are clients without a static DHCP lease.

HappyBasher commented 3 years ago

Instead of an ip address they have only a "DHPC" entry in devices.csv. So they work in different subnets with full linbo functionality.

HappyBasher commented 3 years ago

linbo-remote now uses the hostname instead of client's ip address. If ip is given as an argument the hostname will be queried with nslookup, so the dns should be properly configured.