This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
292 lines (235 loc) · 10.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Netkit-NG Homepage | Netkit-NG</title>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="assets/css/rst.css" rel="stylesheet" type="text/css">
<link href="assets/css/code.css" rel="stylesheet" type="text/css">
<link href="assets/css/colorbox.css" rel="stylesheet" type="text/css">
<link href="assets/css/theme.css" rel="stylesheet" type="text/css">
<link href="assets/css/custom.css" rel="stylesheet" type="text/css">
<link rel="canonical" href="https://netkit-ng.github.io/index.html">
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<meta name="author" content="Julien 'Kartoch' Iguchi-Cartigny">
<meta property="og:site_name" content="Netkit-NG">
<meta property="og:title" content="Netkit-NG Homepage">
<meta property="og:url" content="https://netkit-ng.github.io/index.html">
<meta property="og:description" content="What is Netkit-NG
Netkit-NG is a fork of the Netkit project to bring new functionnalities and
support for recent debian kernels and filesystems:
netkit-ng-core is an updated version of netkit-core wh">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2014-10-29T10:26:17+01:00">
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<!-- Menubar -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- This keeps the margins nice -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://netkit-ng.github.io/">
<span id="blog-title">Netkit-NG</span>
</a>
</div>
<!-- /.navbar-header -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li class="active">
<a href="#">Home</a>
</li>
<li>
<a href="core.html">Extending core</a>
</li>
<li>
<a href="build.html">Extending fs and kernel build</a>
</li>
<li>
<a href="umldump.html">uml_dump</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- End of Menubar -->
<div class="container" id="content">
<div class="body-content">
<!--Body content-->
<div class="row">
<article class="storypage" itemscope="itemscope" itemtype="http://schema.org/Article">
<header>
<h1 class="p-name entry-title" itemprop="headline name"><a href="#" class="u-url">Netkit-NG Homepage</a></h1>
</header>
<div class="e-content entry-content" itemprop="articleBody text">
<div>
<div class="section" id="what-is-netkit-ng">
<h2>What is Netkit-NG</h2>
<p>Netkit-NG is a fork of <a class="reference external" href="http://www.netkit.org/">the Netkit project</a> to bring new functionnalities and
support for recent debian kernels and filesystems:</p>
<ul class="simple">
<li>
<a class="reference external" href="core.html">netkit-ng-core</a> is an updated version of netkit-core which support the new
fs image format and includes other contributions released by various github users.</li>
<li>
<a class="reference external" href="build.html">netkit-ng-build</a> is a set of reusable scripts to build the fs and kernel
binaries for Netkit. The solution is based on <cite>rootstrap</cite> (a script to build
UML fs maintained by debian team) and the kernels provided by Debian. At the
present time, only Wheezy is supported.</li>
</ul>
</div>
<div class="section" id="what-is-the-differences-between-netkit-ng-and-netkit">
<h2>What is the differences between Netkit-NG and Netkit ?</h2>
<dl class="docutils">
<dt>Netkit-NG</dt>
<dd>
<ul class="first last simple">
<li>filesystem and kernel based on Debian Wheezy</li>
<li>uml_dump support (UML network sniffer without root rights)</li>
<li>The FS and kernel can be rebuild: adding / removing packages and change
kernel options are possible</li>
</ul>
</dd>
<dt>Netkit</dt>
<dd>
<ul class="first last simple">
<li>filesystem and kernel based on Debian lenny (deprected since 02/2012)</li>
<li>stable since a long time</li>
<li>includes MPLS patches</li>
</ul>
</dd>
</dl>
</div>
<div class="section" id="latest-releases">
<h2>Latest releases</h2>
<!-- Begin post-list post_list_0b013397a1394b9897b8beeb93098dd7 -->
<div id="post_list_0b013397a1394b9897b8beeb93098dd7" class="post-list">
<ul class="post-list">
<li class="post-list-item">
2014-11-15
<a href="build-013.html">netkit-ng-build 0.1.3</a>
</li>
<li class="post-list-item">
2014-09-28
<a href="core-304.html">netkit-ng-core 3.0.4</a>
</li>
<li class="post-list-item">
2014-09-26
<a href="core-303.html">netkit-ng-core 3.0.3</a>
</li>
<li class="post-list-item">
2014-07-09
<a href="build-012.html">netkit-ng-build 0.1.2</a>
</li>
<li class="post-list-item">
2014-05-23
<a href="core-302.html">netkit-ng-core 3.0.2</a>
</li>
</ul>
</div>
<!-- End post-list post_list_0b013397a1394b9897b8beeb93098dd7 -->
</div>
<div class="section" id="installing-netkit-ng">
<h2>Installing Netkit-NG</h2>
<p>A complete Netkit-NG distribution consists of three different packages:</p>
<ul class="simple">
<li>the Netkit-NG “core”, which contains commands, documentation and other stuff
which is necessary for Netkit to work;</li>
<li>the Netkit-NG filesystem, which contains the filesystem for virtual machines;</li>
<li>the Netkit-NG kernel, which contains the kernel used by virtual machines.</li>
</ul>
<div class="section" id="step-1-download-and-unpack">
<h3>Step 1: Download and unpack</h3>
<p>Download all the files to the same directory of your choice:</p>
<ul class="simple">
<li>The netkit-NG core version 3.0.4: <a class="reference external" href="https://github.com/netkit-ng/netkit-ng-core/releases/download/3.0.4/netkit-ng-core-32-3.0.4.tar.bz2">netkit-ng-core-32-3.0.4.tar.bz2</a>
</li>
<li>The Netkit-NG filesystem version 7.0 based on netkit-ng-build version 0.1.3:
<a class="reference external" href="https://github.com/netkit-ng/netkit-ng-build/releases/download/0.1.3/netkit-ng-filesystem-i386-F7.0-0.1.3.tar.bz2">netkit-ng-filesystem-i386-F7.0-0.1.3.tar.bz2</a>
</li>
<li>The Netkit-NG kernel version 3.2 based on netkit-ng-build version 0.1.3:
<a class="reference external" href="https://github.com/netkit-ng/netkit-ng-build/releases/download/0.1.3/netkit-ng-kernel-i386-K3.2-0.1.3.tar.bz2">netkit-ng-kernel-i386-K3.2-0.1.3.tar.bz2</a>
</li>
</ul>
<p>Then unpack them by using the following commands:</p>
<pre class="code sh literal-block">
<span class="nv">$ </span>tar -xjSf netkit-ng-core-32-3.0.4.tar.bz2
<span class="nv">$ </span>tar -xjSf netkit-ng-filesystem-i386-F7.0-0.1.3.tar.bz2
<span class="nv">$ </span>tar -xjSf netkit-ng-kernel-i386-K3.2-0.1.3.tar.bz2
</pre>
</div>
<div class="section" id="step2-configuration">
<h3>Step2: Configuration</h3>
<p>The first step is to set the environment variables:</p>
<ul class="simple">
<li>
<cite>NETKIT_HOME</cite> variable to the name of the directory Netkit has been
installed into.</li>
<li>
<cite>MANPATH</cite> variable must be set to <cite>$NETKIT_HOME/man</cite>
</li>
<li>
<cite>PATH</cite> environment variable must include <cite>$NETKIT_HOME/bin</cite>
</li>
</ul>
<p>The simplest way to do it is to run the check configuration script and copy/
paste the recommandations. Run the <cite>check_configuration.sh’ script in the `
netkit-ng</cite> directory by typing:</p>
<pre class="code sh literal-block">
<span class="nv">$ </span>./check_configuration.sh
</pre>
<p>This script takes care of checking whether your system is configured properly
to make Netkit run. Any misconfigurations are signalled and instructions for
fixing them are reported as well. If the script exits with success, then
Netkit is ready for use.</p>
</div>
</div>
</div>
</div>
</article>
</div>
<!--End of body content-->
<footer>
Contents © 2014 <a href="mailto:[email protected]">Julien ‘Kartoch’ Iguchi-Cartigny</a> - Powered by <a href="http://getnikola.com" rel="nofollow">Nikola</a>
</footer>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.colorbox-min.js"></script>
<script>jQuery("a.image-reference").colorbox({rel:"gal",maxWidth:"100%",maxHeight:"100%",scalePhotos:true});</script>
<!-- fancy dates -->
<script>
moment.locale("");
fancydates(0, "YYYY-MM-DD HH:mm");
</script>
<!-- end fancy dates -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45124358-3', 'auto');
ga('require', 'linkid', 'linkid.js');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</body>
</html>