WeWorkWiFi – connect with a Linux Client (wpa_supplicant)

I had to tinker around how to get a Linux Client connected to the WeWorkWiFi network with wpa_supplicant.

 

Settings in /etc/wpa_supplicant/wpa_supplicant.conf

network={
ssid="WeWorkWiFi"
key_mgmt=WPA-EAP
eap=PEAP
identity="[email protected]"
password="yourpassword"
phase2="auth=MSCHAPV2"
}

 

On the website https://wifi.we.co/ there is a domain mentioned as well
Domain: Enter ‘nac.wenw.net’
this is not necessary as it seems.

 

Settings in /etc/network/interfaces

auto wlx003676371221
iface wlx003676371221 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *