ipconfig obtain IP Address (1 Viewer)

snicker

Registered User.
Local time
Today, 23:21
Joined
Aug 8, 2003
Messages
91
I need to obtain an ip address via any way possible. I was thinking maybe shell? Any advice would be greatly appreicated.
Thx in advance

Snicker
Windows XP SP2
Office 2002
 

adaytay

Not your typical IT Geek!
Local time
Today, 23:21
Joined
May 14, 2004
Messages
16
Hi,

IP Address of..... what? The current machine? Or some other machine?

Ad
 

snicker

Registered User.
Local time
Today, 23:21
Joined
Aug 8, 2003
Messages
91
Of the current machine. The only way I have found is to use asp on my web server using: Request.ServerVariables("LOCAL_ADDR") then I Download the web page(which returns nothing but an ip) and read it. This just seems a little too involved. Not to mention the "bottle neck" of the function is the web. I would love to be able to get this info w/o using a web server.
 

John.Woody

Registered User.
Local time
Today, 23:21
Joined
Sep 10, 2001
Messages
354
Have a look at this.
 

Attachments

  • GetIPAddress.zip
    60.1 KB · Views: 150

snicker

Registered User.
Local time
Today, 23:21
Joined
Aug 8, 2003
Messages
91
Very nice john.
I've been looking for a while for something like this.
Thx man
 

Users who are viewing this thread

Top Bottom