赞
踩
我正在尝试在一个非常有缺陷的软件上添加一个乐队助手,并且需要在Windows中创建一个虚拟网络适配器,其MAC地址**匹配**我的一个真正的网络适配器。
I am trying to put a band aid on a very flawed piece of software, and need to create a dummy network adapter in Windows that will have a MAC address **matching** one of my real network adapters.
此虚拟网络适配器永远不需要处于连接状态。 它不必在网络上可达,并且不需要流量通过它。 永远不需要为其分配IP地址。
This dummy network adapter never needs to be in a connected state. It doesn't have to be reachable on the network, and no traffic needs to flow through it. It never needs to be assigned an IP address.
我一直在尝试利用Microsoft环回适配器,但遇到了可接受的NetworkAddresses的限制。 它似乎只接受从接受的本地范围分配MAC地址(例如:02-xx-xx-xx-xx-xx)。 我需要模拟的MAC示例是9C-B6-D0-B8-6D-D7。
I've been trying to leverage a Microsoft Loopback Adapter, but am running into a limitation with the acceptable NetworkAddresses. It seems to only accept being assigned a MAC address from the accepted local range (ex: 02-xx-xx-xx-xx-xx). An example of a MAC I need to emulate would be 9C-B6-D0-B8-6D-D7.
有人能指出我另一种创建虚拟网络适配器的方法,或者是一种覆盖Loopback适配器本地MAC限制的方法吗?
Can anyone point me towards another method of creating a dummy network adapter, or alternatively a way of overriding the Loopback adapters local MAC limitation?
提前致谢
Thanks in advance
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。