]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/static/features.html
Update Christman campaign copy
[ipfire.org.git] / src / templates / static / features.html
CommitLineData
9b5ac075 1{% extends "../base.html" %}
1b75294e 2
b958fd22 3{% block title %}{{ _("Features") }}{% end block %}
1b75294e 4
60b0917c 5{% block container %}
b958fd22
MT
6 <section>
7 <div class="container">
8 <div class="row">
9 <div class="col col-lg-6">
10 <h1 class="display-2">{{ _("Features") }}</h1>
11
12 <p>
c12ef5e4 13 {{ _("IPFire is a powerful and professional Open Source firewall solution") }}
b958fd22
MT
14 <br>
15 {{ _("Learn what it can do") }}
16 </p>
17 </div>
18 </div>
19 </div>
20 </section>
21
22 <section class="inverse">
23 <div class="container">
24 <div class="row">
25 <div class="col-12 col-md-3 d-flex align-items-center justify-content-center justify-content-md-start">
b6d6d80f 26 <span class="fas fa-shield-alt icon-large text-primary my-5"></span>
b958fd22
MT
27 </div>
28
29 <div class="col-12 col-md-9">
30 <h1>{{ _("Security") }}</h1>
31
32 <p>
33 The primary objective of IPFire is security.
34 Its easy to configure firewall engine and Intrusion Detection System
35 prevent any attackers from breaking into your network.
36 In the default configuration, the network is split into various zones
37 with different security policies such as a LAN and DMZ to manage
38 risks inside the network and have custom configuration for the specific
39 needs of each segment of the network.
40 </p>
41
42 <p>
43 But even the firewall needs to protect itself.
44 IPFire is built from scratch and not based on any other distribution.
45 This allows the developers to harden IPFire better than any other
46 server operating system and build all components specifically for use
47 as a firewall.
48 </p>
49
50 <p>
51 Frequent updates keep IPFire strong against security vulnerabilities
52 and new attack vectors.
53 </p>
54 </div>
55 </div>
56 </div>
57 </section>
58
59 <section>
60 <div class="container">
61 <div class="row flex-md-row-reverse">
62 <div class="col-12 col-md-3 d-flex align-items-center justify-content-center justify-content-md-end">
b6d6d80f 63 <span class="fas fa-fire icon-large my-5"></span>
b958fd22
MT
64 </div>
65
66 <div class="col-12 col-md-9">
67 <h1>{{ _("Firewall") }}</h1>
68
69 <p>
70 IPFire employs a Stateful Packet Inspection (SPI) firewall,
71 which is built on top of Netfilter, the Linux packet filtering framework.
72 It filters packets fast and achieves throughputs of up to multiple
73 tens of Gigabit per second.
74 </p>
75
76 <p>
77 Its intuitive web user interface allows to create groups of hosts and
78 networks which can be used to keep large set of rules short and tidy -
79 something very important in complex environments with strict access control.
80 Logging and graphical reports give great insight.
81 </p>
82
83 <p>
84 Various settings are available to mitigate and block Denial-of-Service
85 attacks by filtering them directly at the firewall and not allowing them
86 to take down your servers.
87 </p>
88
89 <p class="mb-5">
2c69e189 90 <a class="btn btn-secondary" href="https://wiki.ipfire.org/configuration/firewall">
b958fd22
MT
91 Firewall Documentation
92 </a>
93 </p>
94
95 <h4>Intrusion Detection/Prevention System</h4>
96
97 <p>
98 IPFire's Intrusion Detection System (IDS) analyzes network traffic and tries to
99 detect exploits, leaking data and any other suspicious activity.
100 Upon detection, alerts are raised and the attacker is immediately blocked.
101 </p>
102
103 <p>
104 <a class="btn btn-secondary" href="https://wiki.ipfire.org/configuration/services/ids">
105 Documentation
106 </a>
107 </p>
108 </div>
109 </div>
110 </div>
111 </section>
112
113 <section class="inverse">
114 <div class="container">
115 <div class="row">
116 <div class="col-12 col-md-3 d-flex align-items-center justify-content-center justify-content-md-start">
b6d6d80f 117 <span class="fas fa-network-wired icon-large my-5"></span>
b958fd22
MT
118 </div>
119
120 <div class="col-12 col-md-9">
121 <h1>{{ _("Connecting the World") }}</h1>
122
123 <p>
124 Virtual Private Networks (VPNs) connect remote locations like data centers,
125 branch offices or outsourced infrastructure via an encrypted link.
126 IPFire allows staff to work remotely as if they would be sitting in the office
127 and allowing them to access all resources that they need - fast and securely.
128 </p>
129
130 <p>
131 IPFire supports industry standards like IPsec and OpenVPN and interoperates with
132 equipment from various vendors like Cisco & Juniper.
133 VPNs are quickly and easily set up with IPFire and employ latest cryptography.
134 </p>
135
136 <div class="row">
ec3b6a44 137 <div class="col-12 col-md-4 mb-3">
b958fd22
MT
138 <a class="btn btn-secondary btn-block" href="https://wiki.ipfire.org/configuration/services/ipsec">
139 VPN with IPsec
140 </a>
141 </div>
142
ec3b6a44 143 <div class="col-12 col-md-4 mb-3">
b958fd22
MT
144 <a class="btn btn-secondary btn-block" href="https://wiki.ipfire.org/configuration/services/openvpn">
145 VPN with OpenVPN
146 </a>
147 </div>
0955047d 148 </div>
cc59f0e1 149 </div>
b958fd22 150 </div>
cc59f0e1 151 </div>
b958fd22
MT
152 </section>
153
154 <section>
155 <div class="container">
156 <div class="row flex-md-row-reverse">
157 <div class="col-12 col-md-3 d-flex align-items-center justify-content-center justify-content-md-end">
b6d6d80f 158 <span class="fas fa-box-open icon-large my-5"></span>
b958fd22
MT
159 </div>
160
161 <div class="col-12 col-md-9">
162 <h1>{{ _("Add-ons") }}</h1>
163
164 <p>
165 From a technical point of view, IPFire is a minimalistic, hardened operating system.
166 To provide more functionality, it can be extended by add-ons which are installed with
167 IPFire's own package management system called <em>Pakfire</em>.
168 </p>
169
170 <p>
171 Add-ons can be handy command line tools for administrators or can extend the system
172 to provide additional functionality. Those include:
173
174 <ul>
175 <li>
2c69e189 176 Turning IPFire into a <a href="https://wiki.ipfire.org/addons/wireless">Wireless Access Point</a>
b958fd22
MT
177 </li>
178
179 <li>
180 Tools for Monitoring and System Health Management
181 </li>
182
183 <li>
184 Backup, File and Print Services
185 </li>
186
187 <li>
2c69e189 188 Running a <a href="https://wiki.ipfire.org/addons/tor">Tor</a> node
b958fd22
MT
189 </li>
190
191 <li>
192 Proxies and Relays for various protocols
193 </li>
194
195 <li>
196 and many more...
197 </li>
198 </ul>
199
2c69e189 200 <a class="btn btn-secondary" href="https://wiki.ipfire.org/addons">
b958fd22
MT
201 List of all Add-ons
202 </a>
203 </p>
204 </div>
205 </div>
206 </div>
207 </section>
208
209 <section class="inverse">
210 <div class="container">
211 <div class="row">
212 <div class="col-12 col-md-3 d-flex align-items-center justify-content-center justify-content-md-start">
b6d6d80f 213 <span class="fas fa-angle-double-right icon-large my-5"></span>
b958fd22 214 </div>
9f043320 215
b958fd22
MT
216 <div class="col-12 col-md-9">
217 <h1>{{ _("Making Your Internet Faster") }}</h1>
218
219 <p>
220 The IPFire Quality of Service (QoS) categorizes network traffic and sends it out
221 prioritized by how important it is to ensure a good service.
222 For example, a Voice-over-IP call will always have priority over a large download
223 to ensure that words will never get lost and call quality is always the best it can be.
224 </p>
225
226 <p>
227 Even on very busy links, IPFire will make sure that websites load fast and that the
228 network is quick and responsive by using smart queueing algorithms and getting the
229 most out of your bandwidth.
230 </p>
231
232 <p>
233 <a class="btn btn-secondary" href="https://wiki.ipfire.org/configuration/services/qos">
234 Documentation
235 </a>
236 </p>
237 </div>
238 </div>
239 </div>
240 </section>
241
242 <section>
243 <div class="container">
244 <div class="row flex-md-row-reverse">
245 <div class="col-12 col-md-3 d-flex align-items-center justify-content-center justify-content-md-end">
b6d6d80f 246 <span class="fas fa-server icon-large my-5"></span>
b958fd22
MT
247 </div>
248
249 <div class="col-12 col-md-9">
250 <h1>{{ _("Web proxy") }}</h1>
251
252 <p>
253 One of the most commonly used features of IPFire is the full-fledged web proxy.
254 It delivers and filters web content and can only allow Internet access for some
255 users.
256 </p>
257
258 <p>
259 Caching content on the firewalls disk makes websites load faster.
260 External regularly updated blacklists allow banning browsing on various websites
261 when they are for example not suitable for students.
262 Optionally, the IPFire web proxy can transparently scan for viruses and block
263 them straight away.
264 </p>
265
266 <p>
267 The web proxy makes IPFire perfect for schools and universities where
268 access control and logging is required.
269 </p>
270
271 <p>
272 <a class="btn btn-secondary" href="https://wiki.ipfire.org/configuration/network/proxy">
273 Documentation
274 </a>
275 </p>
276 </div>
277 </div>
278 </div>
279 </section>
9f043320 280{% end block %}