如何查询自己是内网还是外网

08-07

方法一:点"开始"--运行--输入"CMD"回车(打开命令窗口)--输入"ipconfig"
执行完上述操作后回返回四行数据
第一行是使用的DNS(域名解析服务器地址)
第二行是本机IP地址
第三行是子网掩码
第四行是使用的网关

如何区分内网和外网就要看第二行右面那四组用"."隔开的数字.如果是由192.168.*.*或10.*.*.*或127.0.*.*组成的说明是内网,如果是由上述三组数据字外开头的数字组成的(如202.96.64.*)那么就是外网用户.

附:"*"为1-254之间任意正整数.

方法二:
内网一般只是内部局域网 只有内部可以访问权限
外网是只要连接了internet就可以访问

内网通俗的说就是局域网LAN网,外网通俗的说就是与因特网相通的WAN广域网或 MAN 城域网路。内网和外网是相对而言的。一般外网的范围比内网大,也可以说内网是外网的子网。

内网你可以看IP地址,一般非192开头内网居多,自动识别肯定是外网

如果是外网:

开始 运行 CMD ipconfig /all

C:\Documents and Settings\Administrator>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : 4C778CFDFFDC46D
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter 本地连接:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8139 Family PCI Fast Ethe
rnet NIC
Physical Address. . . . . . . . . : 00-14-2A-5A-89-5A
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Autoconfiguration IP Address. . . : 169.254.32.207
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :

PPP adapter 宽带连接:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 221.5.188.127 这儿显示的是外网IP 所以我是外网 如果还有不懂的可以联系我们
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 221.5.188.127
DNS Servers . . . . . . . . . . . : 221.7.92.98
221.5.203.98
NetBIOS over Tcpip. . . . . . . . : Disabled

C:\Documents and Settings\Administrator>