Click to See Complete Forum and Search --> : finding ip address on dhcp lan


tecknophreak
01-30-2002, 09:41 AM
how/where can i find what ip address i'm at on a dhcp lan? i checked all sorts of logs and it wasn't in there.

deadlock
01-30-2002, 09:46 AM
ifconfig - if it's not in the path then it's probably in /usr/sbin or /sbin. Or possibly /bin.

Hena
01-30-2002, 09:54 AM
"/sbin/ifconfig" - shows info on all network interfaces
"/etc/dhcpc/dhcpcd-ethX.info" or "/etc/dhcpcd-ethX.cache" - shows all the info about the interface ethX.

tecknophreak
01-30-2002, 10:04 AM
sweet, thanks