Enterprise network problem
-
I'm trying to get my Omega2+ connected to my wifi enterprise connection at work but I can't find a guide. It appears the wiki page for it is currently down but I did find this guide for an older Omega version.
[link text]https://onioniot.github.io/wiki/Tutorials/Connecting-to-Enterprise-Secured-Wifi(link url)
Unfortunately it doesn't appear to work as, despite actually being the same 'eduroam' network my device fails to connect.
My work settings areEAP method: PEAP
Phase 2 auth: MSCHAPV2
CA cert: don't validateand they work on my phone so I don't know quite what the issue is.
Does anyone have any suggestions? I did try to remove wpad-mini and install wpad but it was already installed, I may have already done that part previously but I don't think so.
What is the default /etc/config/wireless script? I stupidly didn't make a copy and can't find it listed anywhere!
Anyone got any suggestions?
-
@Andrew-Walker said in Enterprise network problem:
What is the default /etc/config/wireless script?
You should find it at '/rom/etc/config/wireless' - it's a config file not a script.
It seems @faulty-lee was able to connect to an enterprise WiFi using
wpad
and a modified config file with an original Omega (2015 Nov)
Wifi - WPA2-EAP (PEAP;MSCHAPv2)
-
Cheers, now I've found it, any idea what a default clean config file looks like before you run wifi config ?
I've spent most of the day trying to get this to work, is there anything you can see wrong with my config?config wifi-iface
option device 'radio0'
option mode 'sta'
option network 'wwan'
option eap_type 'peap'
option ssid 'UOS_SECURE'
option encryption 'wpa-eap'
option auth 'mschapv2'
option identity 'aw0016'
option password '*********'
option disabled '0'I followed the link you suggested but I've already replaced wpad-mini with wpad and still no luck with my connection.
I really can't get my head around the syntax of the config file, should I have a config wifi-config section in addition to this?
Does anyone have a link to a copy of this page as it seems dead at the moment?
[link text]https://wiki.onion.io/Tutorials/Connecting-to-Enterprise-Secured-Wifi(link url)
-
maybe this link helps, if you have not already seen it.
https://github.com/OnionIoT/Onion-Docs/blob/master/Omega2/Documentation/Doing-Stuff/Connectivity/Connect-to-enterprise-wifi.md
-
@Andrew-Walker Unfortunately I can't try / reproduce your problem now.
I guess you should modify these sections of the 'wireless' file
config wifi-device 'radio0' (???) and config wifi-iface 'sta'.If I were you I would read "every" wireless howto on OpenWrt - for example at least this one: Wireless Utilities
Maybe this tutorial also helps you Connecting to School Wifi (MSCHAPv2 Auth Type)
(As you know '/etc/config/wireless' changed after FW version v0.1.10 b160.)