Private IP Addresses(私网地址)
2013-02-25Q. What are private IP addresses?
A. The Internet Assigned Numbers Authority (IANA) has reserved the following three blocks of the IP address space for private internets (local networks):
10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255
Also, IP addresses in the range of 169.254.0.0 -169.254.255.255 are reserved for Automatic Private IP Addressing.
These IP's should not be used on the Internet.
相关命令:
1、PING
2、NETSTAT
3、IPCALC
4、TRACERT
5、ROUTE
6、ifconfig/ipconfig
7、arp
8、iptables
9、nmap
10、tcpdump