You can find your IP address using several methods:
For Windows:
- Open Command Prompt by typing
cmdin the search bar and pressing Enter. - Type the command:
ipconfig - Look for the "IPv4 Address" under your active network connection.
For macOS:
- Open Terminal from Applications > Utilities.
- Type the command:
ifconfig - Look for the
inetentry under your active network interface (usuallyen0oren1).
For Linux:
- Open a terminal.
- Type the command:
ip addr show - Look for the
inetentry under your active network interface.
For Public IP Address:
You can also find your public IP address by visiting a website like:
These methods will help you determine both your local and public IP addresses.
