TUN/TAP

From Wikipedia, the free encyclopedia

In computer networking, TUN and TAP are virtual network kernel drivers — they simulate network devices using software. Whereas ordinary network devices (e.g. eth0) are directly backed by hardware network adapters, packets sent to/from TUN/TAP devices are forwarded from/to user-space programs. TUN simulates a point-to-point network device, while TAP simulates an Ethernet device. TUN works with IP packets, while TAP works with Ethernet frames.


TUN/TAP is used for:

TUN/TAP drivers are available on at least the following platforms:

[edit] External links