Hi, Really really newbie question...

Hi, I want to know how you can find out your own machine's ip address. I mean if you're assigned an ip address dynamically each time you're on the network, what method do you use?
[189 byte] By [GJoshia] at [2007-11-26 19:00:59]
# 1
http://www.exampledepot.com/egs/java.net/Local.html
prometheuzza at 2007-7-9 20:44:11 > top of Java-index,Java Essentials,New To Java...
# 2
Mines 127.0.0.1
ScarletPimpernela at 2007-7-9 20:44:11 > top of Java-index,Java Essentials,New To Java...
# 3
> Mines 127.0.0.1Damn, how did you get hold of my IP?
prometheuzza at 2007-7-9 20:44:11 > top of Java-index,Java Essentials,New To Java...
# 4
> http://www.exampledepot.com/egs/java.net/Local.htmlHey thanks much :^)The developer's almanac is BRILLIANT!
GJoshia at 2007-7-9 20:44:11 > top of Java-index,Java Essentials,New To Java...
# 5
> ****, how did you get hold of my IP?No, this one is mine!Hmm, how is it possible to have number of machines with same IP address? I thought IP should be unique :(
Michael.Nazarov@sun.coma at 2007-7-9 20:44:11 > top of Java-index,Java Essentials,New To Java...
# 6

> >

> http://www.exampledepot.com/egs/java.net/Local.html

>

> Hey thanks much :^)

> The developer's almanac is BRILLIANT!

You're welcome.

Be sure you don't go copy-n-pasting things blindly: always (try to) know what you're doing. This is a complete index of (almost) all online tutorials provided by Sun:

http://java.sun.com/docs/books/tutorial/reallybigindex.html

Good luck.

prometheuzza at 2007-7-9 20:44:11 > top of Java-index,Java Essentials,New To Java...
# 7
No, don't worry about that. if I can't understand something, i can't do a thing with it.So no worries there :) Thanks
GJoshia at 2007-7-9 20:44:11 > top of Java-index,Java Essentials,New To Java...
# 8
> > Mines 127.0.0.1> > ****, how did you get hold of my IP?I've decided to be different and use 127.0.0.2
georgemca at 2007-7-9 20:44:11 > top of Java-index,Java Essentials,New To Java...
# 9
> > > Mines 127.0.0.1> > > > ****, how did you get hold of my IP?> > I've decided to be different and use 127.0.0.2Now who said programmers don't have a sense of humour?
GJoshia at 2007-7-9 20:44:11 > top of Java-index,Java Essentials,New To Java...
# 10
> Now who said programmers don't have a sense of humour?Who says he was joking? ;-)
masijade.a at 2007-7-9 20:44:11 > top of Java-index,Java Essentials,New To Java...
# 11
Start>Run> type cmd and hit enterThen type: "ipconfig" in console
shlumpha at 2007-7-9 20:44:11 > top of Java-index,Java Essentials,New To Java...