vote up 4 vote down star

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. Is there a way to do this programmatically on windows? Is there a way to do this without writing my own driver?

flag

3 Answers

vote up 1 vote down check

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.