]> git.ipfire.org Git - ipfire.org.git/blob - www/templates/static/features/wireless.html
Remove obsolete pakfire CGI scripts.
[ipfire.org.git] / www / templates / static / features / wireless.html
1 {% extends "../../base-feature.html" %}
2
3 {% block title %}{{ _("Wireless Access Point") }}{% end block %}
4
5 {% block bodyA %}
6 <div class="page-header">
7 <h1>{{ _("Wireless Access Point") }}</h1>
8 </div>
9
10 <div class="row">
11 <div class="span9">
12 {% if lang == "de" %}
13 <p>
14 IPFire bietet mehrere Möglichkeiten zur Einbindung von Wireless-Clients. Zum einen kann ein
15 Accesspoint über eine LAN Karte angeschlossen werden. Hier bietet IPFire einen MAC/IP Addressfilter,
16 um nur erlaubte Clients zuzulassen. Die Clients dürfen in der Standardeinstellung zwar ins Internet,
17 aber nicht auf das lokale Lan zugreifen. Als zweite Möglichkeit kann man eine WLAN-Karte in den IPFire
18 einbauen, die über das Addon “hostapd” Funktionalität des Accesspoints übernimmt. Unterstützt werden
19 dann unverschlüsselte sowie WPA/WPA2 verschlüsselte Verbindungen. Auch die Nutzung des 5 GHz Bandes
20 (802.11a) ist möglich, wenn die WLAN-Karte dies unterstützt.
21 </p>
22 <p>
23 Die Unterstützung von Wireless-Karten in IPFire ist exzellent, da in dem stabilen Kernel die Treiber
24 trotzdem auf neuestem Stand sind und somit möglichst viele Karten unterstützt werden.
25 </p>
26 {% else %}
27 <p>
28 IPFire offers several options for the integration of wireless clients. First, an access point can
29 be connected via a LAN card. In this scenario, IPFire offers MAC/IP address filtering to allow only authorized
30 clients. The clients are allowed by default to access the Internet, but they are not allowed access the local LAN.
31 The second option is to install a wireless LAN (WLAN) card in the IPFire machine that takes the functionality of the access
32 point over, using the add-on "hostapd". This add-on supports both unencrypted and WPA/WPA2-encrypted connections. Also
33 the use of 5 GHz (802.11a standard) is possible if the wireless card supports it.
34 </p>
35 <p>
36 Wireless card support in IPFire is excellent. The drivers in the stable kernel are very up-to-date
37 and IPFire therefore supports a significant amount of WLAN cards.
38 </p>
39 {% end %}
40 </div>
41 </div>
42 {% end block %}