PNRP +在 Windows 7 上看不到 Global_
我正在尝试在一个注册或解析的简单应用程序中测试 PNRP。在我的 Vista 机器上,当我运行“netsh p2p pnrp cloud show list”时...我看到 Global_ 当我从 Windows 7 机器上尝试此操作时,我没有看到 Global_ 我只有 LinkLocal_...
我可以看到我有一个 IPV6 Windows 7 机器上的地址(通过 ipconfig)
我可能还不够理解 - 文档非常少,大部分文档来自 Orca,2007 等。让我想知道 PNRP 是否最终会成为另一个 uddi.microsoft.com(我知道它们毫无相似之处,但我的观点是......)
Im trying to test out PNRP in a simple app that either registers or resolves. On my Vista machine when i run 'netsh p2p pnrp cloud show list' .... I see Global_ When i try this from my Windows 7 machine i do not see Global_ i only have LinkLocal_...
I can see i have an IPV6 address on the Windows 7 machine (via ipconfig)
I may not just understand it enough yet - very poorly documented and most of the documentation is from Orca, 2007,etc. Makes me wonder if PNRP will just end up being another uddi.microsoft.com (i know they are nothing alike, but my point is...)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
执行以下诊断:
检查您是否有全局 ipv6 地址。输入 ipconfig 并检查 2001: 地址。如果您没有,请输入
netsh int ipv6 show teredo status
以检查失败原因。如果状态失败,请安装freenet6以获取全局ipv6地址。检查 PNRP 是否能够到达种子服务器。输入这个
netsh p2p pnrp 诊断 ping 种子 Global_
。如果失败,请将您的 DNS 更改为 google dns (8.8.8.8)。Do the following diagnostics:
Check whether you have a global ipv6 address. Type
ipconfig
and check for 2001: address. If you don't have one then typenetsh int ipv6 show teredo status
to check the reason for failure. If status is failed, install freenet6 to get a global ipv6 address.Check whether PNRP is able to reach the seed server. Type this
netsh p2p pnrp diagnostics ping seed Global_
. If it fails, change your DNS to google dns (8.8.8.8).