Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > Showing IP address

Reply
Thread Tools Display Modes

Showing IP address

 
 
pheasant
Guest
Posts: n/a

 
      07-01-2007, 01:02 PM
Bored and let unused icon cleaner clean desktop.

Had a command or program that placed a shortcut on desktop that would
show your IP address and all other details for networking.

I've forgotten it, can't find it in my XP tips file, so hoping someone
would be kind enough to help me out.

I can do ipconfig for XP but this was something like winipcfg for W98
that would give a neat little window.

Thanks in advance.
Mark
 
Reply With Quote
 
 
 
 
Chesslib
Guest
Posts: n/a

 
      07-01-2007, 02:09 PM
Click on the Windows Start button, select Run and type winipcfg.

"pheasant" <(E-Mail Removed)> skrev i melding
news:(E-Mail Removed)...
> Bored and let unused icon cleaner clean desktop.
>
> Had a command or program that placed a shortcut on desktop that would show
> your IP address and all other details for networking.
>
> I've forgotten it, can't find it in my XP tips file, so hoping someone
> would be kind enough to help me out.
>
> I can do ipconfig for XP but this was something like winipcfg for W98 that
> would give a neat little window.
>
> Thanks in advance.
> Mark



 
Reply With Quote
 
DanG
Guest
Posts: n/a

 
      07-01-2007, 03:16 PM
Not something I use, but this might be it:
http://downloads.zdnet.com/download.aspx?docid=291644

--
______________________________
Keep the whole world singing . . . .
DanG (remove the sevens)
(E-Mail Removed)



"pheasant" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Bored and let unused icon cleaner clean desktop.
>
> Had a command or program that placed a shortcut on desktop that
> would show your IP address and all other details for networking.
>
> I've forgotten it, can't find it in my XP tips file, so hoping
> someone would be kind enough to help me out.
>
> I can do ipconfig for XP but this was something like winipcfg
> for W98 that would give a neat little window.
>
> Thanks in advance.
> Mark



 
Reply With Quote
 
pheasant
Guest
Posts: n/a

 
      07-01-2007, 05:57 PM
pheasant wrote:
> Bored and let unused icon cleaner clean desktop.
>
> Had a command or program that placed a shortcut on desktop that would
> show your IP address and all other details for networking.
>
> I've forgotten it, can't find it in my XP tips file, so hoping someone
> would be kind enough to help me out.
>
> I can do ipconfig for XP but this was something like winipcfg for W98
> that would give a neat little window.
>
> Thanks in advance.
> Mark


Never mind. Found it. From the Windows 2000 Resource kit at
Microsoft's website. wntipconfig.exe
 
Reply With Quote
 
Mark McIntyre
Guest
Posts: n/a

 
      07-02-2007, 05:59 PM
On Sun, 01 Jul 2007 12:57:36 -0500, in alt.internet.wireless ,
pheasant <(E-Mail Removed)> wrote:

>pheasant wrote:
>> Bored and let unused icon cleaner clean desktop.
>>
>> Had a command or program that placed a shortcut on desktop that would
>> show your IP address and all other details for networking.
>>
>> I've forgotten it, can't find it in my XP tips file, so hoping someone
>> would be kind enough to help me out.
>>
>> I can do ipconfig for XP but this was something like winipcfg for W98
>> that would give a neat little window.
>>
>> Thanks in advance.
>> Mark

>
>Never mind. Found it. From the Windows 2000 Resource kit at
>Microsoft's website. wntipconfig.exe


or a shortcut with commandline ""cmd /c "ipconfig & pause""
--
Mark McIntyre
 
Reply With Quote
 
Jeff Liebermann
Guest
Posts: n/a

 
      07-02-2007, 06:13 PM
Mark McIntyre <(E-Mail Removed)> hath wroth:

>>Never mind. Found it. From the Windows 2000 Resource kit at
>>Microsoft's website. wntipconfig.exe


>or a shortcut with commandline ""cmd /c "ipconfig & pause""


Bah. ipconfig is for wimps.
Real command line junkies (like me) use netsh. Try:

