]> git.ipfire.org Git - ipfire.org.git/blame - www/templates/static/features/vpn/openvpn.html
Update website content: more information about features.
[ipfire.org.git] / www / templates / static / features / vpn / openvpn.html
CommitLineData
314d46c8
MT
1{% extends "../../../base-feature.html" %}
2
3{% block title %}{{ _("OpenVPN") }}{% end block %}
4
5{% block content %}
6 <h3>{{ _("VPN: OpenVPN") }}</h3>
7
8 <!-- XXX needs icons -->
9 <!-- XXX needs screenshots -->
10
11 {% if lang == "de" %}
12 <p>
13 Unter den OpenSoure-SSL-VPNs ist OpenVPN ein häufig angetroffener und
14 beliebter Vertreter, dessen einfache Konfiguration über das IPFire-
15 Webinterface noch einmal erleichtert wird. Die Firewall-Einstellungen
16 werden von IPFire automatisch geregelt, ebenso werden die benötigten
17 Zertifikate mit wenigen Mausklicks erzeugt und können als kompaktes
18 Client-Paket heruntergeladen, verteilt und mit einem weiteren Klick
19 ausgeführt werden.
20 </p>
21
22 <p>
23 Durch die hohe Kompatibilität der Software zu anderen Betriebssystemen
24 eignet sich OpenVPN zur Anbindung sogenannter Roadwarrior-Clients und
25 Ad-Hoc-Verbindungen sehr gut. Eine leicht zu konfigurierende, auf
26 Zertifikaten basierende, verschlüsselte Anbindung aus dem Internet
27 auf die Firmendaten oder das Zuhause liegende Netzwerk kann nicht
28 nur über Notebooks, sondern unter anderem auch über PDAs, Smartphones
29 oder Tablets hergestellt werden.
30 </p>
31
32 <p>
33 Sicherheit und eine geeignete Verschlüsselung ist auch im lokalen
34 Netzwerk ein wichtiges Thema. IPFire bietet über sein Webinterface
35 die Möglichkeit an, WLAN-Verbindungen über Zertifikate zu schützen,
36 was einen klaren Vorteil gegenüber den gängigen Router-Verschlüsselungen
37 wie WEP, WPA oder sogar WPA2 bedeutet, da Zertifikate gegenüber den
38 PSKs (Private Shared Keys) einen Bruteforce-Angriff quasi unmöglich
39 machen.
40 </p>
41 {% else %}
42 <p>
43 Under the OpenSoure-SSL-VPNs OpenVPN is a frequently encountered and
44 popular representative, its ease of configuration will be again easier
45 via IPFires web interface. The firewall settings will be controlled
46 by IPFire automatically, likewise the required certificates will be
47 generated with a few mouse clicks and can be downloaded and distributed
48 as a compact-client package.
49 </p>
50
51 <p>
52 Due to the high compatibility of the software to other operating systems
53 are suitable very well for linking OpenVPN to so called roadwarrior
54 clients and ad-hoc connections. An easy to configure, based on certificates,
55 encrypted connection from the Internet to the corporate data or the
56 remote network at home can be made not only on laptops, but also
57 including PDAs, smartphones or tablets.
58 </p>
59
60 <p>
61 Security and a appropriated encryption are also in the local network
62 an important issue. IPFire offers via his web interface, the ability
63 to protect Wi-Fi connections through certificates, which is a clear
64 advantage over the conventional router encryptions such as WEP, WPA
65 or even WPA2 PSKs (Private Shared Keys), because a brute force attack
66 against certificates is virtually impossible.
67 </p>
68 {% end %}
69{% end block %}