You are not logged in.

#1 2017-09-10 17:21:31

mondrak
Member
From: The Internet
Registered: 2017-09-10
Posts: 1
Website

Configuring ethernet access with 802.1X, PEAP and wpa_supplicant

Hello, I am currently installing Arch, but I have to configure wired a 802.1X Ethernet connection, with PEAP authentification (and no certificate used). I've read different topics, and after different tries, I created this (changing username and password to the right ones) :

/etc/wpa_supplicant.conf wrote:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=2
update_config=1 #writable by gui

network={
key_mgmt=IEEE8021X
eap=PEAP
identity="username"
password="password"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
}

Then, I run

wpa_supplicant -i eno1 -d -B -Dwired -c /etc/wpa_supplicant.conf

and finally got this :

wpa_supplicant v2.6
Successfully initialized wpa_supplicant
Initializing interface 'eno1' conf '/etc/wpa_supplicant.conf' driver 'wired' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
ctrl_interface_group='0'
ap_scan=2
update_config=1
Priority group 0
   id=0 ssid=''
wpa_driver_wired_init: Added multicast membership with packet socket
Add interface eno1 to a new radio N/A
eno1: Own MAC address: 08:2e:5f:71:16:5c
eno1: RSN: flushing PMKID list in the driver
eno1: Setting scan request: 0.100000 sec
TDLS: TDLS operation not supported by driver
TDLS: Driver uses internal link setup
TDLS: Driver does not support TDLS channel switching
eno1: WPS: UUID based on MAC address: 83237e37-c2cb-5f68-bc06-d0ef129ea7c2
ENGINE: Loading dynamic engine
ENGINE: Loading dynamic engine
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: Supplicant port status: Unauthorized
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
Using existing control interface directory.
ctrl_interface_group=0
eno1: Added interface eno1
eno1: State: DISCONNECTED -> DISCONNECTED
Daemonize..

And trying to ping websites I can access with my phone doesn't work, I suppose that's also what the final state of eno1 means (DISCONNECTED).

I'm new to wpa_supplicant, and I can't figure out what's wrong here. Could you help me please ?

P.S.: This is the beginning of Arch install, so I'm on a live USB.


Previous OSs : Windows XP/7/8.1 | Debian

Currently installing Arch...

Offline

Board footer

Powered by FluxBB