How do you create a virtual network interface on Windows?

前端 未结 3 1333
耶瑟儿~
耶瑟儿~ 2020-11-28 13:11

On linux, it\'s possible to create a tun interface using a tun driver which provides a \"network interface psuedo-device\" that can be treated as a regular network interface

相关标签:
3条回答
  • 2020-11-28 13:57

    You can do this on XP with the Microsoft Loopback Adapter which is a driver for a virtual network card.

    On newer Windows version: Installing the Microsoft Loopback Adapter in Windows 8 and Windows Server 2012

    0 讨论(0)
  • 2020-11-28 14:02

    In the Singularity project, Microsoft research communicates with the singularity VM through a "loopback" adapter. Maybe that'd help?

    Running it is easy so it may be something fun to do anyway. :)

    http://research.microsoft.com/os/Singularity/

    0 讨论(0)
  • 2020-11-28 14:06

    @Tim
    Depending on the licensing you might be able to use the TUN/TAP driver that is part of OpenVPN, see here for details.

    0 讨论(0)
提交回复
热议问题