461 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
67
views
Logging the Inner User-Name from EAP-TTLS Requests with linelog
I am currently setting up FreeRADIUS to proxy EAP-TTLS/PAP requests to a different RADIUS server that only supports plain PAP. My goal is to log all events occurring in my FreeRADIUS instance, such as ...
0
votes
1
answer
92
views
What is the farthest geopoint from the centroid of a bucket
In my Elastic index my-index I have documents with geopoints.
The ideia is to group locations hourly and get a geo centroid for each hour with a radius so I can plot on Leaflet (or similar map api) ...
0
votes
0
answers
163
views
How do I resolve the error "eap: ERROR: EAP-Identity Unknown" on freeradius with EAP-TEAP?
So I am trying to implement 802.1X authentication using freeradius as my RADIUS server. For the authentication method I have chosen EAP-TEAP. My client device (a Windows 11 PC) has the machine and the ...
1
vote
0
answers
80
views
How to perform SIM card geolocation using RADIUS data for 2G, 3G, and 4G?
I am trying to perform geolocation of a SIM card using cell tower data provided by the RADIUS protocol. My goal is to correctly identify the cell's (or SIM card's) location for 2G, 3G, and 4G ...
-1
votes
1
answer
143
views
freeradius and rml-rest module Configuration errors
I want to use a REST-API to handle authentication (or just fetch users) for my freeradius authentication server.
When I try to start the server I get an error:
/etc/freeradius/mods-enabled/rest[17]: ...
0
votes
0
answers
407
views
Getting Dropping packet without response because of error: Received packet from (ip) with invalid Message-Authenticator!(Shared secret is incorrect.)
when sending Radius request with Message-Authenticator attribute in it, Dropping packet without response because of error: Received packet from 172.21.248.41 with invalid Message-Authenticator! (...
1
vote
1
answer
4k
views
require_message_authenticator in FreeRadius not behaving as it should
I'm recently testing freeradius 3.0.27 (release which has fix for blastradius vulnerability).
From Documentation - github
# Global configuration for requiring Message-Authenticator in
# all Access-* ...
1
vote
0
answers
543
views
Is there a way to increase the timeout value for WiFi authentication in windows machines?
For context, I've setup a Windows (Win server 2022) NPS server with the Azure MFA extension to enable authentication via RADIUS, using Microsoft credentials, on a wireless network. The RADIUS client ...
0
votes
0
answers
330
views
TinyRadius Message-Authenticator Attribute Generation
Need some help. Have Java Springboot API and ma using TinyRadius to authenticate against Radius Server. Below works fine without passing Message-Authenticator
AccessRequest ar = new AccessRequest(...
0
votes
2
answers
114
views
Calculate the number of points in a given radius by X and Y coordinates
I have a python code where, when given a list of points (X and Y coordinate pairs) in a dataframe and a specified circle radius I would like the code to go through each point, treat it as the the ...
-1
votes
1
answer
99
views
How to calculate a Radius Authenticator in access accept message?
Getting access accept message from radius server but our client is considering the message as a authentication failure, what may be the cause, suspecting issue with Authenticator value which receiving ...
0
votes
1
answer
84
views
Skew One Corner And Add Border Radius To Opposite Corner with gradient
How can I make this design in CSS?
enter image description here
I've tried everything, but the gradient of the pseudo element overlaps the main text.
span {
border: 2px solid #FFC402;
border-...
0
votes
1
answer
288
views
Set the HMAC-256 algorithm for calculating message-authenticator
Per radius document:
When present in an Access-Request packet, Message-Authenticator is an HMAC-MD5 checksum of the entire Access-Request packet, including Type, ID, Length and authenticator, using ...
1
vote
1
answer
286
views
In freeradius, how to retrieve variable declared perl module to sites-available/default?
I have a perlmodule.pm with authorize, post_auth blocks. Took the code from Freeradius example.pl
perlmodule.pm
#
# This program is free software; you can redistribute it and/or modify
# it under ...
0
votes
1
answer
102
views
Freeradius SQL query for disconnected in specific date
Is there some way to run a SQL query in the freeradius database to find disconnected users in some specific data range?
I'm trying something like this:
SELECT ra.username
FROM radacct ra
WHERE ra....