KBA/Getting my IP Address
From Lankyland
Sometimes it is important to know what your IP Address is, especially when trying to problem solve internet connectivity issues. These steps will guide you through finding your IP
Contents |
Unix Based Operating Systems
Most Unix-based Operating Systems use the ifconfig command to bring up the IP Address.
Mac OS X
- Open Finder
- Applications
- Utilities
- Terminal
- Type
ifconfig
Debian Based Linux
- Open a terminal
- Type
sudo ifconfig
Windows
Windows uses basically the same way to find the IP Address but it varies based on which version you are using. The 4 most recent versions of Windows all use the following steps involving ipconfig. Older versions are a little bit more picky.
- Click the Start button
- Click Run...
- Type
cmdand hit Enter. A black window should open - Type
ipconfig /all

