Replies: 2 comments 20 replies
|
Pretty sure |
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am running freeradius3 on OpenWRT (same machine) as an auth server for WiFi clients, which works well. Also uspot works well with the auth_mode "credentials". My idea is, to switch over to auth_mode "radius" to have the same list of credentials for the captive portal available.
Unfortunately the captive portal denies all login attempts. Monitoring the local ip traffic with tcpdump I figured out so far, that uspot does not send any requests to the radius server neither on port 1812 nor 1813 (UDP). The log does not show helpful messages. So I guess there is something wrong or missing in /etc/config/uspot.
Any ideas here?
All reactions