使用 VB6 跟踪路由 IPv6
我尝试使用 VB6 执行跟踪路由,但不知道如何执行。
- 我考虑使用 dos 来完成这项工作,然后在我的应用程序中捕获 dos 的输出。
- 另一个想法是将地址从 ipv6 转换为 ipv4,然后执行跟踪路由,以防硬件不支持 IPv6
有什么想法吗?
I try to perform traceroute using VB6, but don't have any idea how.
- I think of using dos to do the job, and then capturing the output of dos in my app.
- Another idea is to convert the address from ipv6 to ipv4 and then perform the trace route in case the hardware doesn't support IPv6
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Randy Birch 详细介绍了如何在 VB 中执行 Tracert(跟踪路由) 他的文章包含太多细节,无法在此处发布,因此请前往那里查看。
他的解决方案一开始可能显得很冗长,并且使用了一些/许多 API 调用,但是不要让这吓到您,一旦您一步步阅读完所有内容,一切都非常简单。
编辑:抱歉,我真的应该正确阅读这个问题 - 我不相信 Randy 的文章会帮助您解决任何 IPv4 与 IPv6 问题,但它会给您一个良好的起点。
Randy Birch has details about how to Perform a Tracert (Trace Route) in VB His article contains too much detail to post here, so just head over there and check it out.
His solution may appear verbose at first and it uses some/many API calls, but don't let that scare you off, it's all pretty straight forward once you read through it all step by step.
Edit: Sorry, I really should have read the question properly - I don't believe Randy's article will help you with any IPv4 vs IPv6 problems, but it will give you good place to start.