howto Get your PC's Local IP address
Howto Get your PC's Local IP address
Select Operating System: Screen shots coming soon for all of them...
- Windows 95 / 98 / ME
- Windows NT / 2000 / XP
- Windows Vista
- Linux (various distros)
- Mac OSX
Windows 95 / 98 / ME
- Click on your start menu
- Goto the Item listed as "Run.." and click on it. This will open a window with a single line to type on.
- In the "Run" Window type the following command: winipcfg
- Then Click OK or Press the Enter key on the keyboard
- This will open the IP configuration tool.
- On the drop down menu at the top select the device that you wish to know the IP of.
- The IP address should be visible
Windows NT / 2000 / XP (Home and Pro)
- Click on your start menu
- Goto the Item listed as "Run.." and click on it. This will open a window with a single line to type on.
- Type the command: cmd
- Then Click OK or Press the Enter key on the keyboard
- This will open an old style comand prompt (a black window with white text), in this window you can only type in one place where the cursor is flashing.
- In the "Command Prompt" window type the following where the cursor is at: ipconfig /all
- This will give you a lot of information, for all the networking devices on your computer, but in here should have your IP address listed in there
- When you are done with this information you can type 'exit' at the cursor and press enter, or simply press the "X" button at the top right.
Windows Vista
- Click on your "start orb"
- Goto "All Programs" And click on it
- Your start menu should change and you should see "Accessories" as an option. Click on that
- In Accessories you should see an entery labled "Command Prompt" Click on that
- This will open an old style command promt window (Black window with white text, and a lot of information). In this window you can only type where the cursor is at.
- In the Command prompt window type the following: ipconfig /all
- Now press enter
- This will give you a lot of information, in that information you are looking for the network device you want the IP of.
- It should be listed as "IPv4 Adrress"
- When you are done you can type "exit" and press enter or simply close the window with the "X" at the top right corner of the window.
Linux (most Distrobutions)
- You ussually need root privlidges inorder to look at or modify the network settings
- Open a "Terminal" window from your applications menu (various ways to get there)
- Once in a "Terminal" Session login as root using the "su" command
- It will prompt you for the administrator password, enter it.
- Once your have root privledge, type in 'ifconfig' this is not a type-o it is suppoed to be "ifconfig"
- Now press enter
- It will give you information about all configured network equipment.
- You are most likely looking for "eth0" on most computer (this is the name for the first Network card attached to the computer)
- Your IP address will be listed as "inet addr:"
- You can type "exit" to leave your session when you are done.
Mac OSX
by Matthew Craig | 28 May 2008 1:45PM EST