问题描述
我正在使用MWI和MSFT_iSCSITarget :: Connect登录iSCSI Target。一切都适用于IPv4寻址。但是在IPv6地址的情况下,Connect方法返回0x80041001。我使用的不是Link-local地址,而是全局地址,例如:2001 :: xx / 16
I'm using MWI and MSFT_iSCSITarget::Connect to login iSCSI Target. Everything works fine for IPv4 addressing. But Connect method returns 0x80041001 in case of IPv6 addresses. I'm using not Link-local addresses, but global, e.g.: 2001::xx/16
Connect是不公平的吗?或者IPv6的一些具体工作?
Is it Connect's unfair? Or some specific work with IPv6?
P.S。
我想指出,LoginIScsiTarget()方法适用于IPv6。
I want to note, that LoginIScsiTarget() method works for IPv6.
推荐答案
感谢您在此发帖。
根据错误消息,问题似乎是无效对象。
According to the error message, the issue seems to be the invalid object.
来自
MSFT_iSCSITarget 文件,但未说明它不支持IPv6。 您可以在 MSFT_iSCSITarget document。
From the MSFT_iSCSITarget document that doesn't say that it doesn't support IPv6. you can write the feedback at the end of the MSFT_iSCSITarget document.
如果问题是错误,您可以在,将处理Microsoft产品的问题。
If the issue is bug, you can post the issue on connect website that will handle issue of Microsoft product.
最好的问候,
Hart
这篇关于MSFT_iSCSITarget :: Connect方法不支持IPv6的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!