Page 1 of 1
Posted: Wed Sep 17, 2003 11:08 am
by JayBird
what system you on? Windows?
On Win98 you can goto Start > Run and type winipcfg.
You will see your IP address there.
Mark
Posted: Wed Sep 17, 2003 11:47 am
by SantaGhost
on win2000+nt you can do run->cmd->ipconfig (i think this is possible on win98 machines too (they use command instead of cmd))
Posted: Wed Sep 17, 2003 12:35 pm
by Sinnix
You could also just jump on your sever and use an internet broswer to go to
http://www.whatismyip.com.
Posted: Wed Sep 17, 2003 2:54 pm
by SantaGhost
or make a php script
Code: Select all
<?php
echo($_SERVER["REMOTE_ADDR"]);
?>
and run it from a webserver
