{% extends "../base.html" %} {% block title %}{{ _("Features") }}{% end block %} {% block content %}

{{ _("Features") }}

{{ _(

{% if lang == "de" %} Hier findet Ihr einen Überblick über alle derzeitig verfügbaren Funktionen in der IPFire Distribution.
{% else %} This is an overview of all currently available features in IPFire. {% end %}

{% if lang == "de" %} Zudem können Addons über ein einfaches Paketmanagementsystem nachinstalliert werden und den Funktionsumfang erweitern.
Eine komplette Liste über alle Addons ist im Wiki zu finden: Addons. {% else %} A easy packet management system is able to install additional features to the system.
A full list of addons can be found in the wiki: Addons. {% end %}


{{ _("firewall functions") }}

{% if lang == "de" %} Die Firewallfunktionalität ist die Hauptaufgabe von IPFire. Die Distribution trennt das Netzwerk in verschiedene Bereiche auf und bietet jedem Teilbereich optimale Rechte aber auch Einschränkungen um maximale Sicherheit zu erzielen.

{% else %} The main focus of the IPFire distribution is being a firewall. It splits the network into several parts and allows only operations that are allowed by policy. {% end %}


{{ _("essential networking services") }}

{% if lang == "de" %} IPFire stellt auch unabdingbare Funktionen jedem Netzwerk bereit.

{% else %} IPFire covers essential functions that are needed on every network as well. {% end %}

{{ _("http proxy") }}

{% if lang == "de" %} Ein Webproxy ermöglicht dem Administrator Kontrolle über Nutzeraktivitäten und das gezielte Sperren von Inhalten.

{% else %} The web proxy service allows to filter and log user activities and is able to block malicious content. {% end %}

{{ _("virtual private networking") }}

{% if lang == "de" %} Virtuelle private Netzwerke (VPNs) sind nötig um mit einem entfernten Firmenstandort oder Parter sicher zu kommunizieren. Für maximale Interoperabilität bringt IPFire mehrere Lösung mit.

{% else %} Virtual private networks (VPNs) are used to securely communicate with a customer or partner. For a maximum of interoperability, IPFire comes with multiple implementations. {% end %}

{{ _("supported connection types") }}

{% if lang == "de" %} IPFire ist über eine Vielzahl von Verbindungsmöglichkeiten an das Internet anzubinden.

{% else %} IPFire is able to access the internet by lots of common connection types. {% end %}

{{ _("configuration") }}

{% if lang == "de" %} Alle Funktionen sind in einem Web-Interface bequem erreichbar.

{% else %} All of the functionality provides by IPFire is configureable with a simple web management interface. {% end %}

{{ _("monitoring") }}

{% if lang == "de" %} Um dem Administrator die Auswerung der Geschehnisse möglichst zu vereinfachen werden Logs grafisch ausgewertet, sodass Fehler oder Probleme auf dem ersten Blick erkannt werden können.

{% else %} The webinterfaces gives easy access to graphical summaries of logs that let the administrator recognize any issue easily. {% end %}

{% end block %}