Edited wiki page Namespaces through web user interface.

This commit is contained in:
ahrenholz 2011-05-11 18:14:17 +00:00
parent c0bacd8869
commit f02c1b8cd6

View file

@ -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.