Hello folks,
Below are the easiest way to find your private and public IP address quickly.
In Windows base OS by running the
ipconfig command in a Command Prompt. You'll see your IP address in the IPv4 Address row as below :
QuoteIPV4 Address . . . . . . . . . . . . . . . . . . 192.168.1.14
A quick way to find your public IP address is search for
what is my ip in Google. It will display your public IP address.
In Linux based OS by running the
ifconfig command in a Command Prompt. You'll see your IP address in as below:
Quote
inet addr:xxx.xxx.xxx.x Bcast:xxx.xxx.xxx.x Mask:xxx.xxx.xxx.x
That's all.
Enjoy !! :) :)