I'm trying to find the DHCP lease info for my wifi connection on a network using WPA2 Enterprise and PEAP. I can do this in Windows using ipconfig /all which shows both when the lease was issued and when the lease expires.
Looking in /var/lib/dhcp I cannot find any recent entries. All of them appear to be for other wifi networks. Also my /var/lib/dhcp/dhclient.leases file is empty. So I'm wondering if the information is kept somewhere else in the case of PEAP connections, but have been unable to find any info about this after a few google searches.
/var/lib/dhcpand some in/var/lib/NetworkManager? Was my assumption correct that PEAP leases end up in the path you provided? I've never made a connection using anything other than the Network Manager GUI so it just seems a little weird to me. – TheSchwa Sep 10 '14 at 23:18