Questions tagged [freeradius]

FreeRADIUS is an open source RADIUS server

FreeRADIUS is an open source RADIUS (Remote Authentication Dial-In User Service) server. It implements AAA: Authentication, Authorization, and Accounting. It is very flexible and has many modules. It supports many backend databases such MySQL, PostgreSQL or Redis for retrieving/saving AAA data.

Official website.

275 questions
0
votes
0 answers

Dynamic Client IP in freeRADIUS where client is identified by secret

I have multiple locations sending RADIUS requests to my server. These are currently configured as: client any_client { ipaddr = x.x.x.x netmask = 32 secret = client_secret shortname = name } However some clients have ISP that…
0
votes
2 answers

OpenVPN + PAM + Freeradius

Situation: I have fully configured and working Freeradius server. Installed OVPN 2.6.4 on other server. And goal is auth through Radius. Installed pam-radius-auth. Configured (confs below). Authentication is working just fine, but there are no…
0
votes
0 answers

SSL Error with EAP-TLS FreeRadius

My RADIUS Server is configured for EAP-TLS. I have a valid Server Certificate, Private Key and Fullchain file. When testing the authentication with a Client Certificate using eapol_test i get the error message: (10) eap_tls: ERROR: SSL says error…
0
votes
0 answers

WPA3 with Freeradius and SAMBA AD DC

I have a working Freeradius authenticating WiFi users (windows,mac,linux,ios,android) with WPA2 enterprise using samba AD DC for user directory. I want to move to WPA3 Enterprise but I am not sure if this can be done at all. I am trying to figure…
Marko
  • 371
  • 5
  • 18
0
votes
0 answers

How to fetch attribute in freeradius plicy.d/filter

I have an issue with getting empty Called-Station-Id in policy.d/filter of Freeradius. there are different VLANs the user can connect from I want to assign VLAN by filtering the WIFI name in the request packet EX: Called-Station-Id =…
0
votes
0 answers

Why I am getting wrong IP address when connected to the freeradius server with VLAN attribute set

I am new to the Freeradius I am trying to connect to the Unifi AP through freeradius authentication. I can connect to it successfully and access local services. but I am not getting the correct IP address. SSID is in VLAN 31 with IPs ranging in…
0
votes
0 answers

Freeradius: use the users file to assign a group to a user and then use the group to allow the user to access only 1 SSID

I'm trying to use Freeradius 3.0.20 on Ubuntu. I use the users file to authenticate wireless users and that's working just fine. (This is a home system, not at work). For the moment I have a couple of new users for whom I have created a new SSID…
0
votes
0 answers

Simultaneous Use in freeRadius 3.0

I install Ubuntu server 22.04 I install apache2 I install PHP I install PostgreSQL and phpPgAdmin I install freeradius 3.0 ln -s /etc/freeradius/3.0/mods-available/sql /etc/freeradius/3.0/mods-enabled/sql ln -s…
Richard
  • 1
  • 2
0
votes
0 answers

How to configure FreeRadius on a different server than Samba4?

I want to set up a FreeRadius server that uses a Samba4 DC base. I wanted FreeRadius to be on a different server that wasn't a DC Samba4. Is it possible? Consulted…
campos
  • 17
  • 3
0
votes
0 answers

Sorry i'm stuck with freeradius to LDAP

Ok Im a little stuck with FreeRadus. I think I have found the problem, I just don't understand why so If I try to auth over the wifi it looks like its not getting the password below is the debug of that Ready to process requests (0) Received…
0
votes
0 answers

(FREERADIUS&MYSQL) Getting aborted connections to my db (got an error reading communication packets)

https://i.stack.imgur.com/qUI2n.png Running Debian 11, 1 week trying to figure out where this issue comes from, tried authentication method (made a fresh install of mariadb, setting unix socket so radius won't even have to give a pass since my vm is…
arty0m
  • 1
0
votes
1 answer

Daloradius ERROR: (3) sql: ERROR: rlm_sql_mysql: ERROR 1054 (Unknown column 'acctupdatetime' in 'field list')

Getting the following error after configuring freeradius with daloradius. ERROR: (3) sql: ERROR: rlm_sql_mysql: ERROR 1054 (Unknown column 'acctupdatetime' in 'field list') Radius server accounting does not seem to be working. Used the SQL schema…
xaander1
  • 121
  • 1
  • 7
0
votes
1 answer

Is there a freeradius configuration to ignore requests from users or specific sources?

I've got a little server running freeradius for a handful of systems that I don't have any control over the firewalling or configuration for. (i.e. I can't control what it sends to me, but I need to to work). That server has some other host…
Peter Turner
  • 2,178
  • 9
  • 33
  • 45
0
votes
1 answer

FreeRADIUS accept any password for one user only

I need to configure one user on FreeRADIUS to authenticate and generate an access-accept regardless of the password submitted by the user. I can see how to do this for all users, but how can I do this for a single user?
btongeorge
  • 277
  • 1
  • 11
0
votes
1 answer

freeradius and openldap : vlan attribution working with radtest but not with wpa_supplicant

Both of my services freeradius and openldap are on the same server. The schema Freeradius is loaded into openldap. I configured the radiusProfileDN of a user to link to a group. In this group, I have radiusReplyAttribute set to give the informations…
user161458
  • 21
  • 5