Search code examples
linuxnetworkingacceleration

Make virtual network interface in Linux?


I'm building a program that does network acceleration, and I need to know how to create a network interface on Linux that instead of directing data to an actual interface, directs information to my program, so that it can be accelerated. The idea is to make it a transparent system, so that programs just have to use the interface like a normal one, but the traffic will run faster.


Solution

  • You want the tun/tap device:

    http://en.wikipedia.org/wiki/TUN/TAP