/* Offenes WLAN konfigurieren */

This commit is contained in:
W01f 2014-06-20 11:14:06 +00:00
parent 1828fd71f3
commit 50a6e155fe

View File

@ -81,8 +81,10 @@ Wenn der AP keine SSID sendet, muss für das Netzwerk mit <tt>scan_ssid=1</tt> a
die Datei kann so zum [[WLAN#WLAN_C3D2|freien WLAN im HQ]] führen:
<source lang=bash>cat >>/etc/wpa_supplicant/wpa_supplicant.conf<<EOF
#### general unsec network ####
<source lang=bash>vi /etc/wpa_supplicant/wpa_supplicant.conf</source>
Und anhängen von..
<pre>
# general unsec network ####
# This one is for connecting to any unsecured network your machine comes into contect with, just comment out if you don't like this:
#network={
# key_mgmt=NONE
@ -90,15 +92,15 @@ die Datei kann so zum [[WLAN#WLAN_C3D2|freien WLAN im HQ]] führen:
# id_str="unsecure open wifi"
#}
### ### ### C3D2 ### ### ###
# ## ### ### C3D2 ### ### ## #
network={
ssid="C3D2"
key_mgmt=NONE
priority=2
id_str="C3D2"
}
### ### ### C3D2 ### ### ###
EOF</source>
# ## ### ### C3D2 ### ### ## #
#EOF </pre>
=== Passwortgeschütztes WLAN konfigurieren ===