8 lines
252 B
Plaintext
8 lines
252 B
Plaintext
|
REQUIREMENTS
|
||
|
Enable Universal TUN/TAP device driver support in your kernel.
|
||
|
CONFIG_TUN=y
|
||
|
|
||
|
If you compiled device driver as a loadable kernel module (CONFIG_TUN=m)
|
||
|
then do not forget to add 'modprobe tun' to rc.modules to not do this
|
||
|
after each reboot.
|