Click to See Complete Forum and Search --> : How do I find out my IP address on solaris?


proffy
11-07-2001, 09:04 PM
I need a command I can type from a prompt.

RTFM
11-07-2001, 09:17 PM
does ifconfig <device> not show it ?

Kint
11-08-2001, 11:15 AM
ifconfig -a as root.

Slackmonster
11-19-2001, 02:10 AM
You can do ifconfig -a as stated above, netstat -in which will show you in a concise way the ips and which interfaces they are on, or you can check your /etc/hosts file.