> 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.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

