meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| windows:commandline:start [2026/06/11 15:40] – titannet | windows:commandline:start [2026/06/11 15:41] (current) – titannet | ||
|---|---|---|---|
| Line 62: | Line 62: | ||
| ===== Tools ===== | ===== Tools ===== | ||
| - | ==== Netstat | + | ==== Network |
| ^ ^^ ^ | ^ ^^ ^ | ||
| Line 70: | Line 70: | ||
| | || | | | || | | ||
| + | |||
| + | < | ||
| + | PCONFIG Shows information about network interfaces and IP configuration IPCONFIG /ALL | ||
| + | PING Sends ICMP requests to the target host to check its availability PING google.com | ||
| + | TRACERT Finds the network path for packets traveling to a destination TRACERT google.com | ||
| + | NSLOOKUP Finds the IP address for a resource name NSLOOKUP google.com | ||
| + | ROUTE Displays network route tables ROUTE PRINT | ||
| + | ARP Displays a table mapping IP addresses to physical (MAC) addresses ARP -A | ||
| + | NETSH Starts the network settings control program NETSH INTERFACE IP SHOW CONFIG | ||
| + | |||
| + | </ | ||
| ==== Reg ==== | ==== Reg ==== | ||