staging.inyokaproject.org

WLAN Client an WPA2-EAP / Radius Server

Status: Ungelöst | Ubuntu-Version: Server 14.04 (Trusty Tahr)
Antworten |

zion2k

Anmeldungsdatum:
4. November 2007

Beiträge: Zähle...

Hallo,

ich versuche seit geraumer Zeit mich mit einem WLAN zu verbinden, dass mit einem Radius Server verwaltet wird. Wer kann mir weiter helfen und mir sagen wo ich den Fehler mache...

iwlist scan
~~~~~~~~~~~

          Cell 01 - Address: xx:xx:xx:xx:xx:xx
                    ESSID:"WLAN"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.462 GHz (Channel 11)
                    Encryption key:on
                    Bit Rates:300 Mb/s
                    Extra:rsn_ie=30140100000fac040100000fac040100000fac010000
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : 802.1x
                    Quality=100/100  Signal level=67/100  
                    Extra:fm=0003
/etc/wpa.conf
~~~~~~~~~~~~~

   ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    network={
        ssid="WLAN"
        key_mgmt=WPA-EAP
        pairwise=CCMP
        group=CCMP
        identity="Benutzer"
        password="Passwort"
    }
etc/network/interfaces
~~~~~~~~~~~~~~~~~~~~~~

# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

#auto eth0
allow-hotplug eth0
iface eth0 inet dhcp

auto wlan0
allow-hotplug wlan0

iface wlan0 inet manual
wpa-roam /etc/wpa.conf

#for static ip on wifi, comment out the two lines above (iface and wpa-roam), uncomment th$

#iface wlan0 inet static
#wpa-conf /etc/wpa.conf
#address 10.0.0.9
#netmask 255.255.255.0
#gateway 10.0.0.1

wireless-power off


iface default inet dhcp
Antworten |