Copyright (C) 2008-2021 Oliver Bohlen.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU Free Documentation License".
This documentation comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
Here a Howto how you can connect to WLAN Access Points (over WPA/wpa_supplicant) with yout Thinclient.
If you want to use this solution you need the following howto(s) finished:
chroot /gtc/test /bin/bash -c 'env-update &>/dev/null && source /etc/profile && emerge net-wireless/wpa_supplicant'
File permissions:
Owner: root
Group: root
Permissions: -rwxr--r--
Click here for a download of the complete file: /gtc/test/etc/wpa_supplicant/wpa_supplicant.conf
Changed on 24.09.09Configure these parameters to fit in your environment.
ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel eapol_version=1 #ap_scan=2 fast_reauth=1 network={ ssid="home" scan_ssid="0" mode=0 #bssid=XX:XX:XX:XX:XX:XX #bssid=XX:XX:XX:XX:XX:XX proto=WPA RSN key_mgmt=WPA-PSK #phase1="peaplabel=1" #phase2="auth=MSCHAPV2" priority=10 pairwise=CCMP TKIP group=CCMP TKIP identity="username" psk="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" }
Please send a feedback to: doc<at>gabosh.net
Howto listingHere you can find the official Gentoo Linux Forums where you can find a lot of answers.
Here a link to the official Gentoo Linux Homepage.