]> git.ipfire.org Git - ipfire.org.git/blob - templates/static/features/vpn/openvpn.html
Remove obsolete pakfire CGI scripts.
[ipfire.org.git] / templates / static / features / vpn / openvpn.html
1 {% extends "../../../base-feature.html" %}
2
3 {% block title %}{{ _("VPN") }}: {{ _("OpenVPN") }}{% end block %}
4
5 {% block bodyA %}
6 <div class="page-header">
7 <h1>{{ _("VPN: OpenVPN") }}</h1>
8 </div>
9
10 <div class="row">
11 <div class="span9">
12 {% if lang == "de" %}
13 <p>
14 Unter den Open Source SSL-VPNs ist OpenVPN ein häufig angetroffener und
15 beliebter Vertreter, dessen einfache Konfiguration über das IPFire-
16 Webinterface noch einmal erleichtert wird. Die Firewall-Einstellungen
17 werden von IPFire automatisch geregelt, ebenso werden die benötigten
18 Zertifikate mit wenigen Mausklicks erzeugt und können als kompaktes
19 Client-Paket heruntergeladen, verteilt und mit einem weiteren Klick
20 ausgeführt werden.
21 </p>
22 <p>
23 Durch die hohe Kompatibilität zu anderen Betriebssystemen
24 (Microsoft Windows, Mac OSX, Linux, Android, uvam.)
25 eignet sich OpenVPN bestens zur Anbindung sogenannter Roadwarrior-Clients.
26 Eine leicht zu konfigurierende, durch Zertifikate gesicherte,
27 verschlüsselte Anbindung aus dem Internet
28 auf Firmendaten oder das Zuhause liegende Netzwerk kann nicht
29 nur über Notebooks, sondern unter anderem auch über PDAs, Smartphones
30 oder Tablets hergestellt werden.
31 </p>
32 <p>
33 Doch neben der Anbindung von Laptops und anderen Handgeräten, kann
34 mit OpenVPN auch eine transparente Verbindung zu Filialen, Partnern
35 und für jeden beliebigen anderen Einsatz erstellt werden.
36 Das ermöglicht sicheren Zugriff auf ein gesamtes Netzwerk ohne
37 aufwändige Konfiguration.
38 </p>
39 {% else %}
40 <p>
41 OpenVPN is a frequently-encountered and most popular representative
42 of the class of Open Source SSL VPNs.
43 Its relative ease of configuration has again, been made easier
44 by the IPFire web interface. The firewall settings are controlled
45 by IPFire automatically, as well as the required certificates will be
46 generated with a few mouse clicks and can be downloaded and distributed
47 as a very compact client package.
48 </p>
49 <p>
50 Due to its high compatibility to all sorts of operating systems,
51 such as Microsoft Windows, Mac OSX, Linux, Android and many more,
52 it is perfectly useful for roadwarrior connections.
53 With those, it is easy to connect your laptop, phone, tablet or
54 other devices to your company network, which makes it easy to
55 work from anywhere in the world.
56 </p>
57 <p>
58 But besides connecting portable devices, OpenVPN can also be used
59 to securely connect branches to the headquater.
60 This makes it easy to access resources on other networks
61 remotely without any complicated configuration on each client
62 on your local network.
63 </p>
64 {% end %}
65 </div>
66 </div>
67 {% end block %}