Re: Showing IP address



Mark McIntyre <markmcintyre@xxxxxxxxxxx> 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 jeffl@xxxxxxxxxx
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558
.



Relevant Pages

  • Re: Router Configuration
    ... W2K and XP do not support diabling the NIC with netsh. ... To reenable it using DHCP ... netsh interface ip set address="Interface Name" dhcp ... most likely require scripting. ...
    (microsoft.public.scripting.vbscript)
  • Re: 2nd user needs network but blocked from internet
    ... OK, I think I get how to use netsh and it should work, ... netsh interface ip set address "Local Area Connection" static 125.187.7.56 ... netsh interface ip set address "Local Area Connection" DHCP ...
    (microsoft.public.win2000.networking)
  • Re: explorer keeps crashing when network properties is entered
    ... You might try netsh from a command prompt; ... set primary dns server, 4 to set alt dns server, 5 to set ip address DHCP ... netsh interface ip set address name="Local Area Connection 2" ...
    (microsoft.public.win2000.general)
  • Re: Modifying IP address by modifying the registry programatically
    ... I didn't correlate this thread with any other. ... So long as he understands that netsh is there if he needs it ... ... > netsh interface /? ... > the reg keys. ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Showing IP address
    ... Real command line junkies use netsh. ... oops - that means you're running with local admin rights. ...
    (alt.internet.wireless)