You are not logged in.

#1 2009-05-25 13:32:59

mrutter
Member
Registered: 2009-05-25
Posts: 16

[SOLVED]802.1x wired setup

I've just installed arch today with my only linux experience prior being ubuntu, and I've hit my first snag. My university uses secured wired connections with PEAP and MSCHAPv2. I've found this forum post related to my problem:

http://bbs.archlinux.org/viewtopic.php?id=56613

However, I have no idea where this config file is or if there is anything else I need to do. Can anyone help a newbie?

update:

it was this
/etc/wpa_supplicant.conf

I edited to this:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=root
ap_scan=0
network={
key_mgmt=IEEE8021X
eap=PEAP
identity="username"
password="passwordgoeshere"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
}

then

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

Last edited by mrutter (2009-05-25 17:53:16)

Offline

Board footer

Powered by FluxBB