Skip to content
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

Authentication fails after 1st reboot #11

Open
vpatil131 opened this issue Oct 15, 2020 · 1 comment
Open

Authentication fails after 1st reboot #11

vpatil131 opened this issue Oct 15, 2020 · 1 comment

Comments

@vpatil131
Copy link

vpatil131 commented Oct 15, 2020

Hello,

Thanks for the guide. I was able to establish EAP authentication by connecting my Asus AC68U router to ONT directly.

#/opt/usr/sbin/wpa_supplicant -dd -Dwired -ieth0 -c/jffs/EAP/wpa_supplicant.conf
Successfully initialized wpa_supplicant
eth0: Associated with 01:80:c2:00:00:03
WMM AC: Missing IEs
eth0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
eth0: CTRL-EVENT-EAP-STARTED EAP authentication started
eth0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=13
eth0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 13 (TLS) selected
eth0: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='C=US, ST=Michigan, L=Southfield, O=ATT Services Inc, OU=OCATS, CN=aut02pltnca.pltnca.sbcglobal.net' hash=a1de433f731a03447a3187ffd3cbe12XXXXXXX
eth0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='C=US, O=ATT Services Inc, CN=ATT Services Inc Enhanced Services CA' hash=a1de433f731a03447a3187ffd3cbe12XXXXXXX
eth0: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully

However, this only works once when I set it up. I can never get it to connect again after the 1st reboot. I verified the date and tried disabling the auto startup script and just manually running following command but no luck.

# /opt/usr/sbin/wpa_supplicant -dd -Dwired -ieth0 -c/jffs/EAP/wpa_supplicant.conf
Successfully initialized wpa_supplicant
eth0: Associated with 01:80:c2:00:00:03
WMM AC: Missing IEs
eth0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
eth0: CTRL-EVENT-EAP-FAILURE EAP authentication failed

For instance, I don't see the eth0: CTRL-EVENT-EAP-STARTED EAP authentication started.

Do you know what could be going wrong?

Thanks

@mshuaic
Copy link
Collaborator

mshuaic commented Oct 27, 2020

Check the system time. If the system is not the current time, you probably need to install fake hwclock, and make a corn job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants