]> git.ipfire.org Git - ipfire.org.git/blob - templates/static/features/security.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / static / features / security.html
1 {% extends "../../base-feature.html" %}
2
3 {% block title %}{{ _("Security") }}{% end block %}
4
5 {% block bodyA %}
6 <img src="{{ static_url("images/icons/security.png") }}" class="pull-right" alt="{{ _("Security") }}" />
7
8 <div class="page-header">
9 <h1>{{ _("Security") }}</h1>
10 </div>
11
12 <div class="row">
13 <div class="span9">
14 {% if lang == "de" %}
15 <p>
16 Das Hauptaugenmerk von IPFire liegt bei Sicherheit.
17 Gerade bei einem solch umfangreichen Thema gibt es nicht nur einen einzigen
18 Weg, um ein maximales Maß an Sicherheit zu erlangen. Mindestens genauso
19 wichtig ist es für den Netzwerkadministrator seine Bedürfnisse zu verstehen
20 und entsprechend zu handeln. IPFire stellt für diesen Zweck eine Basis bereit,
21 die einzelne Netzwerksegmente nach ihren Sicherheitslevels unterteilt und erlaubt diese
22 anschließend nach eigenen Erfordernissen anzupassen
23 (mehr dazu unter <a href="/features/firewall">Firewall</a>).
24 </p>
25 <p>
26 Eine ebenso hohe Priorität genießt die Sicherheit der modularen Komponenten.
27 Aktualisierungen werden digital signiert, verschlüsselt
28 und können automatisch über das <a href="/features/pakfire">Pakfire
29 Paketmanagement-System</a> installiert werden.
30 Typischerweise ist IPFire direkt mit dem Internet verbunden und macht es
31 somit zu einem Ziel für Hacker und andere Gefahren.
32 Das Paketmanagement-System unterstützt den Administrator darin,
33 sicher zu sein, dass alle wichtigen Lücken gestopft und Fehler
34 in allen eingesetzten Komponenten beseitigt sind.
35 </p>
36 {% else %}
37 <p>
38 The primary objective of IPFire is security.
39 As there is of course no one, single way to achieve network security, it is important
40 for a network administrator to understand their environment and what the term
41 <em>security</em> means in the context of their own network.
42 IPFire forms the base of a secure network.
43 It has the power to segment networks based on their respective security levels
44 and makes it easy to create custom policies that manage each segment
45 (see the Firewall page for more information).
46 </p>
47 <p>
48 Security of the modular components is a top priority.
49 Updates are digitally signed and encrypted, as well as can be automatically installed
50 by Pakfire (<a href="/features/updates">the IPFire package management system</a>).
51 Since IPFire is typically directly connected to the Internet, it is going to be a
52 primary target for hackers and other threats.
53 The simple Pakfire package manager helps administrators feel confident that
54 they are running the latest security updates and bug fixes for all of the
55 components they utilize.
56 </p>
57 {% end %}
58 </div>
59 </div>
60 {% end block %}