raspi
raspi

Reputation: 6122

FUSE-like virtualized network adapter?

FUSE enables you to write stuff easily like SQL database, GMail or even Wikipedia articles as your local filesystem files. Is there something similar for networking world? VTUN seems fine but works only in *nix OS.

Upvotes: 0

Views: 151

Answers (1)

Jeff Mc
Jeff Mc

Reputation: 3793

OpenVPN (http://openvpn.net) installer for windows ships with TAP-Win32, which is the Windows port of the *nix TUN/TAP drivers.

Upvotes: 1

Related Questions