]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/static/hardware.html
netboot: Allow booting multiple architectures
[people/shoehn/ipfire.org.git] / templates / static / hardware.html
1 {% extends "../base-1.html" %}
2
3 {% block title %}{{ _("Hardware") }}{% end block %}
4
5 {% block container %}
6 <div class="container page-header">
7 <h1>{{ _("Hardware") }}</h1>
8 </div>
9
10 <section class="container content-section">
11 <p class="lead ac">
12 {% if lang == "de" %}
13 IPFire ist eine dedizierte Firewall und läuft daher auf eigener Hardware.
14 Auf dieser Seite stellen wir einige sofort einsatzbereite Hardwarelösungen
15 vor, die speziell für IPFire konzipiert wurden und als
16 Inspirationsquelle für eigene individuelle Systeme genutzt werden können.
17 {% else %}
18 IPFire is a decicated firewall which needs its own hardware to run on.
19 On this page we will recommend some ready-to-go solutions especially
20 designed for IPFire. Get one and get started with IPFire right away
21 or take this as an inspiration for your own individual system.
22 {% end %}
23 </p>
24 </section>
25
26 <section id="ipfire-professional" class="container content-section">
27 <h3 class="text-center">
28 IPFire Premium/Professional Appliance {{ _("by") }}
29 <a href="http://www.lightningwirelabs.com">Lightning Wire Labs</a>
30 </h3>
31
32 <p class="ac">
33 {% if lang == "de" %}
34 IPFire kann und wird bereits in vielen unterschiedlichen Unternehmen rund im die Welt
35 eingesetzt.
36 Sofern die Hardware ausreichend leistungsstark ist, können tausende Leute problemlos
37 gleichzeitig auf das Internet zugreifen.
38 Genau so wichtig wie Leistung ist jedoch auch die Zuverlässigkeit.
39 Bei Ausfall der Firewall ist für gewöhnlich das gesamte Unternehmen von
40 Internet abgeschnitten, was wiederum Auswirkungen auf die Produktivität hat.
41 Die Verwendung von Industriekomponenten, sowie hohe Qualitätsansprüche in allen
42 weiteren Bereichen rund um eine Appliance, ist ein erster Schritt, um teure
43 Ausfallzeiten aufgrund von Hardwarefehlern so gering wie möglich zu halten.
44 {% else %}
45 IPFire is ready for running in companies. It powers many of them all around the world.
46 Thousands of people accessing the Internet at the same time is not a problem if the
47 hardware is powerful enough.
48 Just as important as performance is reliability. If the firewall system fails, the
49 entire company is disconnected from the Internet which hugely impacts work.
50 Industrial components and great quality in all parts of the appliance is the first
51 step to avoid downtimes caused by hardware failure which are usually very expensive.
52 {% end %}
53 </p>
54
55 <br>
56
57 <p class="ac">
58 <strong>
59 {% if lang == "de" %}
60 Die <a href="http://www.lightningwirelabs.com/products/ipfire/appliances">IPFire Premium Appliance und IPFire Professional Appliance</a>
61 von <a href="http://www.lightningwirelabs.com">Lightning Wire Labs</a> lassen sich perfekt in bestehende Firmeninfrastrukturen integrieren.
62 Sind sind zuverlässig und stellen die benötigte Performance jederzeit zur Verfügung.
63 {% else %}
64 The <a href="http://www.lightningwirelabs.com/products/ipfire/appliances">IPFire Premium Appliance and IPFire Professional Appliance</a>
65 by <a href="http://www.lightningwirelabs.com">Lightning Wire Labs</a> integrate well in every infrastructure of any company.
66 They are reliable and deliver the performance that is needed at all times.
67 {% end %}
68 </strong>
69 </p>
70
71 <img src="{{ static_url("images/LWL/appliance-pro.jpg") }}">
72
73 <div class="row">
74 <div class="col-md-4">
75 <dl>
76 <dt>{{ _("Network Controllers") }}</dt>
77 <dd>{{ _("Four active Intel Networking Processors") }}</dd>
78
79 <dt>{{ _("System Specifications") }}</dt>
80 <dd>{{ _("Dual-Core Intel(R) Processor, 8GB memory") }}</dd>
81 </dl>
82
83 <ul class="list-unstyled">
84 <li>
85 {{ _("Powers networks up to thousands of users") }}
86 </li>
87 <li>
88 {{ _("Redundant storage (RAID-1)") }}
89 </li>
90 <li>
91 {{ _("19\" rack-mountable") }}
92 </li>
93 </ul>
94 </div>
95
96 <div class="col-md-4 ac">
97 <h4>{{ _("Low-Latency Throughput") }}</h4>
98
99 <p>
100 {% if lang == "de" %}
101 Netzwerke in Unternehmen haben die Anforderung nach möglichst
102 hohem Datentransfer. Ebenso wichtig sind aber auch
103 geringe Latenzen damit ein Netzwerk schnell ist.
104 Dazu werden aktive Netzwerkkarten verwendet, welche in der
105 Lage sind den eigentlichen Datentransfer komplett abzuwickeln,
106 so dass das IPFire-System sich um seine eigentliche
107 Firewall-Aufgabe kümmern kann.
108 {% else %}
109 Networks in each company need to be fast and transfer data at
110 a high speed. Equally important is the ability to transfer this
111 data with a very small latency. Active network adapters will
112 take care of the data transfer whilst the IPFire system is
113 focussing on its job which is only letting packets through
114 which are permitted to pass the firewall.
115 {% end %}
116 </p>
117 </div>
118
119 <div class="col-md-4 ac">
120 <h4>{{ _("Content Filtering in Real-time") }}</h4>
121
122 <p>
123 {% if lang == "de" %}
124 Der in IPFire eingebaute <a href="/features#proxy">Proxy</a>
125 filtert Webseiten in Echtzeit und verhindert den Zugriff auf
126 bösartige und unerwünschte Inhalte.
127 Einen schnellen Prozessor und eine angemessene Menge
128 Arbeitsspeicher zur schnellen Abarbeitung der Blocklisten vorausgesetzt,
129 erfolgt der gesamte Vorgang transparent im Hintergrund,
130 so dass für die Benutzer keinerlei Verzögerungen entstehen.
131 {% else %}
132 The built-in <a href="/features#proxy">web proxy</a> of IPFire filters
133 content in real-time. It can block malicious or inappropriate web pages.
134 If that should be happening user-friendly this must be fast so that it
135 is not noticeable.
136 A fast processor and lots of system memory speed up processing the huge
137 blacklists with the forbidden web sites.
138 {% end %}
139 </p>
140 </div>
141 </div>
142 </section>
143
144 <section id="ipfire-eco" class="container content-section">
145 <h3 class="text-center">
146 IPFire Eco Appliance {{ _("by") }}
147 <a href="http://www.lightningwirelabs.com">Lightning Wire Labs</a>
148 </h3>
149
150 <div class="row">
151 <div class="col-md-5">
152 <img class="img-responsive" src="{{ static_url("images/LWL/appliance-eco.jpg") }}">
153 </div>
154
155 <div class="col-md-7">
156 <p class="ac">
157 {% if lang == "de" %}
158 Konzipiert für kleine Unternehmen, Zweigstellen oder Startups:
159 Wo weniger Leute auf das Internet zugreifen, aber der Datendurchsatz
160 immer noch ein wichtiger Punkt ist, gibt es eine Alternative mit
161 vier leistungsfähigen Netzwerkkarten und einem sparsamen
162 Prozessor in kleiner Bauweise.
163 {% else %}
164 For smaller companies, branch offices or start-ups:
165 Where there are not so many people accessing the Internet but throughput
166 is still important there are smaller alternatives which come with four
167 powerful network controllers but a smaller processor and therefore smaller
168 form-factor and less power consumption.
169 {% end %}
170 </p>
171
172 <table class="table table-condensed">
173 <tbody>
174 <tr>
175 <td>
176 <strong>{{ _("Processor") }}</strong>
177 </td>
178 <td>{{ _("Dual-Core Intel(R) Atom(TM) Processor") }}</td>
179 </tr>
180 <tr>
181 <td>
182 <strong>{{ _("Network Controllers") }}</strong>
183 </td>
184 <td>{{ _("Four active Intel Networking Processors") }}</td>
185 </tr>
186 </tbody>
187 </table>
188 </div>
189 </div>
190
191 <p class="ac">
192 <strong>
193 {% if lang == "de" %}
194 Die <a href="http://www.lightningwirelabs.com/products/ipfire/appliances">IPFire Eco Appliance</a>
195 von <a href="http://www.lightningwirelabs.com">Lightning Wire Labs</a> stellt alle Funktionen von
196 IPFire als kleines energiesparendes Komplettsystem bereit.
197 {% else %}
198 The <a href="http://www.lightningwirelabs.com/products/ipfire/appliances">IPFire Eco Appliance</a>
199 by <a href="http://www.lightningwirelabs.com">Lightning Wire Labs</a> brings all the features<br>
200 IPFire has to offer at a small form-factor and with great power-efficiency.
201 {% end %}
202 </strong>
203 </p>
204 </section>
205
206 <section id="ipfire-prime" class="container content-section">
207 <div class="row">
208 <div class="col-md-7">
209 <h3>
210 IPFire Prime Box
211 {{ _("by") }} <a href="http://www.fountainnetworks.com">Fountain Networks</a>
212 </h3>
213
214 <table class="table table-condensed">
215 <tbody>
216 <tr>
217 <td>
218 <strong>{{ _("Processor") }}</stronG>
219 </td>
220 <td>{{ _("Dual-Core Intel(R) Atom(TM) Processor") }}</td>
221 </tr>
222 <tr>
223 <td>
224 <strong>{{ _("Memory & Storage") }}</strong>
225 </td>
226 <td>{{ _("2G system memory, 16GB SSD storage") }}</td>
227 </tr>
228 <tr>
229 <td>
230 <strong>{{ _("Network Adapters") }}</strong>
231 </td>
232 <td>
233 {{ _("Two Gigabit Ethernet Adapters") }}
234 <br>& {{ _("one 802.11a/b/g/n Wireless Adapter") }}
235 </td>
236 </tr>
237 <tr>
238 <td>
239 <strong>{{ _("Power Consumption") }}</strong>
240 </td>
241 <td>{{ _("6-9 watts") }}</td>
242 </tr>
243 </tbody>
244 </table>
245
246 <p class="ac">
247 {% if lang == "de" %}
248 IPFire ist auch auf kleinsten Systemen lauffähig.
249 Der Energieverbrauch ist ein wichtiger Aspekt, man möchte aber trotzdem nicht auf
250 einzelne Features verzichten?
251 Ein System basierend auf einem kleinen x86-Prozessor und einer adäquaten Menge
252 Arbeitsspeicher sind bereits ausreichend, um IPFire in den eigenen vier Wänden
253 für die Familie oder in einem Büro zu betreiben.
254 Dazu noch ein Netzwerkport für die Internetverbindung, einer für das lokale
255 Netzwerk und ein Wireless-Controller, um IPFire in einen Access-Point zu verwandeln.
256 Mit solch einer Konfiguration bietet IPFire innerhalb einer Wohnung oder eines
257 Gebäudes eine exzellente Netzwerkkonnektivität und ermöglicht simultanen Zugang
258 für Computer, Notebook, Tablet oder Mobiltelefone.
259 {% else %}
260 IPFire runs on the smallest systems. Power consumption is important but you still
261 want to use all the features? A system based on a small x86 processor with a decent
262 amount of memory is enough to power IPFire in your home for the family or office.
263 One Ethernet port for the Internet connection, one for the local network, and a
264 third wireless controller which makes IPFire to be used as a wireless access point
265 as well. In this configuration, IPFire will provide excellent network connectivity
266 to everywhere in your house or apartment so that you can use all of its features
267 from anywhere with your computer, laptop, tablet, or phone.
268 {% end %}
269 </p>
270
271 <p class="ac">
272 <strong>
273 {% if lang == "de" %}
274 Die <a href="http://www.fountainnetworks.com/fountain-networks-products/ipfire-prime-box.html">IPFire Prime Box</a>
275 von <a href="http://www.fountainnetworks.com/">Fountain Networks</a> ist ein großartiges System für Starter,
276 die auf der Suche nach einem kleinen, aber leistungsstarken System sind.
277 {% else %}
278 The <a href="http://www.fountainnetworks.com/fountain-networks-products/ipfire-prime-box.html">IPFire Prime Box</a>
279 by <a href="http://www.fountainnetworks.com/">Fountain Networks</a>
280 is a great system for starters who are searching for something small but still powerful.
281 {% end %}
282 </strong>
283 </p>
284 </div>
285
286 <div class="col-md-4 col-md-offset-1">
287 <a href="http://www.fountainnetworks.com/fountain-networks-products/ipfire-prime-box.html">
288 <img class="img-responsive" src="{{ static_url("images/LWL/appliance-prime.jpg") }}">
289 </a>
290 </div>
291 </div>
292 </section>
293
294 <section class="container content-section">
295 <p class="lead ac">
296 {% if lang == "de" %}
297 Zusätzliche Beispielsysteme, empfohlene Hardware, sowie detaillierte Informationen
298 zu einzelnen Komponenten wie beispielsweise Netzwerkcontroller sind im
299 <a href="http://wiki.ipfire.org/en/hardware/start">Hardwarebereich im IPFire Wiki</a>
300 zu finden.
301 {% else %}
302 You can find more example configurations, recommended hardware and information
303 about individual components like the best network controllers and more in the
304 <a href="http://wiki.ipfire.org/en/hardware/start">hardware section on the IPFire wiki</a>.
305 {% end %}
306 </p>
307 </section>
308 {% end block %}