]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/static/features.html
Update for IPFire 2.15 release.
[people/shoehn/ipfire.org.git] / templates / static / features.html
1 {% extends "../base.html" %}
2
3 {% block title %}{{ _("About IPFire") }}{% end block %}
4
5 {% block header %}
6 <header class="jumbotron subhead" id="overview">
7 <div class="container">
8 <h1>{{ _("About IPFire") }}</h1>
9 <p class="lead">
10 {{ _("Because IPFire is more than just a firewall") }}
11 </p>
12 </div>
13 </header>
14 {% end header %}
15
16 {% block body %}
17 <div class="row">
18 <div class="col-lg-9 col-md-9">
19 <section id="about">
20 <div class="page-header">
21 <h1>
22 {{ _("IPFire") }} <small>{{ _("An Open Source Firewall Distribution") }}</small>
23 </h1>
24 </div>
25
26 <p class="ac">
27 <img src="{{ static_url("images/tux/ipfire_tux_512x512.png") }}" alt="IPFire Logo" />
28 </p>
29
30 {% if lang == "de" %}
31 <p>
32 <strong>IPFire</strong> wurde mit Augenmerk auf Modularität und einem hohen
33 Level an Flexibilität entwickelt. Es ist kinderleicht verschiedene Konfigurationen
34 zu installieren, wie zum Beispiel eine Firewall, einen Proxy-Server oder ein
35 VPN-Gateway.
36 Das modulare Design stellt sicher, dass nur exakt die Module laufen, die auch
37 benötigt werden und nichts weiter.
38 Erweiterungen und Updates lasses sich durch einen Paketmanager einfach
39 verwalten und aktualisieren.
40 </p>
41 <p>
42 Das IPFire Entwicklerteam ist sich im Klaren, dass Sicherheit von Anwendungsfall
43 zu Anwendungsfall ganz verschieden aussehen kann und sich auch über die Zeit
44 verändert.
45 Für diesen Fall erlaubt die Modularität und Flexibilität eine einfache
46 Integration in jede bestehende Sicherheitsarchitektur.
47 Nicht zu vergessen ist, dass Einfachheit in der Bedienung eine
48 Schlüsseleigenschaft ist.
49 Wenn all dies im Moment ein wenig viel klingt, so ist ein sinnvoller
50 Einsatz von IPFire schon sofort nach der Installation möglich.
51 </p>
52 <p>
53 <em>
54 Die Links in der Sidebar zeigen, was mit IPFire alles möglich ist
55 und sind einen genaueren Blick wert.
56 </em>
57 </p>
58 {% else %}
59 <p>
60 <strong>IPFire</strong> was designed with both modularity and a high-level of
61 flexibility in mind. You can easily deploy many variations of it, such as a firewall,
62 a proxy server or a VPN gateway.
63 The modular design ensures that it runs exactly what you've configured it for and
64 nothing more. Everything is simple to manage and update through the package manager,
65 making maintenance a breeze.
66 </p>
67 <p>
68 The IPFire development team understands that security means different things to
69 different people and certainly can change over time.
70 The fact that IPFire is modular and flexible make it perfect for integrating
71 into any existing security architecture.
72 Don't forget that ease-of-use is a key principle.
73 If all this sounds a little too much for you, IPFire comes with great default
74 settings out-of-the-box, meaning it's a snap to get going quickly!
75 </p>
76 <p>
77 <em>
78 Above are some links that we encourage you to click through.
79 Please take a look at all of the features and possibilities
80 which IPFire offers for your network.
81 </em>
82 </p>
83 {% end %}
84 </section>
85
86 <section id="security">
87 <div class="page-header">
88 <h1>{{ _("Security") }}</h1>
89 </div>
90
91 {% if lang == "de" %}
92 <p>
93 Das Hauptaugenmerk von IPFire liegt bei Sicherheit.
94 Gerade bei einem solch umfangreichen Thema gibt es nicht nur einen einzigen
95 Weg, um ein maximales Maß an Sicherheit zu erlangen. Mindestens genauso
96 wichtig ist es für den Netzwerkadministrator seine Bedürfnisse zu verstehen
97 und entsprechend zu handeln. IPFire stellt für diesen Zweck eine Basis bereit,
98 die einzelne Netzwerksegmente nach ihren Sicherheitslevels unterteilt und erlaubt diese
99 anschließend nach eigenen Erfordernissen anzupassen
100 (mehr dazu unter <a href="/features/firewall">Firewall</a>).
101 </p>
102 <p>
103 Eine ebenso hohe Priorität genießt die Sicherheit der modularen Komponenten.
104 Aktualisierungen werden digital signiert, verschlüsselt
105 und können automatisch über das <a href="#pakfire">Pakfire
106 Paketmanagement-System</a> installiert werden.
107 Typischerweise ist IPFire direkt mit dem Internet verbunden und macht es
108 somit zu einem Ziel für Hacker und andere Gefahren.
109 Das Paketmanagement-System unterstützt den Administrator darin,
110 sicher zu sein, dass alle wichtigen Lücken gestopft und Fehler
111 in allen eingesetzten Komponenten beseitigt sind.
112 </p>
113 <p>
114 <span class="label label-success">IPFire 2.15 - Core Update 77</span>
115 <a href="http://planet.ipfire.org/post/feature-highlights-ipfire-2-15-1-hardening-the-system">Ab IPFire 2.15</a>
116 wird der IPFire/Linux-Kernel mit dem <a href="http://grsecurity.net">grsecurity</a>-Patchset gepatcht.
117 Dies schützt den Kernel proaktiv gegen eine Vielzahl an Attacken -
118 vornehmlich gegen zero-day-Exploits in dem ganze Klassen an
119 potentiellen Fehlern und Exploit-Vektoren eliminiert werden.
120 Pufferüberläufe auf dem Stack (stack buffer overflows)
121 sind nahezu unmöglich auszunutzen und strenge Zugriffsrichtlinien
122 verhindern, dass ein Angreifer nach einer Attacke Schaden
123 anrichten kann.
124 </p>
125 {% else %}
126 <p>
127 The primary objective of IPFire is security.
128 As there is of course no one, single way to achieve network security, it is important
129 for a network administrator to understand their environment and what the term
130 <em>security</em> means in the context of their own network.
131 IPFire forms the base of a secure network.
132 It has the power to segment networks based on their respective security levels
133 and makes it easy to create custom policies that manage each segment
134 (see the Firewall page for more information).
135 </p>
136 <p>
137 Security of the modular components is a top priority.
138 Updates are digitally signed and encrypted, as well as can be automatically installed
139 by Pakfire (<a href="#updates">the IPFire package management system</a>).
140 Since IPFire is typically directly connected to the Internet, it is going to be a
141 primary target for hackers and other threats.
142 The simple Pakfire package manager helps administrators feel confident that
143 they are running the latest security updates and bug fixes for all of the
144 components they utilize.
145 </p>
146 <p>
147 <span class="label label-success">IPFire 2.15 - Core Update 77</span>
148 <a href="http://planet.ipfire.org/post/feature-highlights-ipfire-2-15-1-hardening-the-system">Since IPFire 2.15</a>,
149 the IPFire Linux kernel is patched with the
150 <a href="http://grsecurity.net">grsecurity</a> patchset, which
151 pro-actively hardens the kernel against various forms of attacks.
152 Most importantly, it protects from zero-day exploits by
153 eliminating entire bug classes and exploit vectors.
154 It makes stack buffer overflows almost impossible to exploit
155 and comes with strict access controls, that make it
156 harder for attackers to cause harm to the system.
157 </p>
158 {% end %}
159 </section>
160
161 <section id="firewall">
162 <div class="page-header">
163 <h1>{{ _("Firewall") }}</h1>
164 </div>
165
166 {% if lang == "de" %}
167 <p>
168 IPFire nutzt eine Stateful-Packet-Inspection-Firewall (SPI),
169 welche auf das Linux Paketfilter-Framework <em>netfilter</em> aufsetzt.
170 </p>
171 <p>
172 Während des IPFire Installationsprozesses, wird das Netzwerk in
173 mehrere separate Segmente unterteilt.
174 Dieses Sicherheitsschema impliziert einen perfekten Platz für
175 jedes System im Netzwerk.
176 Jedes Segment kann nach Bedarf zugeschaltet werden, abhängig vom
177 Einsatzort und -zweck und alle Systeme in einem Segment werden
178 mit der gleichen Sicherheitspolicy behandelt:
179 </p>
180
181 <table class="table table-striped table-bordered">
182 <tbody>
183 <tr>
184 <td style="background-color: green; color: white;">
185 <strong>Green</strong>
186 </td>
187 <td>
188 Grün repräsentiert die "sichere" Zone.
189 In diese Zone gelangen alle herkömmlichen
190 Clients, welche meist mit dem Kabelnetzwerk
191 verbunden sind. Von hier aus können die Clients
192 uneingeschränkt auf alle anderen Zonen zugreifen.
193 </td>
194 </tr>
195 <tr>
196 <td style="background-color: red; color: white;">
197 <strong>Red</strong>
198 </td>
199 <td>
200 Rot impliziert "Gefahr" - also die Verbindung zum
201 Internet.
202 Nichts von hier aus darf die Firewall passieren,
203 außer dies ist explizit vom Administrator erlaubt.
204 </td>
205 </tr>
206 <tr>
207 <td style="background-color: darkblue; color: white;">
208 <strong>Blue</strong>
209 </td>
210 <td>
211 Blau repräsentiert das drahtlose Segment des
212 Netzwerks (aufgrund der Farbe des Himmels).
213 Da Wireless-Clients von Natur aus ein größeres
214 Gefahrenpotential sind, muss für jedes System
215 in diesem Teil der Zugang zum Internet gesondert
216 erlaubt werden.
217 </td>
218 </tr>
219 <tr>
220 <td style="background-color: orange; color: white;">
221 <strong>Orange</strong>
222 </td>
223 <td>
224 Das orangene Netzwerk wird auch als demilitarisierte
225 Zone (DMZ) bezeichnet.
226 Alle Server, die aus dem Internet erreichbar sind
227 gehören in dieses Netz um kein Sicherheitsrisiko
228 für andere lokale Systeme zu sein.
229 </td>
230 </tr>
231 </tbody>
232 </table>
233
234 <p>
235 <span class="label label-success">IPFire 2.15 - Core Update 77</span>
236 Mit IPFire 2.15 wurde die grafische Benutzeroberfläche der Firewall komplett
237 überarbeitet und mit vielen Funktionen erweitert.
238 Unter anderem gibt es nun eine Gruppenverwaltung für Hosts und Dienste.
239 Diese erleichtert das Erstellen von ähnlichen Regeln für eine Vielzahl
240 an Systemen im Netzwerk.
241 </p>
242
243 <p class="lead ac">
244 Eine Firewall zu verwalten war noch nie so einfach.
245 </p>
246
247 <p>
248 Da die Konfirguation auch mit vielen Regeln nun immer noch übersichtlich
249 bleibt, ist die Verwaltung der Firewall besonders einfach und
250 auch komplexe Konfigurationen sind möglich ohne die Kontrolle zu verlieren.
251 </p>
252
253 <p>
254 Zusätzlich zu den oben genannten Policies kann auch der ausgehende
255 Netzwerkverkehr für jedes Segment geregelt werden.
256 Diese Funktion gibt dem Netzwerkadministrator vollständige
257 Kontrolle über das Netzwerk.
258 </p>
259
260 <ul>
261 <li>
262 <a href="http://wiki.ipfire.org/en/configuration/firewall/start">
263 Firewall-Dokumentation
264 </a>
265 </li>
266 </ul>
267 {% else %}
268 <p>
269 IPFire employs a Stateful Packet Inspection (SPI) firewall,
270 which is built on top of netfilter (the Linux packet filtering framework).
271 </p>
272 <p>
273 During the installation of IPFire, the network is configured into different,
274 separate segments.
275 This segmented security scheme means that there is a perfect place for each
276 machine in the network.
277 These different segments may be enabled separately, depending on your requirements.
278 Each segment represents a group of computers who share a common security level:
279 </p>
280
281 <table class="table table-striped table-bordered">
282 <tbody>
283 <tr>
284 <td style="background-color: green; color: white;">
285 <strong>Green</strong>
286 </td>
287 <td>
288 Green represents a "safe" area.
289 This is where all regular clients will reside.
290 It is usually comprised of a wired, local network.
291 Clients on Green can access all other network
292 segments without restriction.
293 </td>
294 </tr>
295 <tr>
296 <td style="background-color: red; color: white;">
297 <strong>Red</strong>
298 </td>
299 <td>
300 Red indicates "danger" or the connection to the Internet.
301 Nothing from Red is permitted to pass through the
302 firewall unless specifically configured by the
303 administrator.
304 </td>
305 </tr>
306 <tr>
307 <td style="background-color: darkblue; color: white;">
308 <strong>Blue</strong>
309 </td>
310 <td>
311 Blue represents the "wireless" part of the local
312 network (chosen because it's the color of the sky).
313 Since the wireless network has the potential for abuse,
314 it is uniquely identified and specific rules govern
315 clients on it.
316 Clients on this network segment must be explicitly
317 allowed before they may access the network.
318 </td>
319 </tr>
320 <tr>
321 <td style="background-color: orange; color: white;">
322 <strong>Orange</strong>
323 </td>
324 <td>
325 Orange is referred to as the "demilitarized zone" (DMZ).
326 Any servers which are publicly accessible are separated
327 from the rest of the network here to limit security
328 breaches.
329 </td>
330 </tr>
331 </tbody>
332 </table>
333
334 <p>
335 <span class="label label-success">IPFire 2.15 - Core Update 77</span>
336 With IPFire 2.15, the graphical user interface has been completely rewritten
337 and massively extended with new functionality.
338 It is now possible to manage groups of hosts or services. That makes it simpler
339 to create many similar rules for a great number of hosts, networks or services.
340 </p>
341
342 <p class="lead ac">
343 Managing firewall rules has never been easier before.
344 </p>
345
346 <p>
347 Because even with a big number of rules, the configuration remains
348 easily manageable and that makes it possible to build more restrictive
349 configurations without losing control.
350 </p>
351
352 <p>
353 Additionally, the firewall can be used to control outbound Internet
354 access from any segment.
355 This feature gives the network administrator complete control
356 over how their network is configured and secured.
357 </p>
358
359 <ul>
360 <li>
361 <a href="http://wiki.ipfire.org/en/configuration/firewall/start">
362 Firewall Documentation
363 </a>
364 </li>
365 </ul>
366 {% end %}
367
368 <hr class="separator">
369
370 <div class="row">
371 <div class="col-md-12">
372 <a class="thumbnail" href="{{ static_url("images/screenshots/en/firewall/rules.png") }}">
373 <img class="img-responsive" src="{{ static_url("images/screenshots/en/firewall/rules.png") }}" alt="{{ _("Screenshot") }}">
374 </a>
375 </div>
376 </div>
377
378 <div class="row">
379 <div class="col-md-6">
380 <a class="thumbnail" href="{{ static_url("images/screenshots/en/firewall/new-rule.png") }}">
381 <img class="img-responsive" src="{{ static_url("images/screenshots/en/firewall/new-rule.png") }}" alt="{{ _("Screenshot") }}">
382 </a>
383 </div>
384
385 <div class="col-md-6">
386 <a class="thumbnail" href="{{ static_url("images/screenshots/en/firewall/service-groups.png") }}">
387 <img class="img-responsive" src="{{ static_url("images/screenshots/en/firewall/service-groups.png") }}" alt="{{ _("Screenshot") }}">
388 </a>
389 </div>
390 </div>
391
392 <div class="row">
393 <div class="col-md-6">
394 <a class="thumbnail" href="{{ static_url("images/screenshots/en/firewall/host-groups.png") }}">
395 <img class="img-responsive" src="{{ static_url("images/screenshots/en/firewall/host-groups.png") }}" alt="{{ _("Screenshot") }}">
396 </a>
397 </div>
398
399 <div class="col-md-6">
400 <a class="thumbnail" href="{{ static_url("images/screenshots/en/firewall/connections-1.png") }}">
401 <img class="img-responsive" src="{{ static_url("images/screenshots/en/firewall/connections-1.png") }}" alt="{{ _("Screenshot") }}">
402 </a>
403 </div>
404 </div>
405 </section>
406
407 <section id="pakfire">
408 <div class="page-header">
409 <h1>
410 Pakfire <small>{{ _("The IPFire package management system") }}</small>
411 </h1>
412 </div>
413
414 {% if lang == "de" %}
415 <p>
416 Vom technischen Standpunkt aus ist IPFire ein schlankes, gehärtetes
417 Firewall-System, welches den Paketmanager Pakfire mitbringt.
418 Die primäre Aufgabe von Pakfire ist es, Systemupdates mit nur einem Klick
419 einspielen zu können.
420 Somit ist es ganz leicht <a href="/features/updates">Sicherheitslücken
421 zu schließen und Bugfixes sowie neue Funktionen zu installieren</a>.
422 Dies macht IPFIre sicherer und schneller - oder einfach: besser.
423 </p>
424 <p>
425 Eine weitere Aufgabe ist es, zusätzliche Addons zu installieren, welche die
426 Funktionen des Systems erweitern.
427
428 Einige beliebte sind unter anderen:
429
430 <ul>
431 <li>Datei- und Druckdienste wie <em>samba</em> und <em>vsftpd</em></li>
432 <li>Kommunikationslösungen wie <em>Asterisk</em></li>
433 <li>
434 Verschiedene Kommandozeilenhelfer wie
435 <em>tcpdump</em>, <em>nmap</em>, <em>traceroute</em>
436 und viele mehr.
437 </li>
438 </ul>
439 </p>
440
441 {% else %}
442 <p>
443 From a technical point of view, IPFire is a minimalistic, hardened firewall system
444 which comes with an integrated package manager called Pakfire.
445 The primary task of Pakfire is to update the system with only a single click.
446 It is very easy to install <a href="/features/updates">security patches,
447 bugfixes and feature enhancements</a>, which make IPFire safer and faster
448 - or simply: better.
449 </p>
450 <p>
451 Another task of Pakfire is to install additional software that adds new
452 functionality to the IPFire system.
453
454 Some useful of them are:
455
456 <ul>
457 <li>File sharing services such as Samba and vsftpd</li>
458 <li>Communications server using Asterisk</li>
459 <li>
460 Various command-line tools as <em>tcpdump</em>,
461 <em>nmap</em>, <em>traceroute</em> and many more.
462 </li>
463 </ul>
464 </p>
465 {% end %}
466
467 <hr class="separator">
468
469 <div class="row">
470 <div class="col-md-6">
471 <a class="thumbnail" href="{{ static_url("images/screenshots/en/pakfire/pakfire-overview-1.png") }}">
472 <img class="img-responsive" src="{{ static_url("images/screenshots/en/pakfire/pakfire-overview-1.png") }}" alt="{{ _("Screenshot") }}">
473 </a>
474 </div>
475
476 <div class="col-md-6">
477 <a class="thumbnail" href="{{ static_url("images/screenshots/en/pakfire/addon-services-1.png") }}">
478 <img class="img-responsive" src="{{ static_url("images/screenshots/en/pakfire/addon-services-1.png") }}" alt="{{ _("Screenshot") }}">
479 </a>
480 </div>
481 </div>
482
483 {% if lang == "de" %}
484 <h2>Pakfire als Buildsystem</h2>
485 <p>
486 Das kommende Major-Release von IPFire wird eine neue
487 Generation des Pakfire Paketmanagementsystems mitbringen.
488 Diese ist schneller, sicherer und einfacher zu bedienen.
489 Dazu kommen unzählige neue Funktionen.
490 </p>
491 <p>
492 Eine der neuen Funktionen ist, dass <em>pakfire</em>
493 nun auch als Buildsystem fungiert.
494 Ein auf die IPFire-Distribution angepasstes Buildsystem
495 hat die Produktivität der Entwickler immens gesteigert.
496 Neue Pakete zu bauen ist nun einfacher und nimmt weniger
497 Zeit in Anspruch.
498 </p>
499 <p>
500 Qualitätssicherung ist jetzt eine Aufgabe für alle.
501 Mehr dazu auf <a href="http://pakfire.ipfire.org/">pakfire.ipfire.org</a>.
502 </p>
503
504 <hr class="separator">
505 {% else %}
506 <h2>Pakfire as a build system</h2>
507 <p>
508 The next major release of IPFire will also ship a new generation
509 of the Pakfire packagement system.
510 This new generation has been made faster, more secure, more
511 easy to handle and adds a whole bunch of new features.
512 </p>
513 <p>
514 One of this features is that <em>pakfire</em> is now the
515 buildsystem as well. Having a customized build system for
516 the needs of IPFire and the IPFire developers improved
517 the development process very much. Building new packages
518 became a lot more easy and less time-consuming.
519 </p>
520 <p>
521 Quality assurance became more social right now. Check it
522 out at <a href="http://pakfire.ipfire.org/">pakfire.ipfire.org</a>.
523 </p>
524 {% end %}
525 </section>
526
527 <section id="updates">
528 <div class="page-header">
529 <h1>{{ _("Updates") }}</h1>
530 </div>
531
532 {% if lang == "de" %}
533 <p>
534 IPFire basiert auf Linux, dem besten Open-Source-Kernel, den es gibt.
535 Ebenso basiert IPFire <strong>nicht</strong> auf irgendeiner Distribution
536 wie z.B. Knoppix auf Debian basiert sondern wird aus den Sourcen einer
537 großen Anzahl von Paketen gebaut. Dieser Prozess der Entwicklung kostet
538 viel Zeit, gibt allerdings die Möglichkeit nicht von Updatezyklen anderer
539 abzuhängen. Dagegen hat es den Vorteil besonders zuverlässige Versionen
540 eines Softwarepakets auszuwählen und den größten Teil der Distribution
541 daraus aufzubauen. Der Kernel hingegen wird laufend aktualisiert und
542 gepatcht um aktuelle und eine möglichst breite Palette an Hardware zu
543 unterstützen - und viel wichtiger, Sicherheitsupdates zeitnah zur
544 Verfügung zu stellen.
545 </p>
546 <p>
547 Das macht IPFire zu einem sehr leistungsfähigen und gleichzeitig
548 gehärtetem System.
549 </p>
550 <p>
551 Um dies beizubehalten und kompatibel zu der Vielzahl an Hardware auf
552 dem Markt zu bleiben, werden sogenannte "Core Updates" in einem Abstand
553 von etwa vier Wochen herausgegegen, um gesammelte Patches auszuliefern.
554 Im Falle eines kritischen Sicherheitsproblems in einem der Pakete gibt
555 es Sicherheitsupdates innerhalb weniger als 24 Stunden.
556 </p>
557 <p>
558 Alle Updates können mittels des Paketmanagementsystems eingespielt werden
559 und die Benutzer werden per Email über eben diese informiert. So ist
560 in allen Fällen das Update nach einem einzigen Klick installiert und
561 das System ist wieder gesichert im Internet.
562 </p>
563 {% else %}
564 <p>
565 IPFire is based on Linux, which is the best Open Source kernel around.
566 Additionally, IPFire is <strong>not</strong> based on any other
567 distribution like Knoppix is on Debian. It is compiled from the sources
568 of every single package. This comsumes a lot of work, but finally
569 gives the opportunity to not rely on the update cycles of others.
570 The advantages we gain is that we are able to select very stable
571 versions of software and build the distribution from them. For example
572 is the most part of the distribution quite well tested and long maintained
573 - in contrast to the kernel which is very recent and regularly updated
574 with patches to support as much hardware as possible and more importantly
575 fix security errors.
576 </p>
577 <p>
578 This is what makes IPFire a very strong and hardened system.
579 </p>
580 <p>
581 To keep up that strength and be prepared for new
582 <a href="/features/hardware">hardware</a>, we give
583 out the so called <strong>Core Updates</strong> which are issued in
584 about every four weeks and updating collected fixes. If there is a
585 security emergency, we provide updates in less than a day to overcome
586 zero-day holes in the system.
587 </p>
588 <p>
589 All of the updates can be installed by the
590 <a href="/features/pakfire">package management system</a>
591 and users are notified by mail. So in all cases, the update is just
592 a simple click and your system is running safe again.
593 </p>
594 {% end %}
595 </section>
596
597 <section id="dialup">
598 <div class="page-header">
599 <h1>{{ _("Dialup") }}</h1>
600 </div>
601
602 {% if lang == "de" %}
603 <p>
604 IPFire ist als Internet-Gateway in der Lage über verschiedene
605 (Einwahl-)Techniken eine Verbindung zum Internet aufzubauen.
606 </p>
607 <p>
608 Es werden alle gängigen Breitbandzugangsarten wie auch mobile Zugänge unterstützt:
609 </p>
610
611 <table class="table table-striped table-bordered">
612 <tbody>
613 <tr>
614 <td>
615 <strong>VDSL</strong>
616 </td>
617 <td>
618 VDSL ist die Abkürzung für <em>Very High Data Rate Digital Subscriber Line</em> und
619 bietet in Deutschland derzeit Bandbreiten bis zu 50 MBit/s im Downstream und 10 MBit/s im Upstream.
620 Damit eignet sich VDSL für die Zukunft und bringt auch IPTV mit sich. Mit IPFire kann der herkömmliche
621 Router ausgetauscht werden und auf ein vollwertiges System gesetzt werden, das den IPTV-Stream ins
622 eigene Netz bringt.
623 </td>
624 </tr>
625 <tr>
626 <td>
627 <strong>ADSL/SDSL</strong>
628 </td>
629 <td>
630 Selbstverständlich wird auch herkömmliches DSL unterstützt, wobei es sich
631 technisch um PPPoE oder PPPoA handelt. In einigen Ländern ist auch PPTP als Protokoll verbreitet und
632 wird ebenso unterstützt.
633 </td>
634 </tr>
635 <tr>
636 <td>
637 <strong>Ethernet</strong>
638 </td>
639 <td>
640 Über Ethernet kann IPFire ebenfalls mit dem Internet verbunden werden und
641 eine IP-Adresse entweder per DHCP beziehen oder statisch konfiguriert werden. Das wird u.a. bei
642 Verbindungen über Kabel genutzt.
643 </td>
644 </tr>
645 <tr>
646 <td>
647 <strong>3. Generation</strong>
648 </td>
649 <td>
650 Über USB-Modems wird auch jede Art von mobilen Breitbandverbindungen
651 unterstützt, welche bekannt sind unter den Bezeichnungen UMTS, 3G, CDMA, HSDPA oder LTE.
652 </td>
653 </tr>
654 </tbody>
655 </table>
656 {% else %}
657 <p>
658 IPFire as an Internet Gateway is able to dialup through various techniques
659 to connect to the Internet.
660 </p>
661 <p>
662 It supports all popular types of broadband access, as well as mobile access:
663 </p>
664
665 <table class="table table-striped table-bordered">
666 <tbody>
667 <tr>
668 <td>
669 <strong>VDSL</strong>
670 </td>
671 <td>
672 VDSL is short for <em>Very High Data Rate Digital Subscriber Line</em> and
673 it currently offers bandwidth up to 50 Mbit/s downstream and 10 Mbit/s upstream.
674 VDSL brings the possibility of using new technologies such as IPTV. With IPFire, a conventional
675 router can be replaced by a full-fledged system that brings the IPTV stream into your own home network.
676 </td>
677 </tr>
678 <tr>
679 <td>
680 <strong>ADSL/SDSL</strong>
681 </td>
682 <td>
683 Conventional DSL is also supported, although it is technically
684 called also PPPoE or PPPoA. In some countries, the PPTP protocol is also widely used and it is also fully
685 supported by IPFire.
686 </td>
687 </tr>
688 <tr>
689 <td>
690 <strong>Ethernet</strong>
691 </td>
692 <td>
693 Over Ethernet, IPFire can also be connected to the Internet and obtain
694 an IP address either via DHCP or static configuration.
695 </td>
696 </tr>
697 <tr>
698 <td>
699 <strong>4G/3G</strong>
700 </td>
701 <td>
702 Mobile broadband connections over USB modems, which are also known by the names
703 UMTS, 3G, CDMA, HSDPA or LTE are also supported by IPFire.
704 </td>
705 </tr>
706 </tbody>
707 </table>
708 {% end %}
709 </section>
710
711 <section id="proxy">
712 <div class="page-header">
713 <h1>{{ _("Web proxy") }}</h1>
714 </div>
715
716 {% if lang == "de" %}
717 <p>
718 Der Webproxy in IPFire, die Open-Source-Software Squid, ist der Linux und UNIX-Welt nicht unbekannt
719 und steht unter der GNU General Public License. Nicht nur ISPs, Universitäten, Schulen und grosse
720 Firmen nutzen diesen Proxy, denn seine Vielfältigkeit, Stabilität und ausgereifte Entwicklung macht
721 ihn auch für kleine Heimnetzwerke zu einem nutzvollen Partner. Ergänzend zur zustandsgesteuerten
722 Paketfilterung auf TCP/IP Ebene der Firewall können somit auch Inhalte, die über das HTTP-Protokoll
723 übertragen werden, analysiert und geregelt werden. Dabei können sowohl HTTP-, HTTPS- sowie
724 FTP-Inhalte über Squid angefordert werden.
725 </p>
726 <ul>
727 <li>
728 <strong>Sicherheit:</strong> Der Client fragt nicht selbst, er lässt seinen Proxy fragen.
729 Die Antwort des Servers geht wieder an den Proxy und nicht an den Client. Der Client tritt
730 somit nicht selbst in Erscheinung. Ein damit verbundener Angriff würde also in erster Linie
731 den Proxy und nicht den Client treffen. Es stehen auch Funktionen zum Datenschutz zur Verfügung,
732 was einen Vorteil gegenüber einem reinen NAT Router darstellt.
733 </li>
734 <li>
735 <strong>Authentifizierung:</strong> Über Access-Listen kann Squid auch veranlasst werden,
736 Zugriffe nur nach einer Benutzerauthentifizierung zuzulassen. Hierbei stehen LDAP, identd,
737 Windows, Radius oder Lokale Authentifizierungsmethoden zur Verfügung, womit sich der Webproxy
738 zum Beispiel an einen Microsoft Windows Domänencontroller anbinden lässt und nur Mitarbeitern
739 der Zugang zum Internet gewährt werden kann.
740 </li>
741 <li>
742 <strong>Kontrolle der Zugriffe:</strong> Soll der Internetzugriff nur zu speziellen Tageszeiten
743 oder auch komplett für einzelne oder mehrere Clients eingeschränkt werden, kann dies über die
744 “Netzwerkbasierten Zugriffskontrolle” geschehen, welche man im Webinterface findet. Ein sinnvoller
745 Anwendungsbereich dafür sind z.B. Schulen.
746 </li>
747 <li>
748 <strong>Protokollierung:</strong> Da jeder Zugriff über den Proxy protokolliert werden kann, bieten
749 sich Möglichkeiten zur Überprüfung der Zugriffe im Nachhinein an und es können auch Statistiken
750 und Abrechnungen erstellt werden. Durch das Analyseprogramm Calamaris lassen sich die Logdateien
751 in unterschiedlichsten Kriterien über das IPFire Webinterface übersichtlich darstellen.
752 </li>
753 <li>
754 <strong>Bandbreitenmanagement:</strong> Das Downloadmanagement lässt eine Kontrolle der Bandbreite
755 für spezifizierte Bereiche zu. So können inhaltsbasierte Drosselungen zum Beispiel für Binärdateien,
756 CD-Images oder Multimediadaten ebenso konfiguriert werden wie eine Download Drosselung der einzelnen
757 Zonen oder für Hosts in den jeweiligen Zonen.
758 </li>
759 </ul>
760 {% else %}
761 <p>
762 IPFire includes a full-fledged web proxy, which is the well-known, open-source software Squid. It is used by ISPs, universities, schools and large companies use because of its diversity, stability and mature development. Even for small home networks, it
763 is a useful feature. In addition to the stateful paket inspection (SPI) filtering by the firewall on
764 the TCP/IP layer, the web content which is transmitted over HTTP, HTTPS or FTP can be analyzed
765 and filtered as well.
766 </p>
767 <ul>
768 <li>
769 <strong>Security:</strong> The client does not query web servers directly, it queries the proxy first.
770 The server response goes back to the proxy and not to the client, which actually does not technically even appear on the
771 Internet. A related attack would therefore primarily reach the proxy and not the client. There are also
772 functions available for data privacy, which is an significant advantage in comparison to a pure NAT router.
773 </li>
774 <li>
775 <strong>Authentication:</strong> Using the access lists, the web proxy can also be configured to allow
776 access only after a user has been authenticated. At this point you have the choice between LDAP, identd,
777 Windows, Radius or local authentication methods. The web proxy can connect, for example to a
778 Microsoft Windows domain controller and only the users of that Windows domain can be granted access to the Internet.
779 </li>
780 <li>
781 <strong>Authorization:</strong> If the Internet access needs to be limited to specific time of a day,
782 or if it should be even completely disabled for any clients, is this easily configured by the
783 “network-based access control”, which can also be found on the IPFire web interface. A useful application for this feature can be for example, a school classroom.
784 </li>
785 <li>
786 <strong>Logging:</strong> Since each access can be logged over the proxy, possibilities for the
787 examination of the accessed content can be very useful, as well as statistics and bills can be issued afterwards.
788 Through the use of a logfile analyzer named Calamaris, log files can be charted by varying criteria
789 on the IPFire web interface.
790 </li>
791 <li>
792 <strong>Bandwidth management:</strong> The download management function allows for control of the bandwidth
793 to specified zones. Thus, content-based throttling (for example for binary files, CD images or
794 multimedia content) is configurable with bandwidth limitations for individual zones or for each host
795 in a particular zone.
796 </li>
797 </ul>
798 {% end %}
799
800 <hr class="separator">
801
802 <h2>{{ _("Content filter") }}</h2>
803
804 {% if lang == "de" %}
805 <p>
806 SquidGuard ist ein URL-Filter, der über den Redirektor-Mechanismus an den Proxy angebunden wird.
807 Das Herz stellen sogenannte Blacklists dar, die von offizieller Seite erstellt, eine Reihe von
808 klassifizierten Webseiten enthalten und über das Webinterface automatisch auf dem neuesten Stand
809 gehalten werden. Es stehen unterschiedliche, freie Quellen für vorgefertigte Blacklists zur Verfügung,
810 die erlauben unter anderem jugendgefährdende Inhalte, Shopping-, Warez-, Social-Networking- oder
811 gewaltverherrlichende Seiten zu filtern.
812 </p>
813 <p>
814 Individuelle Erweiterungen einzelner Domains oder URLs können für Blacklists und ebenso für Whitelists
815 über das Webinterface eingerichtet werden. IPFire bietet auch einen Blacklist-Editor, der das Editieren
816 und erstellen eigener Blacklists über das Webinterface anbietet.
817 </p>
818 <p>
819 Mögliche Anwendungsbereiche für SquidGuard auf dem IPFire sind:
820 </p>
821 <ul>
822 <li>
823 Sperren oder Einschränken spezieller Internet Inhalte in Abhängigkeit von Uhrzeit, Benutzer
824 und verwendetem Rechner.
825 </li>
826 <li>
827 Verhinderung des Zugriffs auf bestimmte (z.B. jugendgefährdende) Seiten.
828 </li>
829 <li>
830 Ausblenden von Werbung.
831 </li>
832 </ul>
833 {% else %}
834 <p>
835 SquidGuard is a URL filter add-on which is connected via the redirector mechanism of the proxy.
836 The heart of SquidGuard is something called a "blacklist." This is a content control list created by the official site. These lists contain a number of categorically-classified websites and can be kept up-to-date automatically. There are different, independent
837 sources for pre-built blacklists available, which allow among other classes filtering for adult
838 content, shopping, warez, social networking, or sites containing violent/abusive content.
839 </p>
840 <p>
841 Individual extensions for particular domains or URLs can be set up on the IPFire web interface for
842 blacklists and whitelists as well. IPFire also offers a black list editor, that makes the editing
843 and creating your own blacklists quite easy.
844 </p>
845 <p>
846 Possible areas of application for the SquidGuard on IPFire are:
847 </p>
848 <ul>
849 <li>
850 Block or restrict Internet content conditionally by time, user and/or computers.
851 </li>
852 <li>
853 Preventing access to certain (eg. youth-endangering) pages and content categories.
854 </li>
855 <li>
856 Hiding advertising.
857 </li>
858 </ul>
859 {% end %}
860
861 <hr class="separator">
862
863 <h2>{{ _("Update accelerator") }}</h2>
864
865 {% if lang == "de" %}
866 <p>
867 Der Update-Accelerator ist ein System, das Updates für z.B. Betriebssysteme erheblich beschleunigen
868 kann. Dazu werden alle heruntergeladenen Updates zwischengespeichert und bei einem weiteren Download
869 aus dem lokalen Cache ausgeliefert.
870 </p>
871 <p>
872 Bei Service Packs für Microsoft Windows, die oft einige hundert Megabytes haben, lohnt sich dieses
873 Speichern massiv, aber auch Virenscanner und andere Produkte profitieren hiervon und machen ein Update von
874 allen Workstations in der Firma zu einer schnell erledigten Aufgabe.
875 </p>
876 {% else %}
877 <p>
878 The Update Accelerator is a feature that can greatly accelerate deploying updates for operating systems.
879 All downloaded updates are cached and if requested another time, are delivered from the cache.
880 </p>
881 <p>
882 For example, Service Packs for Microsoft Windows (which often are several hundred megabytes) are cached for future retrieval, as well as virus scanner definition updates and other product updates which the system automatically identifies. This saves a massive amount of time when updating large amounts of computers (such as corporate networks).
883 </p>
884 {% end %}
885
886 <hr class="separator">
887
888 <h2>{{ _("Transparent virus scanner") }}</h2>
889
890 {% if lang == "de" %}
891 <p>
892 Das Paketmanagement bietet das Addon “SquidClamAV” zur Erweiterung an. Somit steht dem Webproxy
893 ein Virenscanner zur Verfügung, der in Echtzeit den Datenverkehr nach Viren mit Hilfe des bekannten
894 ClamAV prüft.
895 </p>
896 <p>
897 Der zusätzliche Schutz zu einem herkömmlichen Virenscanner besteht vor allem darin, dass die Dateien
898 nicht erst auf den Client-Rechner gelangen, bevor der Virenscan ausgeführt werden kann. Potentielle
899 Schädlinge werden vor dem Download durch SquidClamAV geblockt.
900 </p>
901 {% else %}
902 <p>
903 The package manager Pakfire offers the addon SquidClamAV - a virus scanner for the web proxy. This checks in real-time all web traffic for viruses, utilizing the ClamAV virus definitions and scanning engine.
904 </p>
905 <p>
906 The additional protection to a conventional virus scanner lies in the fact that the files are transparently checked before ever making it to the client machine before the client machine's virus scan can be performed. So potentially-malicious files are blocked by
907 SquidClamAV before the client's actual download.
908 </p>
909 {% end %}
910 </section>
911
912 <section id="crypto">
913 <div class="page-header">
914 <h1>{{ _("Cryptography") }}</h1>
915 </div>
916
917 {% if lang == "de" %}
918 <p class="lead">
919 Kryptographie ist die Basis für viele Dienste wie
920 <a href="#vpn">VPNs</a> und sicherer Kommunikation im Internet.
921 Daher legt IPFire einen besonderen Wert auf dieses Thema.
922 </p>
923 {% else %}
924 <p class="lead">
925 Cryptography is one of the foundations for various services
926 like <a href="#vpn">VPNs</a> and secure communication on the Internet.
927 Therefore, IPFire is putting an emphasis on this topic.
928 </p>
929 {% end %}
930
931 <h3>{{ _("Hardware Acceleration") }}</h3>
932
933 {% if lang == "de" %}
934 <p>
935 <span class="label label-success">IPFire 2.15 - Core Update 77</span>
936 IPFire ist in der Lage verschiedene Kryptoprozessoren zu nutzen,
937 wie zum Beispiel den der AMD Geode CPUs, den VIA Padlock oder
938 CPU-Erweiterungen wie die AES-NI-Instruktionen von
939 neueren CPUs von Intel und AMD.
940 Diese helfen einen höheren Datendurchsatz durch verschlüsselte
941 Tunnel zu erreichen.
942 </p>
943
944 <ul>
945 <li>
946 <a href="http://wiki.ipfire.org/en/cryptography/hardware">
947 Liste der unterstützten Kryptoprozessoren
948 </a>
949 </li>
950 </ul>
951 {% else %}
952 <p>
953 <span class="label label-success">IPFire 2.15 - Core Update 77</span>
954 IPFire can use various crypto processors like those to be found
955 in AMD Geode CPUs, the VIA Padlock or CPU extensions like AES-NI
956 of recent Intel and AMD CPUs.
957 These help us to achieve much better throughput where ever
958 data is sent through an encrypted tunnel.
959 </p>
960
961 <ul>
962 <li>
963 <a href="http://wiki.ipfire.org/en/cryptography/hardware">
964 List of supported crypto hardware
965 </a>
966 </li>
967 </ul>
968 {% end %}
969
970 <h3>{{ _("Random Number Generators") }}</h3>
971
972 {% if lang == "de" %}
973 <p>
974 <span class="label label-success">IPFire 2.15 - Core Update 77</span>
975 IPFire unterstützt ebenfalls verschiedene Hardware-Zufallszahlgeneratoren.
976 Diese generieren Entropie, wird in den Entropie-Pool des Kernels
977 eingespeißt und dann zum Erstellen von sicheren Schlüsseln und
978 zur Beschleunigung von weiteren kryptographischen Operationen verwendet.
979 </p>
980
981 <ul>
982 <li>
983 <a href="http://wiki.ipfire.org/en/cryptography/entropy">
984 Liste der unterstützen Zufallszahlgeneratoren
985 </a>
986 </li>
987 </ul>
988 {% else %}
989 <p>
990 <span class="label label-success">IPFire 2.15 - Core Update 77</span>
991 IPFire is also able to use various random hardware number generators
992 to seed the kernel's entropy pool. That entropy is needed to generate
993 secure keys and speeds up cryptographic operations as well.
994 </p>
995
996 <ul>
997 <li>
998 <a href="http://wiki.ipfire.org/en/cryptography/entropy">
999 List of supported hardware random number generators
1000 </a>
1001 </li>
1002 </ul>
1003 {% end %}
1004 </section>
1005
1006 <section id="vpn">
1007 <div class="page-header">
1008 <h1>
1009 {{ _("VPN") }} <small>{{ _("Virtual Private Networks") }}</small>
1010 </h1>
1011 </div>
1012
1013 {% if lang == "de" %}
1014 <p>
1015 IPFire kann zu einem VPN-Gateway (virtal private network - virtuelles, privates Netzwerk)
1016 ausgebaut werden, welches Personen mit unterschiedlichem Standort untereinander verbindet.
1017 Dies können zum Beispiel Mitarbeiter, Freunde oder Personen sein mit denen man Daten sicher
1018 austauschen möchte, aber auch eine Filiale, Außenstelle, wichtige Kunden oder andere Unternehmen
1019 mit denen kommuniziert wird.
1020 </p>
1021 <p>
1022 Um sich über verschiedene Technologien verbinden zu können unterstützt IPFire die VPN Protokolle
1023 IPsec und OpenVPN. Dies erlaubt dem Administrator große Freiheiten bei der Konfiguration des VPNs.
1024 Die Verwendung dieser Protokolle erlaubt es IPFire auch sich mit VPN Endpunkten verschiedenster
1025 Hardwarehersteller, wie Cisco, Juniper, Checkpoint, etc. zu verbinden.
1026 </p>
1027 {% else %}
1028 <p>
1029 IPFire also includes functionality to create virtual private networks (VPN).
1030 A VPN is a gateway which connects remote networks to the local one using an
1031 encrypted link.
1032 Uses for a VPN include business connections to branch offices or datacenters,
1033 as well as providing traveling staff with a secure portal to the corporate network.
1034 </p>
1035 <p>
1036 For maximum flexibility, IPFire uses both IPsec and OpenVPN protocols,
1037 giving administrators maximum flexibility when configuring their VPN.
1038 Use of these protocols allows IPFire to connect to a variety of VPN endpoint
1039 devices by manufacturers such as Cisco, Juniper, Checkpoint, etc.
1040 </p>
1041 {% end %}
1042
1043 <hr class="separator">
1044
1045 <h2>{{ _("IPsec") }}</h2>
1046
1047 {% if lang == "de" %}
1048 <p>
1049 IPsec ist ein Standard, der unter den VPN-Technologien weit bekannt
1050 ist und im IPv6-Protokoll entwickelt wurde. Da IPv6 allerdings erst
1051 langsam seinen Weg in die Welt findet, wurde das IPsec-Protokoll
1052 auf IPv4 zurückzuportiert.
1053 </p>
1054
1055 <p>
1056 Im Gegensatz zu den ebenfalls eingesetzten SSL-VPNs gilt IPsec als
1057 schwer einzurichten. Diese Hürde wurde in IPFire beseitigt - zur
1058 Verfügung steht ein einfach zu bedienendes User-Interface,
1059 in welches man einige Konfigurationsparameter eingibt, welches dann
1060 den Rest übernimmt. Ebenso wird automatsich dafür gesorgt, dass die
1061 Tunnel geöffnet sind und, dass diese von allein wieder aufgebaut werden,
1062 sollte einmal ein Tunnelpartner seine Internetverbindung verlieren.
1063 So wird eine sichere und stabile Verbindung zu Filialen, Partnern oder
1064 dem Zuhause innerhalb von Minuten eingerichtet und sie ist auch
1065 kompatibel zu denen anderer Anbieter.
1066 </p>
1067
1068 <p>
1069 Der hohe Grad der Kompatibilität zu anderen Herstellern wird durch
1070 die Verwendung der freien Implementierung
1071 <a href="http://www.strongswan.org" target="_blank">strongSwan</a>
1072 möglich, welches von Andreas Steffen, einem Professor für Sicherheit
1073 in der Kommunikationstechnik und Leiter des Instituts für
1074 Internetechnologien und -applikationen an der Universität der
1075 angewandten Wissenschaften Rapperswil in der Schweiz entwickelt wird.
1076 StrongSwan arbeitet besonders gut mit Produkten wie Microsoft Windows 7,
1077 Microsoft Windows Vista und Mac OS X zusammen.
1078 </p>
1079 {% else %}
1080 <p>
1081 IPsec is a widely-deployed VPN solution that was originally developed to be used in conjunction with IPv6. Because it was so secure and IPv6 was so slowly deployed, it was backported to secure IPv4 traffic as well.
1082 </p>
1083
1084 <p>
1085 In contrast to SSL-VPNs, IPsec is hard to set-up. In IPFire, we
1086 thought about how to make this technology easy-to-use and as a result, there
1087 is a web user interface that handles all settings and takes care of the rest
1088 of the configuration for you. It also keeps the tunnels alive and
1089 re-establishes them automatically after a remote site has lost the connection. A secure connection to a branch office, a
1090 business partner, or a home office is done within a couple of minutes
1091 and compatible with all other implementations.
1092 </p>
1093
1094 <p>
1095 This high-level of compatibility is achieved by using the free
1096 implementation called
1097 <a href="http://www.strongswan.org" target="_blank">strongSwan</a>. It is maintained by Andreas Steffen, who is a professor for security in communications and head of the Institute for Internet Technologies
1098 and Applications at the University of Applied Sciences Rapperswil, in
1099 Switzerland. StrongSwan also works with all current, major operating systems, such as Microsoft
1100 Windows 7, Microsoft Windows Vista and Mac OS X.
1101 </p>
1102 {% end %}
1103
1104 <hr class="separator">
1105
1106 <h2>{{ _("OpenVPN") }}</h2>
1107
1108 {% if lang == "de" %}
1109 <p>
1110 Unter den Open Source SSL-VPNs ist OpenVPN ein häufig angetroffener und
1111 beliebter Vertreter, dessen einfache Konfiguration über das IPFire-
1112 Webinterface noch einmal erleichtert wird. Die Firewall-Einstellungen
1113 werden von IPFire automatisch geregelt, ebenso werden die benötigten
1114 Zertifikate mit wenigen Mausklicks erzeugt und können als kompaktes
1115 Client-Paket heruntergeladen, verteilt und mit einem weiteren Klick
1116 ausgeführt werden.
1117 </p>
1118 <p>
1119 Durch die hohe Kompatibilität zu anderen Betriebssystemen
1120 (Microsoft Windows, Mac OSX, Linux, Android, uvam.)
1121 eignet sich OpenVPN bestens zur Anbindung sogenannter Roadwarrior-Clients.
1122 Eine leicht zu konfigurierende, durch Zertifikate gesicherte,
1123 verschlüsselte Anbindung aus dem Internet
1124 auf Firmendaten oder das Zuhause liegende Netzwerk kann nicht
1125 nur über Notebooks, sondern unter anderem auch über PDAs, Smartphones
1126 oder Tablets hergestellt werden.
1127 </p>
1128 <p>
1129 Doch neben der Anbindung von Laptops und anderen Handgeräten, kann
1130 mit OpenVPN auch eine transparente Verbindung zu Filialen, Partnern
1131 und für jeden beliebigen anderen Einsatz erstellt werden.
1132 Das ermöglicht sicheren Zugriff auf ein gesamtes Netzwerk ohne
1133 aufwändige Konfiguration.
1134 </p>
1135 {% else %}
1136 <p>
1137 OpenVPN is a frequently-encountered and most popular representative
1138 of the class of Open Source SSL VPNs.
1139 Its relative ease of configuration has again, been made easier
1140 by the IPFire web interface. The firewall settings are controlled
1141 by IPFire automatically, as well as the required certificates will be
1142 generated with a few mouse clicks and can be downloaded and distributed
1143 as a very compact client package.
1144 </p>
1145 <p>
1146 Due to its high compatibility to all sorts of operating systems,
1147 such as Microsoft Windows, Mac OSX, Linux, Android and many more,
1148 it is perfectly useful for roadwarrior connections.
1149 With those, it is easy to connect your laptop, phone, tablet or
1150 other devices to your company network, which makes it easy to
1151 work from anywhere in the world.
1152 </p>
1153 <p>
1154 But besides connecting portable devices, OpenVPN can also be used
1155 to securely connect branches to the headquater.
1156 This makes it easy to access resources on other networks
1157 remotely without any complicated configuration on each client
1158 on your local network.
1159 </p>
1160 {% end %}
1161 </section>
1162
1163 <section id="ids">
1164 <div class="page-header">
1165 <h1>{{ _("Intrusion detection system") }}</h1>
1166 </div>
1167
1168 {% if lang == "de" %}
1169 <p>
1170 Ein Intrusion Dection System, kurz IDS, dient zur Erkennung von Angriffen gegen Computersysteme
1171 oder Computernetze. Dabei analysiert das IDS den Netzwerktraffic und durchsucht diesen nach Angriffsmustern.
1172 Wird zum Beispiel ein einfacher Portscan auf ein IPFire-System ausgeführt um angebotene Dienste auszuspähen,
1173 dann wird dies sofort erkannt.
1174 </p>
1175 <p>
1176 Ein IPS, Intrusion Prevention System, hat zusätzlich zu der Erkennung die Aufgabe Aktionen auszuführen.
1177 Dabei nimmt es Informationen zum Angriff vom IDS entgegen und handelt entsprechend. Bei dem Beispiel des
1178 Portscans würde es den Angreifer blocken damit keine Daten mehr ausgetauscht werden.
1179 </p>
1180 <p>
1181 Arbeiten wie in IPFire beide Systeme zusammen nennt man dies ein IDPS (Intrusion detection and prevention
1182 system). Ein sehr bekannter Vertreter dafür ist Snort. Das freie Netzwerk Intrusion Dection System (NIDS)
1183 analysiert den Datenverkehr und sofern es etwas Auffälliges findet, logt es dieses. IPFire bietet die
1184 Möglichkeit die erkannten Angriffe im Webinterface detailliert durchzusehen.
1185 </p>
1186 <p>
1187 Automatische Gegenmaßnahmen verrichtet in IPFire Guardian, was optional nachinstalliert werden kann.
1188 </p>
1189 <p>
1190 Somit ist ein IDPS ein sinnvoller Zusatz zum herkömmlichen Paketfilter um intelligente Entscheidungen
1191 über einkommende Daten zu treffen.
1192 </p>
1193 {% else %}
1194 <p>
1195 An Intrusion Dection System (or IDS), is a piece of software designed to detect attacks against computer systems
1196 and networks. Thereby the IDS will analyze the network traffic and search for attack samples. If someone
1197 scans the ports of the IPFire-System to see which services are available, the IDS will immediately notice it.
1198 </p>
1199 <p>
1200 An Intrusion Prevention System (or IPS), in addition to the detection system, will perform actions.
1201 The IPS gets the information from the IDS and reacts accordingly. That means, recalling the example above with
1202 the portscan, the system would automatically block the attacker immediately in order to prevent further inquiries.
1203 </p>
1204 <p>
1205 It is possible to use IDS and IPS on the IPFire system. We call this system "Intrusion Detection
1206 and Prevention System" (or IDPS). A very important deputy of this system is Snort, the free Network Intrusion Dection System
1207 (NIDS). It analyzes the network traffic and if something abnormal happens, it will log the event. IPFire gives you
1208 the possibility to see it very explicitly in the web interface.
1209 </p>
1210 <p>
1211 For automatic prevention, IPFire has an add-on called Guardian which can be installed optionally.
1212 </p>
1213 <p>
1214 An IDPS is a wise addition to the normal packet filter. It makes intelligent decisions about
1215 incoming and outgoing network traffic and how to deal with it.
1216 </p>
1217 {% end %}
1218 </section>
1219
1220 <section id="qos">
1221 <div class="page-header">
1222 <h1>{{ _("Quality of Service") }}</h1>
1223 </div>
1224
1225 {% if lang == "de" %}
1226 <p>
1227 Ein Quality of Service, oder kurz QoS, ist in der Lage die Qualität eines Dienstes über eine
1228 Internetleitung sicherzustellen. Das bedeutet, dass auf einer stark belasteten Internetverbindung
1229 einem Dienst, wie zum Beispiel einem VoIP-Telefonats, ein gewisses Maß an Bandbreite zugesichert
1230 werden kann, damit alle Sprachdaten ohne Verzögerung und verlustfrei übertragen werden können.
1231 Das geht allerdings zu Lasten der anderen Datenströme auf der Leitung, welche es aber durchaus
1232 vertragen, dass Daten langsamer übertragen werden, wie z.B. ein Upload auf einen FTP-Server.
1233 </p>
1234 <p>
1235 Ein QoS bietet aber nicht nur bei Echtzeitdiensten Vorteile und macht sie besser benutzbar, sondern
1236 bringt auch kleine Verbesserungen mit, die sich angenehm bemerkbar machen. Dazu gehören unter anderem:
1237 </p>
1238 <ul>
1239 <li>
1240 <strong>Schnellerer Verbindungsaufbau:</strong> Verbindungen werden immer rasch aufgebaut und
1241 dann nach Dienst eingeordnet und wenn möglich abgebremst. Das verbessert das Arbeitsgefühl.
1242 </li>
1243 <li>
1244 <strong>Stabilere Verbindungen:</strong> da jedem Dienst ein Mindestmaß an Bandbreite zugesichert wird.
1245 </li>
1246 </ul>
1247 <p>
1248 Für die Klassifizierung der Pakete, die das System wissen lässt mit welcher Art von Daten es zu tun hat,
1249 kommt ein Layer-7-Filter zum Einsatz. Dabei wird auch der Inhalt und nicht nur Quell-Ports, -IPs und
1250 Ziel-Ports und -IPs eines Pakets untersucht. Mit dem Wissen, ob es sich z.B. um einen langen Download
1251 oder um ein Echtzeitprotokoll handelt, kann es Entscheidungen zur optimalen Auslastung der
1252 Internetverbindung treffen.
1253 </p>
1254 <p>
1255 Zusammengefasst ist das Endergebnis eines QoS, eine Leitung mit geringer Latenzzeit und geringer
1256 Paketverlustrate. Eine Funktion, die man schnell nicht mehr vermissen möchte, wo die Bandbreite knapp ist.
1257 </p>
1258 <p>
1259 Perfekte Kontrolle über die getätigten Einstellungen, findet man in der graphischen Darstellung der
1260 Leitungsauslastung.
1261 </p>
1262 {% else %}
1263 <p>
1264 Quality of Service (QoS) is able to save the quality of a service on one internet connection. This
1265 means that on a highly-utilized internet connection, a service (for example VoIP) gets a stable size of bandwidth,
1266 to transfer the information without delay and without loss. This is at the expense of the other
1267 data flows on the line, which is tolerated, albeit transmitted more slowly (such as a file upload to an FTP server).
1268 </p>
1269 <p>
1270 QoS does not only increase the functionality of real-time services, but also offers a little bit of overall improvement. For example:
1271 </p>
1272 <ul>
1273 <li>
1274 <strong>Connections establish much faster.</strong>
1275 This is works very well on busy links.
1276 </li>
1277 <li>
1278 <strong>Connections are much more stable.</strong>
1279 Every service gets a minimum, guaranteed amount of bandwidth.
1280 </li>
1281 </ul>
1282 <p>
1283 For the classification of the packets, a Level-7-Filter is used. It also analyses the content, as well as the source-ports/IPs, and destination-ports/IPs of the packets. With that analysis, it will decide if it's a long download or a real-time
1284 protocol and then subsequently determines the optimal use of the connection.
1285 </p>
1286 <p>
1287 To put all in a nutshell, QoS reduces the latency and packet loss of an
1288 internet connection. This is certainly a function that you don't want to miss where bandwidth is limited.
1289 </p>
1290 {% end %}
1291 </section>
1292
1293 <section id="hardware">
1294 <div class="page-header">
1295 <h1>{{ _("Hardware") }}</h1>
1296 </div>
1297
1298 {% if lang == "de" %}
1299 <p>
1300 Da IPFire auf einer aktuellen Version des Linux Kernels basiert, ist es möglich
1301 eine Breite Palette an neuer Hardware, wie 10-Gigabit-Netzwerkkarten und
1302 Wireless-Hardware, ohne zusätzlichen Aufwand zu betreiben.
1303 Den Entwicklern ist es ein Anliegen, IPFire auf einer möglichst breiten Palette von
1304 Hardware lauffähig zu machen. Dadurch lässt sich IPFire auf alter, günster Hardware
1305 genauso hervoragend verwenden, wie auf High-Performance-Systemen.
1306 </p>
1307 <p>
1308 Dabei belaufen sich die Mindestanforderungen bei einem Pentium I (i568), 128MB RAM
1309 und 2 GB Festplattenspeicher.
1310 </p>
1311 <p>
1312 Einige Erweiterungen haben zuätzliche Anforderungen an die Hardware um korrekt
1313 funktionieren zu können. Ein System welches alle Anforderungen erfüllt, ist in der
1314 Lage hunderte Clients zur selben Zeit zu bedienen.
1315 </p>
1316 <h3>Heads up: Zusätzliche Architekturen in Entwicklung</h3>
1317 <p>
1318 Das IPFire Projekt ist auch interessiert Ressorcen schonende Systeme zu unterstützen.
1319 In diesem Zusammenhang, ist die ARM Architektur erwähnenswert, welche äußerst wenig Strom
1320 benötigt und ein großes Zukunftspotential aufweist.
1321 </p>
1322 <!-- <p>
1323 Mehr zu diesem Thema kann auf der <a href="/features/ports/arm">ARM Projekt Seite</a> gefunden
1324 werden.
1325 </p> -->
1326 {% else %}
1327 <p>
1328 Since IPFire is based on a recent version of the Linux kernel, it supports most
1329 of the latest hardware such as 10Gbit network cards and a variety of wireless
1330 hardware out of the box.
1331 The IPFire developers are very concerned with the ability to run IPFire as many
1332 system variations as possible.
1333 This helps IPFire to run on older or cheap hardware, as well as high-performance systems.
1334 </p>
1335 <p>
1336 Minimum system requirements are an Intel Pentium I (i586),
1337 128MB RAM and 2GB hard drive space.
1338 </p>
1339 <p>
1340 Some add-ons have extra requirements to perform smoothly.
1341 On a system that fits the hardware requirements, IPFire
1342 is able to serve hundreds of clients simultaneously.
1343 </p>
1344
1345 <h3>Heads up: More architectures in development!</h3>
1346 <p>
1347 The IPFire project is always interested in creating systems
1348 which save the environment. The ARM architecture consumes
1349 much less power and certainly has a lot of potential.
1350 </p>
1351 <!-- <p>
1352 More about this may be found on the
1353 <a href="/features/ports/arm">ARM project page</a>.
1354 </p> -->
1355 {% end %}
1356
1357 <div class="row">
1358 <div class="col-lg-3 col-md-3">
1359 <a class="thumbnail" href="{{ static_url("images/screenshots/en/hardware/hwtemp-1.png") }}">
1360 <img src="{{ static_url("images/screenshots/en/hardware/hwtemp-1_thumb.png") }}" alt="{{ _("Screenshot") }}">
1361 </a>
1362 </div>
1363 </div>
1364 </section>
1365
1366 <section id="virtualization">
1367 <div class="page-header">
1368 <h1>{{ _("Virtualization") }}</h1>
1369 </div>
1370
1371 {% if lang == "de" %}
1372 <p>
1373 IPFire bringt einige Frontend-Treiber für High-Performance-Virtualisierung
1374 mit sich und arbeitet hervorragend als Gast auf den folgenden
1375 Virtualisierungsplattformen.
1376 </p>
1377
1378 <h2>Unterstützte Hypervisoren</h2>
1379 <h3>KVM</h3>
1380 <p>
1381 <a href="http://www.linux-kvm.org">KVM</a> ist die Abkürzung
1382 für Kernel-based Virtual Machine und wird von
1383 <a href="http://www.redhat.com">Red Hat Inc.</a> entwickelt.
1384 Es ist die derzeit am häufigsten eingesetzte, freie Virtualisierungslösung
1385 und löst Xen zunehmend ab.
1386 </p>
1387 <p>
1388 Der IPFire-Kernel verfügt über die <em>virtio</em> Module,
1389 welche hervorragende Leistung bei wenig Virtualisierungsoverhead
1390 bieten.
1391 </p>
1392
1393 <h3>VMware</h3>
1394 <p>
1395 IPFire arbeitet auf verschiedenen VMware Produkten wie
1396 <em>vSphere</em>, <em>ESXi</em> und <em>VMware workstation</em>.
1397 Das optionale Paket <em>open-vm-tools</em> verbessert die
1398 Integration zusätzlich.
1399 </p>
1400
1401 <h3>Xen</h3>
1402 <p>
1403 Xen war der de-facto Open-Source-Hypervisor, wird
1404 allerdings immer öfter durch KVM ersetzt.
1405 </p>
1406 <p>
1407 IPFire bringt für den Einsatz auf einem Xen-Host einen
1408 paravirtualisierten Kernel mit.
1409 Die Installation ist sehr einfach, da bereits ein
1410 vorinstalliertes Image auf der Downloadseite heruntergeladen
1411 werden kann.
1412 </p>
1413
1414 <h3>Andere</h3>
1415 <p>
1416 IPFire ist nicht auf die oben genannten Lösungen beschränkt.
1417 Ebenso läuft die Distribution auch unter <em>Qemu</em>,
1418 <em>Microsoft Hyper-V</em> und <em>Oracle Virtualbox</em>.
1419 </p>
1420
1421 <h3>Ein Hinweis zu Virtualisierung</h3>
1422 <p>
1423 Virtualisierung hat Vorteile, allerdings nicht ohne Nachteile.
1424 Es besteht die Möglichkeit, dass die VM-Container-Sicherheit
1425 umgangen werden kann und somit ein Angreifer Zugang über die
1426 virtuelle Maschine heraus erlangen kann.
1427 Aus diesen Gründen empfehlen wir nicht IPFire virtuell
1428 in produktiven Umgebungen einzusetzen.
1429 </p>
1430 {% else %}
1431 <p>
1432 IPFire brings many front-end drivers for high-performance virtualization
1433 and can be run as virtual guest operating system on the following
1434 virtualization platforms.
1435 It has also been optimized to some of the mostly distributed ones to bring
1436 the best possible performance without impacting the hardware very much.
1437 </p>
1438
1439 <h2>Supported hypervisors</h2>
1440 <h3>KVM</h3>
1441 <p>
1442 <a href="http://www.linux-kvm.org">KVM</a> is short for
1443 Kernel-based Virtual Machine and is developed by
1444 <a href="http://www.redhat.com">Red Hat Inc.</a>.
1445 It is becoming the most advanced hypervisor and succeeding Xen, which
1446 has been used so far.
1447 </p>
1448 <p>
1449 IPFire is coming with the <em>virtio</em> kernel modules, that have best
1450 performance due to very less virtualization overhead.
1451 </p>
1452
1453 <h3>VMware</h3>
1454 <p>
1455 IPFire runs on different VMware products like <em>vSphere</em>,
1456 <em>ESXi</em> and <em>VMware workstation</em>. The additional package
1457 <em>open-vm-tools</em> offers tools for a better integration.
1458 </p>
1459
1460 <h3>Xen</h3>
1461 <p>
1462 Xen has recently been the de-facto Open Source hypervisor but is now
1463 succeeded by KVM.
1464 </p>
1465 <p>
1466 IPFire can optionally be run with a paravirtualized kernel, which has very
1467 less virtualization overhead as well. To make the installation very easy,
1468 a pregenerated Xen image can be downloaded from the download page.
1469 </p>
1470
1471 <h3>Others</h2>
1472 <p>
1473 IPFire is not limited to the hypervisors described above. It runs perfectly on
1474 <em>Qemu</em>, <em>Microsoft Hyper-V</em> or <em>Oracle VirtualBox</em>, too.
1475 </p>
1476
1477 <h3>A note on virtualization</h3>
1478 <p>
1479 Virtualization does have advantages, but it is not without disadavantages.
1480 There is always the possibility that the VM container security can be
1481 bypassed in some way and a hacker can gain access beyond the VM.
1482 Because of this, it is not suggested to use IPFire as a virtual machine
1483 in a production-level environment.
1484 </p>
1485 {% end %}
1486
1487 <div class="row">
1488 <div class="col-lg-3 col-md-3">
1489 <a class="thumbnail" href="{{ static_url("images/screenshots/en/virtualization/virt-manager-1.png") }}">
1490 <img src="{{ static_url("images/screenshots/en/virtualization/virt-manager-1_thumb.png") }}" alt="{{ _("Screenshot") }}">
1491 </a>
1492 </div>
1493 </div>
1494 </section>
1495
1496 <section id="wlanap">
1497 <div class="page-header">
1498 <h1>{{ _("Wireless Access Point") }}</h1>
1499 </div>
1500
1501 {% if lang == "de" %}
1502 <p>
1503 IPFire bietet mehrere Möglichkeiten zur Einbindung von Wireless-Clients. Zum einen kann ein
1504 Accesspoint über eine LAN Karte angeschlossen werden. Hier bietet IPFire einen MAC/IP Addressfilter,
1505 um nur erlaubte Clients zuzulassen. Die Clients dürfen in der Standardeinstellung zwar ins Internet,
1506 aber nicht auf das lokale Lan zugreifen. Als zweite Möglichkeit kann man eine WLAN-Karte in den IPFire
1507 einbauen, die über das Addon “hostapd” Funktionalität des Accesspoints übernimmt. Unterstützt werden
1508 dann unverschlüsselte sowie WPA/WPA2 verschlüsselte Verbindungen. Auch die Nutzung des 5 GHz Bandes
1509 (802.11a) ist möglich, wenn die WLAN-Karte dies unterstützt.
1510 </p>
1511 <p>
1512 Die Unterstützung von Wireless-Karten in IPFire ist exzellent, da in dem stabilen Kernel die Treiber
1513 trotzdem auf neuestem Stand sind und somit möglichst viele Karten unterstützt werden.
1514 </p>
1515 {% else %}
1516 <p>
1517 IPFire offers several options for the integration of wireless clients. First, an access point can
1518 be connected via a LAN card. In this scenario, IPFire offers MAC/IP address filtering to allow only authorized
1519 clients. The clients are allowed by default to access the Internet, but they are not allowed access the local LAN.
1520 The second option is to install a wireless LAN (WLAN) card in the IPFire machine that takes the functionality of the access
1521 point over, using the add-on "hostapd". This add-on supports both unencrypted and WPA/WPA2-encrypted connections. Also
1522 the use of 5 GHz (802.11a standard) is possible if the wireless card supports it.
1523 </p>
1524 <p>
1525 Wireless card support in IPFire is excellent. The drivers in the stable kernel are very up-to-date
1526 and IPFire therefore supports a significant amount of WLAN cards.
1527 </p>
1528 {% end %}
1529 </section>
1530 </div>
1531
1532 <div class="col-lg-3 col-md-3 sidebar">
1533 <ul class="nav nav-list sidenav">
1534 <li>
1535 <a href="#about">
1536 <i class="glyphicon glyphicon-chevron-left"></i> {{ _("About IPFire") }}
1537 </a>
1538 </li>
1539 <li>
1540 <a href="#security">
1541 <i class="glyphicon glyphicon-chevron-left"></i> {{ _("Security") }}
1542 </a>
1543 </li>
1544 <li>
1545 <a href="#firewall">
1546 <i class="glyphicon glyphicon-chevron-left"></i> {{ _("Firewall") }}
1547 </a>
1548 </li>
1549 <li>
1550 <a href="#pakfire">
1551 <i class="glyphicon glyphicon-chevron-left"></i> {{ _("Pakfire") }}
1552 </a>
1553 </li>
1554 <li>
1555 <a href="#updates">
1556 <i class="glyphicon glyphicon-chevron-left"></i> {{ _("Updates") }}
1557 </a>
1558 </li>
1559 <li>
1560 <a href="#dialup">
1561 <i class="glyphicon glyphicon-chevron-left"></i> {{ _("Dialup") }}
1562 </a>
1563 </li>
1564 <li>
1565 <a href="#proxy">
1566 <i class="glyphicon glyphicon-chevron-left"></i> {{ _("Web Proxy") }}
1567 </a>
1568 </li>
1569 <li>
1570 <a href="#crypto">
1571 <i class="glyphicon glyphicon-chevron-left"></i> {{ _("Cryptography") }}
1572 </a>
1573 </li>
1574 <li>
1575 <a href="#vpn">
1576 <i class="glyphicon glyphicon-chevron-left"></i> {{ _("VPN") }}
1577 </a>
1578 </li>
1579 <li>
1580 <a href="#ids">
1581 <i class="glyphicon glyphicon-chevron-left"></i> {{ _("Intrusion Detection") }}
1582 </a>
1583 </li>
1584 <li>
1585 <a href="#qos">
1586 <i class="glyphicon glyphicon-chevron-left"></i> {{ _("Quality of Service") }}
1587 </a>
1588 </li>
1589 <li>
1590 <a href="#hardware">
1591 <i class="glyphicon glyphicon-chevron-left"></i> {{ _("Hardware") }}
1592 </a>
1593 </li>
1594 <li>
1595 <a href="#virtualization">
1596 <i class="glyphicon glyphicon-chevron-left"></i> {{ _("Virtualization") }}
1597 </a>
1598 </li>
1599 <li>
1600 <a href="#wlanap">
1601 <i class="glyphicon glyphicon-chevron-left"></i> {{ _("Wireless Access Point") }}
1602 </a>
1603 </li>
1604 </ul>
1605 </div>
1606 </div>
1607 {% end block %}