Finding your IP address

From Chemical Engineering @ UP wiki
Revision as of 14:41, 27 October 2009 by Alchemyst (Talk | contribs) (Created page with 'Your IP (Internet Protocol) address is a number that identifies your network card on the local network. It will often be required for work that requires network access. To find ...')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Your IP (Internet Protocol) address is a number that identifies your network card on the local network. It will often be required for work that requires network access.

To find it in Windows:

  1. Click "Start", then "Run" (or press Windowskey+R)
  2. In the dialog box, type "cmd" and hit enter
  3. A black window will appear. Type "ipconfig /all" and hit enter
  4. The IP address appears as a number of the form 137.215.xxx.xxx (on campus)

To find it in Linux: As root, run ifconfig from a terminal (note the difference -- "f" instead of "p").