From aa8925fa26f951fb5308f441426903af140c36f8 Mon Sep 17 00:00:00 2001 From: sjg Date: Tue, 12 Jun 2012 10:24:53 -0700 Subject: [PATCH] removed --- docs/user/vKernelNetwork.mdwn | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 docs/user/vKernelNetwork.mdwn diff --git a/docs/user/vKernelNetwork.mdwn b/docs/user/vKernelNetwork.mdwn deleted file mode 100644 index ec9daac0..00000000 --- a/docs/user/vKernelNetwork.mdwn +++ /dev/null @@ -1,19 +0,0 @@ -## Setup networking - - - -### Configuring the network on the host system - -In order to access a network interface of the host system from the vkernel, you must add the interface to a [bridge(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=bridge§ion=4) device which will then be passed to the `-I` option: - - - - kldload if_bridge.ko - kldload if_tap.ko - ifconfig bridge0 create - ifconfig bridge0 addm re0 # assuming re0 is the host's interface - ifconfig bridge0 up - - - - **Note** : You have to change `re0` to the interface of your host machine. -- 2.41.0