PDA

View Full Version : How to find out my IP address?


lola
20th April 2005, 19:25
Is there a way I can find out my IP address on my new SuSE 9.2 system? :confused:

lola

tommyboy
20th April 2005, 19:42
Log in to a shell, and run

ifconfig

It shows you all your network cards and their current IP adresses.

Tom

lola
21st April 2005, 12:26
Thanks Tom, that does the trick! :)

lola

Gorgonzola
19th March 2006, 00:06
:D
check your IP you on following locations
http://static-or-dynamic-ip.com
http://echoip.com

sbovisjb1
25th March 2006, 17:15
When run by itself, whoami looks like this:
$ whoami
sbovisjb1

That should be sufficient to give you the clue on how to implement the test you seek:
if [ $(whoami) = "sbovisjb1" ]
then
execute the code, we're the right user
else
echo "You must be user 'joe' to run this script."
exit 0
fi

You can modify this to match the user or set of users you want to allow, or you can negate the logic to screen out bad userIDs immediately, like this:
if [ $(whoami) = "root" ]
then
echo "You cannot run this script as root."
exit 1
fi

original source: http://www.askdavetaylor.com/how_can_shell_scripts_check_user_id.html

sbovisjb1
26th March 2006, 04:23
I mentioned a website where you can check you're ip adress history... i believe the feds use this... :)

http://www.iptagger.com/

Londoner
26th August 2006, 10:54
Another good site for finding info on your IP address is:
IP Notes - Find out your IP address (http://www.ip-notes.com)
(copied from my bookmarks)
It also sticks your location on a Google Map - quite funky.

falko
27th August 2006, 17:52
It also sticks your location on a Google Map - quite funky.
That's a nice feature - although it's showing my ISP's location and not mine. But still interesting. :)

Chris76x
9th September 2006, 03:21
This page show your IP and if you want to copy and paste it, you just have to click on the IP and it will copied.

http://ipdragon.com

Chris

Hans
9th September 2006, 09:35
Or URL: http://whatismyip.com/

muthumadhu
22nd May 2009, 14:19
I am muthu. If u want to know Your internet ip address plz visithttp://www.ip-details.com.Or else If u want to know your LAN connection ip address go to cmd in your System and Type ping.U will get.

muthumadhu
5th June 2009, 14:09
U want to know your ip address.U go to cmd and type ipconfig,If u want to know internet ip address click this linkhttp://www.ip-details.com

TimE
23rd July 2009, 15:32
Another good site to check your IP is http://whatismy.ipwhippet.com :)

dipeshmehta
1st August 2009, 11:34
http://checkip.dyndns.com

matey
18th August 2009, 14:08
I mentioned a website where you can check you're ip adress history... i believe the feds use this... :)

http://www.iptagger.com/
the feds?
eekh, I like to give them piece of my mind. those buzzards (wearing an eagle costume)! x(
:mad:

lovinggirl
5th September 2009, 08:40
I always use.

http://www.ip2location.com

It will show your real ip if your ISP is hiding you by proxy.

miltonhork
23rd October 2009, 15:53
Hi dude,

There are lots of ways to know your IP address. Some of them are here :

IP2location.com
whatismyip.com

antonibede
1st December 2009, 13:04
Hey nowadays, just go on google and write "What is my ip address" in the
search engine. It'll give you readyment answer. Other wise ip2location. com use this one..