pbrah / wpa_supplicant-udmpro

110 stars 24 forks source link

EAP Authentication failed #7

Closed gavinnn101 closed 4 years ago

gavinnn101 commented 4 years ago

I'll start by saying that I know this isn't an issue with the instructions but I'm hoping I might be able to get some help.

So I got my UDM Pro today and set it up connected to my att RG(bg210-700) and it works fine. I'm trying to setup the wpa_supplicant bypass from pbrah's github but after starting the container, I'm not getting internet. Checking the logs, it seems like it's failing authentication but I don't know why.

I rooted my RG, got the mfg.dat + .der files, used mfg_dat_decode to get the pem files, wpa_supplicant, etc. Then with those files I followed pbrah's github to start the container but authentication is failing.

If anyone has any recommendations on how to troubleshoot further I'd greatly appreciate any help. <3

Edit: logs below:

podman logs -f wpa_supplicant-udmpro

Successfully initialized wpa_supplicant

eth9: Associated with 01:80:c2:00:00:03

eth9: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0

eth9: CTRL-EVENT-EAP-FAILURE EAP authentication failed

eth9: CTRL-EVENT-DISCONNECTED bssid=01:80:c2:00:00:03 reason=3 locally_generated=1

eth9: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="" auth_failures=1 duration=10 reason=AUTH_FAILED

eth9: CTRL-EVENT-TERMINATING

Successfully initialized wpa_supplicant

eth9: Associated with 01:80:c2:00:00:03

eth9: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0

eth9: CTRL-EVENT-EAP-FAILURE EAP authentication failed

gavinnn101 commented 4 years ago

I restarted the entire process start to finish from getting all the certs again to podman instructions, etc and it worked.