zoukankan      html  css  js  c++  java
  • ipconfig命令

    C:WindowsSystem32>ipconfig -all

    Windows IP 配置

    主机名 . . . . . . . . . . . . . : LuJunTao
    主 DNS 后缀 . . . . . . . . . . . :
    节点类型 . . . . . . . . . . . . : 混合
    IP 路由已启用 . . . . . . . . . . : 否
    WINS 代理已启用 . . . . . . . . . : 否

    以太网适配器 LocalConnect:

    连接特定的 DNS 后缀 . . . . . . . :
    描述. . . . . . . . . . . . . . . : Realtek PCIe GBE Family Controller
    物理地址. . . . . . . . . . . . . : C0-3F-D5-75-3B-20
    DHCP 已启用 . . . . . . . . . . . : 否
    自动配置已启用. . . . . . . . . . : 是
    本地链接 IPv6 地址. . . . . . . . : fe80::844b:b9e:ee74:566b%11(首选)
    IPv4 地址 . . . . . . . . . . . . : 192.168.0.18(首选)
    子网掩码 . . . . . . . . . . . . : 255.255.255.0
    IPv4 地址 . . . . . . . . . . . . : 192.168.1.18(首选)
    子网掩码 . . . . . . . . . . . . : 255.255.255.0
    默认网关. . . . . . . . . . . . . : 192.168.1.1
    DHCPv6 IAID . . . . . . . . . . . : 247480277
    DHCPv6 客户端 DUID . . . . . . . : 00-01-00-01-1B-20-7E-74-C0-3F-D5-75-3B-20

    DNS 服务器 . . . . . . . . . . . : 192.168.1.1
    TCPIP 上的 NetBIOS . . . . . . . : 已启用

    隧道适配器 isatap.{63874778-D505-44F7-8AE4-315A038D8818}:  

    媒体状态 . . . . . . . . . . . . : 媒体已断开
    连接特定的 DNS 后缀 . . . . . . . :
    描述. . . . . . . . . . . . . . . : Microsoft ISATAP Adapter
    物理地址. . . . . . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP 已启用 . . . . . . . . . . . : 否
    自动配置已启用. . . . . . . . . . : 是

    隧道适配器 Teredo Tunneling Pseudo-Interface:  older

    连接特定的 DNS 后缀 . . . . . . . :
    描述. . . . . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
    物理地址. . . . . . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP 已启用 . . . . . . . . . . . : 否
    自动配置已启用. . . . . . . . . . : 是
    IPv6 地址 . . . . . . . . . . . . : 2001:0:b4a8:29af:86a:789:3f57:feed(首选)

    本地链接 IPv6 地址. . . . . . . . : fe80::86a:789:3f57:feed%13(首选)
    默认网关. . . . . . . . . . . . . : ::
    TCPIP 上的 NetBIOS . . . . . . . : 已禁用

    隧道适配器:

    隧道适配器指的是6to4隧道(RFC3056)

    ISATAP (Intra-Site Automatic Tunnel Addressing Protocol) is an IPv6 transition mechanism meant to transmit IPv6 packets between dual-stack nodes on top of an IPv4 network.

    Unlike 6over4 (an older similar protocol using IPv4 multicast), ISATAP uses IPv4 as a virtual nonbroadcast multiple-access network (NBMA) data link layer, so that it does not require the underlying IPv4 network infrastructure to support multicast.

    In computer networkingTeredo is a transition technology that gives full IPv6 connectivity for IPv6-capable hosts that are on the IPv4 Internet but have no native connection to an IPv6 network. Unlike similar protocols, it can perform its function even from behind network address translation (NAT) devices such as home routers.

    Teredo operates using a platform independent tunneling protocol that provides IPv6 (Internet Protocol version 6) connectivity by encapsulating IPv6 datagram packets within IPv4 User Datagram Protocol (UDP) packets. Teredo routes these datagrams on the IPv4 Internet and through NAT devices. Teredo nodes elsewhere on the IPv6 network (called Teredo relays) receive the packets, un-encapsulate them, and pass them on.

    Teredo is a temporary measure. In the long term, all IPv6 hosts should use native IPv6 connectivity. Teredo should be disabled when native IPv6 connectivity becomes available. Christian Huitema developed Teredo at Microsoft, and the IETF standardized it as RFC 4380. The Teredo server listens on UDP port 3544.

  • 相关阅读:
    Android获取视频音频的时长的方法
    Android动画效果之Frame Animation(逐帧动画)
    去除自定义Toolbar中左边距
    Android Toolbar样式定制详解
    Android 5.x Theme 与 ToolBar 实战
    Android ToolBar 使用完全解析
    Android开发:最详细的 Toolbar 开发实践总结
    SpannableString 转换局部字体大小,但在EditText测量之前设置内容,测量高度为,字体变小之前的高度
    android在Service中弹出Dialog对话框,即全局性对话框
    Could not find com.android.tools.build:gradle:3.0.0-alpha3
  • 原文地址:https://www.cnblogs.com/chucklu/p/4838351.html
Copyright © 2011-2022 走看看