I have a tun virtual network card
I execute this command on window11:
netsh interface ipv4 add address KtConnectTunnel 241.254.242.142 255.255.0.0
But it reported an error:The parameter is incorrect
It cannot be added between 241.255.0.0 and 255.0.0.0, but others can be added
for example:
netsh interface ipv4 add address KtConnectTunnel 172...* 255.255.0.0
This command used to be fine for a long time, but suddenly an error was reported
我有一个tun虚拟网卡,我在window11:netsh interface ipv4 add address KtConnectTunnel 241.254.242.142 255.255.0.0上执行此命令。但它报告了一个错误:参数不正确。无法在241.255.0.0和255.0.0.0之间添加,但也可以添加其他命令,例如:netsh interface ipv4 add address KtConnectTunnel 172…*255.255.0.0这个命令过去很长一段时间都很好,但突然报告了一个错误
I want to know why and successfully execute this command.
我想知道为什么并成功执行此命令。
更多回答
优秀答案推荐
我是一名优秀的程序员,十分优秀!