]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/templates/static/features/security.html
Update website content: more information about features.
[people/shoehn/ipfire.org.git] / www / templates / static / features / security.html
CommitLineData
54b8df1a
MT
1{% extends "../../base-feature.html" %}
2
3{% block title %}{{ _("Security") }}{% end block %}
4
5{% block content %}
6 <h3>{{ _("Security") }}</h3>
7
8 <img src="{{ static_url("images/icons/security.png") }}" class="floatTL" alt="{{ _("Security") }}" />
9 {% if lang == "de" %}
10 <p>
11 Der Schwerpunkt, der in der Entwicklung von IPFire am meisten wiegt, ist Sicherheit. Aber da
12 es nicht nur einen Weg gibt Sicherheit zu erlangen, ist es notwendig, dass jeder Administrator
13 Kenntnis darüber hat, welche Konfiguration am Besten in seiner individuellen Umgebung ist.
14 </p>
15 <p>
16 IPFire ist die Basis für Sicherheit im Netzwerk. Durch die Fähigkeit das Netzwerk zu separieren,
17 kann jeder Teil nach seinen Bedürfnissen gesichert werden. In der
18 Firewall-Sektion gibt es mehr dazu.
19 </p>
20 <p>
21 Ein weiterer sehr wichtiger Punkt, auf den die Entwickler Wert legen, ist das zügige und
22 zuverlässige Bereitstellen von Sicherheitsupdates. Da sich IPFire direkt mit dem Internet
23 verbindet, ist das System primäres Ziel von Hackern und Bots.
24 </p>
25 {% else %}
26 <p>
27 The primary objective in the development of IPFire is - of course - security. But it doesn't
28 mean there is only one way to achieve security. Rather, it is more important for every
29 administrator to understand their environemnt and what security means <em>in that context</em>.
30 </p>
31 <p>
32 IPFire is the base of security for a local network. It has the power to segment the network based
33 on their required security level. This makes it easy to create custom policies for each segment.
34 See the firewall tab for more information.
35 </p>
36 <p>
37 Part of this focus on security involves the fast and reliable distribution of security updates
38 of the system and its components. Updates are digitally signed and encrypted, and can be
39 automatically installed by the Pakfire, the package manager. Since IPFire is directly
40 connected to the Internet it is a primary target for hackers and bots. Pakfire helps
41 administrators feel certain they are running the latest security updates and bug fixes.
42 </p>
43 {% end %}
44{% end block %}