Added hint for linux device node.

This commit is contained in:
christiaans 2006-02-28 13:13:15 +00:00
parent ca3b54ecb7
commit 6f7ff08674

View File

@ -11,6 +11,10 @@ interface is enabled by adding the line "pseudo-device tap" in the
kernel configuration. See Chapter 9 in the FreeBSD handbook for kernel configuration. See Chapter 9 in the FreeBSD handbook for
instructions on how to build a custom FreeBSD kernel. instructions on how to build a custom FreeBSD kernel.
For Linux you might need to create a device node with
> mknod /dev/net/tun c 10 200
* Compile the code. This must be done by using GNU Make. Under * Compile the code. This must be done by using GNU Make. Under
FreeBSD, GNU Make can be found in the ports collection under FreeBSD, GNU Make can be found in the ports collection under
/usr/ports/devel/gmake (type "make install distclean" to /usr/ports/devel/gmake (type "make install distclean" to