Win under common network commands
1, in the Windows environment, respectively on the test machine A and B use the following common network commands:
- Ipconfig and ipconfig/all
- Ping and Ping–t
- Arp–a, Arp–s and Arp–d
- Netstat–an
2, the Common Network command run the results of detailed analysis.
- Ipconfig show the simplicity of native IP address configuration
- Ipconfig/all for more information on displaying native IP address configuration
- Ping Test network connectivity, send 4 ICMP type 8 messages to each other, respond to 4 ICMP type 0 messages to this
Machine
- Ping–t, non-stop sending ICMP type 8 messages, as long as the other host survived, will continue to carry out ICMP type 0 messages
Response.
- ARP–A Displays the ARP cache contents of this machine, the correspondence between the IP address of the opponent and the other MAC address.
- Arp–d Delete the ARP cache contents of native, clear the correspondence between IP address and MAC address
- Arp–s binding the corresponding relationship between the IP address and the MAC address in the ARP cache in this machine is a static relationship
- Netstat–an shows the network connection of this machine.
- Nslookup for Domain name resolution, you can resolve the IP address of the domain name
- Tracert Trace route, which shows the IP address of the router through which the destination host is reachable from the machine
Can be used for network connectivity, general failure of the judgment and analysis.
<win Common Network Commands > network Chapter _1