Start -> run -> cmd <enter>
netsh interface ip show
netsh interface ip show address
netsh interface ip show dns

There's a bunch of goodies that Vista added to netsh including
wireless diagnostics. See Section 5:
<http://technet2.microsoft.com/WindowsVista/f/?en/library/3ed3d027-5ae8-4cb0-ade5-0a7c446cd4f71033.mspx>

netsh wlan show
netsh wlan show all
netsh wlan show networks MODE=BSSID

--
Jeff Liebermann (E-Mail Removed)
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558
 
Reply With Quote
 
dold@92.usenet.us.com
Guest
Posts: n/a

 
      07-02-2007, 06:58 PM
Mark McIntyre <(E-Mail Removed)> wrote:
> or a shortcut with commandline ""cmd /c "ipconfig & pause""


You might even make the command line
cmd /c ipconfig | find "IP" & pause
which would display just the IP address(es).

Someone in the lab like some download, maybe from sysinternals, that would
paint a bunch of useful stuff as background wallpaper, but it was static.
If you didn't run it after a change, the display would be misleading.

Some wireless config tools have a systray icon that exposes the IP address
if you hover the cursor over the icon.

--
Clarence A Dold - Hidden Valley Lake, CA, USA GPS: 38.8,-122.5
 
Reply With Quote
 
dold@92.usenet.us.com
Guest
Posts: n/a

 
      07-02-2007, 07:11 PM
Jeff Liebermann <(E-Mail Removed)> wrote:
> netsh interface ip show address


That might only be helpful for static addresses.

"show address - Displays IP address configuration."

"Configuration for interface "AR5211-WiFi"
DHCP enabled: Yes
InterfaceMetric: 0"

No address is exposed.

--
Clarence A Dold - Hidden Valley Lake, CA, USA GPS: 38.8,-122.5
 
Reply With Quote
 
Mark McIntyre
Guest
Posts: n/a

 
      07-02-2007, 11:15 PM
On Mon, 02 Jul 2007 11:13:52 -0700, in alt.internet.wireless , Jeff
Liebermann <(E-Mail Removed)> wrote:

>Mark McIntyre <(E-Mail Removed)> hath wroth:
>
>>>Never mind. Found it. From the Windows 2000 Resource kit at
>>>Microsoft's website. wntipconfig.exe

>
>>or a shortcut with commandline ""cmd /c "ipconfig & pause""

>
>Bah. ipconfig is for wimps.
>Real command line junkies (like me) use netsh.


..... oops - that means you're running with local admin rights. Yikes.

:-)

>There's a bunch of goodies that Vista added


Pardon me, but thats an oxymoron.....
--
Mark McIntyre
 
Reply With Quote
 
Mark McIntyre
Guest
Posts: n/a

 
      07-02-2007, 11:18 PM
On Mon, 2 Jul 2007 18:58:28 +0000 (UTC), in alt.internet.wireless ,
(E-Mail Removed) wrote:

>Mark McIntyre <(E-Mail Removed)> wrote:
>> or a shortcut with commandline ""cmd /c "ipconfig & pause""

>
>You might even make the command line
> cmd /c ipconfig | find "IP" & pause
>which would display just the IP address(es).


yes, thats nice. Would be good to be able to filter out the IPV6 addys
tho, hm,
ifconfig | grep IP | grep -v "::"
agh, need awk...

--
Mark McIntyre
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
My post's are not showing Gonz Broadband 19 09-20-2007 07:26 PM
"ifconfig eth0" command not showing the Gateway address, how can I verify on Linux system? santa19992000@yahoo.com Linux Networking 3 10-16-2005 04:48 PM
Mandrake 10.1 ; apache 2.0.48 ; URL not showing in address bar czepp25@gmail.com Linux Networking 2 02-15-2005 03:48 AM
apache not showing name in address bar czepp25@gmail.com Linux Networking 4 02-14-2005 03:31 AM
images not showing up chaserkam Broadband Hardware 1 09-16-2004 03:10 PM



1 2 3 4 5 6 7 8 9 10 11