From f02c1b8cd6e48d56c0775c1d3c2c051864259de3 Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Wed, 11 May 2011 18:14:17 +0000 Subject: [PATCH] Edited wiki page Namespaces through web user interface. --- wiki/Namespaces.wiki | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/Namespaces.wiki b/wiki/Namespaces.wiki index 3dab656d..5a774aec 100644 --- a/wiki/Namespaces.wiki +++ b/wiki/Namespaces.wiki @@ -8,6 +8,8 @@ Each namespace has its own loopback device and process space. Virtual or real de You do not need to patch your kernel in order to use network namespaces. Modern distros such as Ubuntu 10.04 and Fedora 13 have netns support turned on in their default kernels. +NamespaceKernels has a list of known good and bad kernels. + = Command-line Example = Below is an example of building two virtual nodes from the command-line, and connecting them with a bridge (a wired network in CORE.) The `vnoded` and `vcmd` commands are provided by CORE. See the Python script examples for doing this at a higher level with Python scripting.