Forum Moderators: phranque

Message Too Old, No Replies

How can I determine my IP?

         

programmer

6:42 pm on Sep 21, 2003 (gmt 0)

10+ Year Member


how can i check my IP address when i connect to internet.i want to know wat is my IP.

jatar_k

6:45 pm on Sep 21, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



on windows

start > run

type 'command' and hit enter

at the prompt in the command window type 'ipconfig'

seeber01

8:25 pm on Sep 21, 2003 (gmt 0)

10+ Year Member



you can also click 'start' 'run' and type in

winipcfg

hit enter and it comes up

MonkeeSage

9:36 pm on Sep 21, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you have Sun Java installed, and enabled and are using some variant of Mozilla, you can use this bookmarklet:

javascript: (function(){var ip=new java.net.InetAddress.getLocalHost(); var ipStr=new java.lang.String(ip); document.open(); document.writeln('Your local IP address is: '); document.writeln(ipStr.substring(ipStr.indexOf('/')+1)); document.close();})();

Jordan

ck_be

9:41 pm on Sep 21, 2003 (gmt 0)

10+ Year Member



...or double click on the network icon (bottom right of your screen), the one with 2 computers and then click on the Support tab.

it'll show you the IP address, subnet mask and default Gateway.