License

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".

Introduction

This documentation comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.

Howto: Thinclient - Wireless LAN for Gentoo Linux

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:

Required software

The required software has to be installed with the following command(s):
chroot /gtc/test /bin/bash -c 'env-update &>/dev/null && source /etc/profile && emerge net-wireless/wpa_supplicant'

Changes in /gtc/test/etc/wpa_supplicant/wpa_supplicant.conf

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.09
Issued by after
Beginning line 1

Configure 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 listing
File Index

Here 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.

Edit Howto

About / Impressum

Click here for About / Impressum

Wishlist

If you want to support my work you can find my Amazon whishlist here