From 6f7ff08674aed7542fb826f3dd0b8adf65670576 Mon Sep 17 00:00:00 2001 From: christiaans Date: Tue, 28 Feb 2006 13:13:15 +0000 Subject: [PATCH] Added hint for linux device node. --- ports/unix/proj/unixsim/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ports/unix/proj/unixsim/README b/ports/unix/proj/unixsim/README index c212578..9badbaa 100644 --- a/ports/unix/proj/unixsim/README +++ b/ports/unix/proj/unixsim/README @@ -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 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 FreeBSD, GNU Make can be found in the ports collection under /usr/ports/devel/gmake (type "make install distclean" to