|
我用的是铁通的宽带(铁通说是宽带),拨号上网.
我把本地连接的IP设为 192.168.0.1
然后在WIN下用拨号软件拨好上网.
成功后用 ipconfig 看了一下,得到下面的结果:
Ethernet adapter 本地连接:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.0.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
PPP adapter Connection through Realtek RTL8139(A) PCI Fast Ethernet Adapter:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 222.50.184.211
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 222.50.184.211
这说明我的公网IP应该是 222.50.184.211 吧.我 ping 了一下这个地址,也可以通.
E:\>ping 222.50.184.211
Pinging 222.50.184.211 with 32 bytes of data:
Reply from 222.50.184.211: bytes=32 time<10ms TTL=1
Reply from 222.50.184.211: bytes=32 time<10ms TTL=1
Reply from 222.50.184.211: bytes=32 time<10ms TTL=1
Reply from 222.50.184.211: bytes=32 time<10ms TTL=1
Ping statistics for 222.50.184.211:
Packets: Sent = 4, Received = 4, Lost = 0 (0% l
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
但是我用 nbtstat 查看的时候却不行:
E:\>nbtstat -A 222.50.184.211
本地连接:
Node IpAddress: [192.168.0.1] Scope Id: []
Host not found.
\Device\NetBT_Tcpip_{C356A607-14F7-4E76-8C1B-4D375EB350A0}:
Node IpAddress: [222.50.184.211] Scope Id: []
Host not found.
该成nbtstat -A 192.168.0.1 又得到如下结果:
E:\>nbtstat -A 192.168.0.1
本地连接:
Node IpAddress: [192.168.0.1] Scope Id: []
NetBIOS Remote Machine Name Table
Name Type Status
---------------------------------------------
SCNU-8XRUIHAZQ2<00> UNIQUE Registered
SCNU-8XRUIHAZQ2<20> UNIQUE Registered
SCNU-8XRUIHAZQ2<03> UNIQUE Registered
WORKGROUP <00> GROUP Registered
ADMINISTRATOR <03> UNIQUE Registered
WORKGROUP <1E> GROUP Registered
WBF <03> UNIQUE Registered
WORKGROUP <1D> UNIQUE Registered
..__MSBROWSE__.<01> GROUP Registered
MAC Address = 00-0A-EB-10-02-55
\Device\NetBT_Tcpip_{C356A607-14F7-4E76-8C1B-4D375EB350A0}:
Node IpAddress: [222.50.184.211] Scope Id: []
Host not found.
用 net use 等命令也不行,说是找不到网络名.
E:\>net use 222.50.184.211
系统发生 67 错误。
找不到网络名。
对于其他IP也是这样,可以 ping 通,但用 nbstat 等命令又不行.
为什么会是这样? |
|