PDA

View Full Version : [SOLVED] find internal IP address?



DaimyoKirby
November 26th, 2011, 12:37 AM
Does anyone know how I can find my internal IP address?

trinux_bc
November 26th, 2011, 12:42 AM
In Terminal you can type

ifconfig

Or you can click on the network applet, then click 'connection information.'

trinux_bc

tersogar
November 26th, 2011, 12:43 AM
Check this link.https://help.ubuntu.com/11.10/ubuntu-help/net-findip.html

DaimyoKirby
November 26th, 2011, 12:48 AM
Thanks so much! That article explained it very nicely!

tersogar
November 26th, 2011, 01:00 AM
Your welcome. Please mark the thread as solve.

prakshina
January 25th, 2013, 05:38 AM
Does anyone know how I can find my internal IP address?

To find your internal ip address follow the below steps:

Open the terminal window then type "ifconfig"
It will display list of network device in your computer.
In that the "lo" denotes local host and it should always be start with 127.x.x
The "inet addr" which starts from 192.168.x.x that is your internal ip address.
If you want to view your external ip address visit the site Ip-details.com (http://www.ip-details.com/) .