{% extends "base.html" %} {% block head %} {% module OpenGraph( title=_("Welcome To IPFire! - More Than A Firewall"), description=_("The Open Source Linux-based Firewall Operating System with a Comprehensive Feature Set"), ) %} {% end block %} {% block title %}{{ _("Welcome to IPFire") }}{% end block %} {% block container %} {# Christmas Banner #} {% if now.month == 12 and now.day >= 10 %}

This festive season, spread cheer and security! Support IPFire with a holiday donation for a safer online world. Merry Christmas!   {{ _("Donate") }}

{% end %} {% if latest_release %}

{{ _("Latest Release: %(release)s from %(when)s") \ % { "release" : latest_release.name, "when" : locale.format_day(latest_release.date, dow=False) } }} {% if latest_release.blog %}   {{ _("Read More") }} {% end %}

{% end %}

{{ _("IPFire") }}_ {{ _("More Than A Firewall") }}

Secure Your Network with IPFire – The Open-Source Firewall You Can Trust

IPFire_ is the world's leading Open Source firewall distribution. Businesses across the world have chosen to put their trust in our versatile, feature-rich solution with its easy-to-use web management console. Why not join them today?

Security by Design

Network segmentation is the key to a secure network. IPFire sets up a DMZ for your local infrastructure or a guest network for any visitors separating and protecting other parts of your network.

Industry-Leading Firewall Engine

Our stateful packet inspection firewall engine analyses traffic for the latest threats and performs deep packet inspection in real time. Due to our smart user interface, creating even complex setups is quick and straight-forward.

We Connect the World

We securely connect your employees to their desks at home, your global business partners and the infrastructure in your data centre, giving you maximum flexibility so that you can focus on what really matters.

Easy to Use

IPFire is managed over a web-based console which is powerful, yet easy to use. Each feature is just one click away. Advanced reporting and real time graphs give you detailed insight into your network.

Supporting Global Standards

Commonly deployed in businesses and educational organisations of all sizes, IPFire interoperates perfectly with solutions from other vendors making it an ideal drop-in replacement.

Free As In Freedom

IPFire is free software. Our community develops and reviews all changes going into the code base and IPFire is regularly audited by independent third parties. Become a part of the community and help us to continue improving IPFire!

{{ _("Appliances and Support") }}

Experience next-level security with our high-performance appliances, crafted to optimize IPFire's capabilities. Whether you're fortifying a business infrastructure or safeguarding your home network, we have the right appliance solution tailored for you.

We are your partners in ensuring continuous network security. Our support solutions keep your systems running smoothly, providing peace of mind in the ever-evolving landscape of security.

{{ _(

{{ _("Recent News") }}

{# List the most recent posts #} {% for post in posts %}
{{ post.title }}
{{ locale.format_date(post.published_at, shorter=True) }} {% if post.author %} {{ _("by %s") % post.author }} {% end %}
{{ post.excerpt }}
{% end %} {{ _("Read More On The IPFire Blog") }}
{% end block %}