Ping returns “Reply from ::1: time

简介:

Ping returns the following


C:\ Pinging DC1.domain.com [::1] from ::1 with 32 bytes of data:


Reply from ::1: time=1ms
Reply from ::1: time=2ms
Reply from ::1: time=1ms
Reply from ::1: time=3ms


Disable IPv6 and your problems go away.  It’s usually not enough to uncheck it in the NIC properties.  For best results use the registry to disable it.


b


 Here are some step to solve the problem:

  • Open Register Editor, Start menu > Run > Type 'regedit'

  • Go to the following registry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\tcpip6\Parameters\

  • Create registry value with DWORD type named it 'DisabledComponents' set value to '000000ff'

  • Restart your server

  • 本文转自学海无涯博客51CTO博客,原文链接http://blog.51cto.com/549687/1901745如需转载请自行联系原作者
520feng2007
相关文章
|
4月前
|
网络架构
ping会出现的两种问题-----time out 和 unreachable
ping会出现的两种问题-----time out 和 unreachable
127 4
|
1月前
|
监控 网络协议 JavaScript
tcping和ping命令
【8月更文挑战第2天】`tcping` 是一款基于 TCP 协议的网络测试工具,不同于传统的 `ping` 命令使用 ICMP 协议,`tcping` 通过尝试与目标主机的特定端口建立 TCP 连接来检查网络连通性和端口状态。这使其在一些禁用了 ICMP 的网络环境中特别有用。`
65 3
tcping和ping命令
|
1月前
|
网络协议 网络安全 网络架构
ping命令详解
【8月更文挑战第14天】 ping命令详解
60 3
|
1月前
|
域名解析 监控 网络协议
Ping命令的替代工具有哪些?
【8月更文挑战第14天】Ping命令的替代工具有哪些?
31 2
|
1月前
|
网络协议 测试技术 网络架构
Ping命令的用途?
【8月更文挑战第14天】Ping命令的用途?
38 2
|
4月前
|
监控 安全 Linux
【专栏】Linux中六个常用的网络命令:ping、traceroute、netstat、nmap、ifconfig和ip
【4月更文挑战第28天】本文介绍了Linux中六个常用的网络命令:ping、traceroute、netstat、nmap、ifconfig和ip,以及它们在测试网络连通性、追踪路由、查看网络状态、安全扫描和接口配置等场景的应用。通过学习和运用这些命令,系统管理员和网络爱好者能更有效地诊断和管理网络问题,确保网络稳定运行。
155 0
|
1月前
|
网络协议 Unix Linux
Ping命令
【8月更文挑战第10天】Ping命令
39 3
|
1月前
|
网络协议 Linux 测试技术
基于PING命令的主机探测
基于PING命令的主机探测
40 3
|
1月前
|
网络协议 Ubuntu Linux