{% extends "base-2.html" %} {% block title %}{{ _("Home") }}{% end block %} {% block content %}

IPFire - {{ _("An open source firewall solution") }}

{% if lang == "de" %}

IPFire ist eine Firewall-Distribution für den optimalen Einsatz in mittleren bis kleinen Unternehmensnetzwerken und Heimnetzwerken.

Obwohl das System extrem schlank gehalten wurde, können Addons mit nur einem Klick installiert werden. Diese Eigenschaft unterscheidet IPFire von anderen Distributionen: IPFire ist einfach zu administrieren hat aber genug Leistung um allen Anforderungen gewachsen zu sein.

{% else %}

IPFire is a server distribution with intended to use as a firewall. It focuses on flexibility, and scales from small to middle sized business networks and home networks.

Along with this hardened, minimalist come lots of addons that can be installed with a simple click. That's what makes IPFire different from other firewall distributions: it is easy to configure for any task, and easy to administer once it's set up.

{% end %}

{{ _("See what makes IPFire so great:") }}

{{ _(
{{ _("Security") }} {% if lang == "de" %}

Die oberste Priorität ist die Sicherheit des Systems. Zum Beispiel werden Sicherheits- updates regelmäßig und zügig verteilt.

{% else %}

As the most important issue: Security updates are deployed regularly and promptly.

{% end %} {{ _("Learn more.") }}
{{ _(
{{ _("Flexibility") }} {% if lang == "de" %}

Heutzutage ist es auch wichtig flexibel auf verschiedenste Anforder- ungen einzugehen. Genau wie IPFire...

{% else %}

Nowadays it is also important to act flexible and fit as best as possible into the environment. So does IPFire.

{% end %}

{{ _("Learn more.") }}

{{ _(
{{ _("Community") }} {% if lang == "de" %}

Verantwortlich für den Erfolg von IPFire ist eine aktive Community, die das Projekt vorantreibt.

{% else %}

The success of IPFire is based on the community that is working on the code and spreading IPFire to the world.

{% end %}

{{ _("Get involved.") }}

{% for item in latest_news %} {{ modules.NewsItem(item) }} {% end %}

{{ _("Recent news") }}:


{{ _("Subscribe to the latest news of IPFire") }} (RSS){{ _("All posts") }} >>

{% end block %} {% block sidebar %} {{ modules.SidebarRelease() }} {{ modules.SidebarBanner() }} {% end block %}