IP Configuration Commands
- Windows: ^networking-commands-windows
- General
- arp -a
--> Shows the ARP list
- Ping host-name/ip-address [-n number-of-pings]
--> Pings the host or IP address with the specified number of pings
- nslookup domain-name
--> Performs a DNS query to look up the domain name’s actual IP address
- ipconfig
- ipconfig (General) ^ipconfig-general-windows
- ipconfig
--> Shows basic IP config info
- ipconfig /all
--> Shows detailed IP config info
- ipconfig (DNS) ^ipconfig-dns-windows
- ipconfig /displaydns
--> Displays information about the DNS cache
- ipconfig /flushdns
--> Deletes the DNS cache
- ipconfig (DHCP) ^ipconfig-dhcp-windows
- ipconfig /renew
--> Gets a new IP address via DHCP
- ipconfig /release
--> Releases the PC’s DHCP learned IP address
IP Konfigurációs Parancsok
- Windows:
- Általános (General)
- arp -a
--> Megjeleníti az ARP listát / táblázatot
- Ping host-name/ip-address [-n number-of-pings]
--> Pingeli a hostot vagy IP-címet a megadott számú kéréssel
- nslookup domain-name
--> DNS lekérdezést hajt végre a domain név tényleges IP-címének feloldásához
- ipconfig
- ipconfig (General)
- ipconfig
--> Megjeleníti az alapvető IP konfigurációs információkat
- ipconfig /all
--> Megjeleníti a részletes IP konfigurációs információkat
- ipconfig (DNS)
- ipconfig /displaydns
--> Megjeleníti a DNS gyorsítótár (cache) tartalmát
- ipconfig /flushdns
--> Törli (kiüríti) a DNS gyorsítótárat (flush)
- ipconfig (DHCP)
- ipconfig /renew
--> Új IP-címet kér DHCP-n keresztül
- ipconfig /release
--> Elengedi a PC DHCP által kiosztott IP-címét