Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :: programa para monitoriar la IP usando nircmd y wget
- :: Muestra tu direccion IP, nombre de host y servidores DNS.
- :: Si estas en una red local te muestra su IP tambien.
- :: Muestra IP externa
- :: poner en la misma carpeta donde este en bat el
- :: archivo wget.exe y nircmd.exe
- .
- @ECHO OFF
- mode con cols=90 lines=9
- ipconfig /all|FINDSTR /C:"Nombre de host"
- ipconfig|FINDSTR "Dirección IPv4"
- ipconfig /all|FINDSTR /C:"Servidores DNS"
- netsh interface ip show config|FINDSTR /C:"Puerta de enlace predeterminada"
- netsh interface ip show config|FINDSTR /C:"Prefijo de subred"
- wget -q -O - http://norfipc.com/test/ip.php
- PAUSE>NUL
Advertisement
Add Comment
Please, Sign In to add comment