You are not logged in.
Pages: 1
Hi
Is information on current DHCP leases recorded anywhere?
On Debian it is in /var/lib/NetworkManager, but I haven't found anything similar in Slitaz.
Thanks
Offline
I did an HDD install and looked everywhere with grep and found nothing so gave up on that tack and extappalated the information I needed from ifconfig.
If it helps anyone else I used:
ADDRESS=$(ifconfig eth0 | grep "inet addr" | cut -d":" -f2 | cut -d" " -f1)
to get the ip address.
Other info can be extracted similarly.
Offline
Pages: 1
[ Generated in 0.015 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]