Click to See Complete Forum and Search --> : TCP/IP Information


AIXNewbe
07-25-2002, 07:42 PM
How do you see your IP number in Linux or AIX if you are using DHCP?

cowanrl
07-25-2002, 07:49 PM
You should be able to type in these commands at the command line:

/sbin/ifconfig

or

/sbin/ifconfig -a

AIXNewbe
07-25-2002, 07:57 PM
That worked perfect, Thanks.