-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is manually configured network wpa_supplicant.conf still valid with intro of utexas-iot? #4
Comments
That will need to correspond to whatever the latest material from the
network folks says, but it will be exactly as in their documentation.
…On Mon, Jan 28, 2019, 1:10 PM Andrew Vuong ***@***.*** wrote:
Is the following wpa_supplicant.conf still valid with the introduction of
utexas-iot? Thanks.
under *Manually Configure Network* in
https://github.com/utexas-bwi/documentation/wiki/Configure-a-robot-from-scratch
```
fast_reauth=0
network={
ssid="utexas"
key_mgmt=WPA-EAP
eap=TTLS
ca_cert="/etc/wpa/certs/GeoTrust_Global_CA.cer"
subject_match="CN=dot1x.utexas.edu"
anonymous_identity="anonymous"
identity="username"
password="password"
phase2="auth=MSCHAPV2"
}
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEoStvK_59rnLcsOFLILsHY4wXmks7o-ks5vH0sogaJpZM4aWlDh>
.
|
Thanks, it seems similar, but doesn't work for me anymore. I'll check some more with ITS. |
Informational: Whenever I made changes to the supplicant config on a robot, I could not get them to be applied with anything less than a reboot. |
@nickswalker thanks, I have rebooted many times! :) anyone seen it working lately? I have emailed ITS and awaiting their reply. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is the following wpa_supplicant.conf still valid with the introduction of utexas-iot? Doesn't seem to work for me anymore. It had a long while back. Thanks.
under Manually Configure Network in
https://github.com/utexas-bwi/documentation/wiki/Configure-a-robot-from-scratch
The text was updated successfully, but these errors were encountered: