How to Find Your IP Address in Ubuntu Linux

Posted by Trevor Bekolay on How to geek See other posts from How to geek or by Trevor Bekolay
Published on Wed, 12 May 2010 10:00:00 +0000 Indexed on 2010/05/12 10:04 UTC
Read the original article Hit count: 578

Filed under:
|

In Windows, we use the command-line program ipconfig to find out our IP address. How do you find it in Ubuntu?

We will show you two locations easily accessible through the GUI and, of course, a terminal command that will get your IP address in no time.

The first location, and the easiest in most cases, is found by right clicking the network icon in the notification area and clicking Connection Information.

sshot-1

This brings up a window which has a bunch of information, including your IP address.

sshot-2

The second location, which shows you more detail than this first method, is at System > Administration > Network Tools.

sshot-3

Select the right network device, and you’ve got a ton of information at your fingertips.

sshot-4

Finally, if you can’t tear yourself away from a terminal window, the command to type in is:

ifconfig

Yes, it’s only one character different than ipconfig. Who would have guessed?

sshot-5

As it turns out, you’re always a few clicks or keystrokes away from finding your IP address in Ubuntu. Isn’t choice great?


Got an opinion to share? Click here to join the discussion

Similar Articles Productive Geek Tips
Latest Software Reviews Tinyhacker Random Tips


© How to geek or respective owner

Related posts about linux

Related posts about ubuntu