当然有两个啦 一个是内网的ip 就是你和路由器接 所使用的ip 另一个是 你拨号用的公网ip 是你自动获取的 或者你相电信买的 两个ip缺一不可
IP138查出来的是开发区或楼宇的总出口IP,ipconfig查到的可能是你开发区或者楼宇内部IP
IP Address. . . . . . . . . . . . : 219.219.0.162(本机地址) Subnet Mask . . . . . . . . . . . : 255.255.255.128 Default Gateway . . . . . . . . . :219.219.0.129(本网段网关) 若出现如下信息,则表示未获上IP,利用ipconfig/renew命令重新获取IP: ...
IP Address. . . . . . . . . . . . : 219.219.0.162(本机地址) Subnet Mask . . . . . . . . . . . : 255.255.255.128 Default Gateway . . . . . . . . . :219.219.0.129(本网段网关) 若出现如下信息,则表示未获上IP,利用ipconfig/renew命令重新获取IP: ...
我在cmd中输入ipconfig查询地址,没有ipv4地址 IP Address... 你发出来的不就是ipv4吗 222.18.50.80 当然这是你的内部ip,外网ip你这里是看不到的,你搜一下ip查 分别说明ipconfig、ping、tracert作用 ipconfig 查看本机网络配置ping 查看本机于某个网络主机的联通状态tracert 返回本地到达目的网络所经过的 传奇客...
使用IP CONFIG命令得到的是局域网内的信息,ip address指的是你的内网的IP地址,通常为192.168.X.X。subnet mask指的是你的子网掩码,通常是24位的,也就是255.255.255.0 default gateway默认网关,和你的IP是在同一网段,一般为192.168.X.1/24 你们的IP不应该是相同,不然无法通信,除非不在...
开始-->运行(在运行中键入cmd后,确定)-->cmd命令提示符窗口-->键入ipconfig /all(回车)IP Address对应的就是本机的ip地址。其他显示内容的含义如下:Physical Address. . . . . . . . . : 00-0B-DB-71-9E-27 [Mac地址]Dhcp Enabled. . . . . . . . . . . : No [是...
你必须得学的⽇常调试⽹络常⽤ 命令,在DOS⽅式下输⼊ Ipconfig /? ,得 到该命令的所有参数。ipconfig——当使⽤IPConfig时不带任何参数选项,那么它为每个已经配置了的接⼝显⽰IP地 址、⼦⽹掩码和缺省⽹关值。ipconfig /all:显⽰本机TCP/IP配置的详细信息:
/renew Renew the IP address for the specified adapter. /flushdns Purges the DNS Resolver cache. /registerdns Refreshes all DHCP leases and re-registers DNS /displaydns Display the contents of the DNS Resolver Cache. /showclassid Displays all the dhcp class IDs allowed for ada /setclassid Modi...
Public Function ConvertAddressToString(longAddr As Long) As String Dim myByte(3) As Byte Dim Cnt As Long CopyMemory myByte(0), longAddr, 4 For Cnt = 0 To 3 ConvertAddressToString = ConvertAddressToString + CStr(myByte(Cnt)) + "." ...