Windows XP查看本机IP地址、MAC地址、网关、DNS方法
作者:未知 文章ID:3555 浏览:
点击【开始】,然后点击【运行】,在输入栏输入“cmd”三个字母,在打开的窗口中输入“ipconfig /all”命令,会出现如下信息:
	Microsoft Windows XP [版本 5.1.2600]
	(C) 版权所有 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator>ipconfig /all
Windows IP Configuration
	        Host Name . . . . . . . . . . . . : abc
	        Primary Dns Suffix  . . . . . . . :
	        Node Type . . . . . . . . . . . . : Unknown
	        IP Routing Enabled. . . . . . . . : No
	        WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter 本地连接:
	        Connection-specific DNS Suffix  . :
	        Description . . . . . . . . . . . : Realtek RTL8139/810x Family Fast Ethernet NIC(网卡名称)
	        Physical Address. . . . . . . . . : 00-E0-40-B0-3A-3B(mac地址)
	        Dhcp Enabled. . . . . . . . . . . : No
	        IP Address. . . . . . . . . . . . : 192.168.0.2(ip地址)
	        Subnet Mask . . . . . . . . . . . : 255.255.255.0(子网掩码)
	        Default Gateway . . . . . . . . . : 192.168.0.1(网关)
	        DNS Servers . . . . . . . . . . . : 8.8.8.8(主dns)
	                                            8.8.4.4(备用dns)
C:\Documents and Settings\Administrator>