xboxscene.org forums

Author Topic: How To Find Local Ip On A Restricted Terminal  (Read 62 times)

havocaose

  • Archived User
  • Hero Member
  • *
  • Posts: 511
How To Find Local Ip On A Restricted Terminal
« on: May 07, 2004, 08:37:00 AM »

on a computer with restrictoins enabled (deepfreeze) how can i find the local ip... i know its 192.168.x.xxx What is my ip says the external ip.. but i need to find the internal one. I cant check this in the control panel or anything, all of that is blocked. Is there a java applet or a flash movie that can tell me the local ip of a machine im using?
Logged

yaazz

  • Archived User
  • Hero Member
  • *
  • Posts: 1370
How To Find Local Ip On A Restricted Terminal
« Reply #1 on: May 07, 2004, 10:14:00 AM »

CODE
Private Sub Form_Load()
Msgbox Winsock1.LocalIP
End sub


Or use command prompt and type in IpConfig
or www.ipchicken.com
Logged