[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Command to see ip address on etch stable



> On Thu, Aug 23, 2007 at 04:02:46PM -0500, Michael Kerwin wrote:
> > Is there a command on debian etch stable that you can run to see what ip address you are?
> 


Try this

ifconfig eth0 | grep inet | awk '{ print $2 }'

Where eth0 it's your first network card, and so on.
Good Luck.

-olr.



Reply to: