Hello,
first thing is first, I am a new user of both OpenWRT and linux. What I have managed to do is, hack my router (hack=loading openwrt without failure ) and connect it with ssh and winscp. I have also managed to install Wpad full version.
What I want (need) to do is, connect to my university AP (which has: WPA2 AES EAP TTLS PAP authentication with a server CA certificate also) with my router (Tube 2h Alfa Network, Barrier Breaker r43618).
My log file says:
Sat Dec 27 00:27:22 2014 daemon.info dnsmasq-dhcp[1671]: DHCPDISCOVER(br-lan) 0.0.0.0 XXXX
Sat Dec 27 00:27:22 2014 daemon.info dnsmasq-dhcp[1671]: DHCPOFFER(br-lan) 192.168.1.102 XXXX
Sat Dec 27 00:27:22 2014 daemon.info dnsmasq-dhcp[1671]: DHCPREQUEST(br-lan) 192.168.1.102XXXX
Sat Dec 27 00:27:22 2014 daemon.info dnsmasq-dhcp[1671]: DHCPACK(br-lan) 192.168.1.102 XXXX
Sat Dec 27 00:27:55 2014 kern.info kernel: [ 100.500000] wlan0: authenticate with YYYY
Sat Dec 27 00:27:55 2014 kern.info kernel: [ 100.510000] wlan0: send auth toYYYY (try 1/3)
Sat Dec 27 00:27:55 2014 kern.info kernel: [ 100.520000] wlan0: authenticated
Sat Dec 27 00:27:55 2014 kern.info kernel: [ 100.530000] wlan0: associate with YYYY (try 1/3)
Sat Dec 27 00:27:55 2014 kern.info kernel: [ 100.530000] wlan0: RX AssocResp from YYYY(capab=0x431 status=0 aid=1)
Sat Dec 27 00:27:55 2014 kern.info kernel: [ 100.540000] wlan0: associated
Sat Dec 27 00:27:55 2014 daemon.notice netifd: Network device 'wlan0' link is up
Sat Dec 27 00:27:55 2014 daemon.notice netifd: Interface 'wwan' has link connectivity
Sat Dec 27 00:27:59 2014 kern.info kernel: [ 104.730000] wlan0: deauthenticating from YYYY by local choice (Reason: 3=DEAUTH_LEAVING)
Sat Dec 27 00:27:59 2014 daemon.notice netifd: Network device 'wlan0' link is down
Sat Dec 27 00:27:59 2014 daemon.notice netifd: Interface 'wwan' has link connectivity loss
Thats where I get lost. I dont understant What is wrong?? I dont think it is a dbm issue because the same AP has a guest account without password and It connects without any problem...
What I have done?
I have erased wpad mini and installed Wpad "wpa-supplicant_2014-06-03.1-1_ar71xx.ipk" (because it gives error If I dont install it without removing wpad mini) And uploaded certificate file "au-wifi-net.der" to /etc/ssl/ folder. I also put this file to web interface.
I have tried to connect a WPA2 PSK AP and managed it without any problem.
What exactly is happening?
It connects to AP (ap name shown on web UI), waits 5-10 seconds and disconnects... Keeps doing this all the time. One time with code 3 DEAUTH_LEAVING, one time with code 1 UNSPECIFIED... It changes sporadically.
What I think?
I guess it leaves ap because it doesnt get any IP from it, or maybe a certificate problem. Or maybe its because of anonymous identity. TTLS PAP authentication needs a "anonymous identity" box but there is none (at least I havent found any...).
Full connection details:
SSID "AU WiFi Net"
WPA2 Enterprise EAP
AES
TTLS
PAP
anonymous identity: anonymous@ankara.edu.tr
user name: XXXX@ankara.edu.tr
pass: XXXXXX
CA certificate file: http://kablosuz.ankara.edu.tr/dosyalar/au-wifi-net.der
Settings placed at: http://kablosuz.ankara.edu.tr/ubuntu14.php
Any little help will be appreciated... I am completely hopeless now...
(Last edited by routeraddict on 29 Dec 2014, 22:08)