Questions tagged [freeradius]
26 questions
4
votes
1 answer
Freeradius Error binding to port for 0.0.0.0 port 1812
Same problem that the other guys have had but with the difference that the procedure applied to them, are not working in my scenario. Lets make order:
Freeradius on RasPi
Netstat:
root@raspberrypi:~# netstat -unpl
Active Internet connections (only…
Federi
- 963
- 8
- 27
- 38
2
votes
2 answers
Failed binding to authentication address * port 1812 as server freeradius: Address already in use
When I type the following command on my Ubuntu 16.04: sudo freeradius -X
I've got the message:
Failed binding to authentication address * port 1812 as server eduroam: Address already in use
I've read previous topics related to that issue and their…
tnur
- 21
- 1
- 2
2
votes
1 answer
Installing Freeradius-LDAP 3.x from PPA - Repository
Initially I've installed Freeradius from stable branch as follows:
apt-get install python-software-properties
apt-add-repository ppa:freeradius/stable-3.0
apt-get update
apt-get install freeradius make
And I thought, that all modules were also…
user3467471
- 47
- 5
2
votes
1 answer
Freeradius doesn't see its WAP-Client
I have Freeradius v.3 Server and WAccessPoint (hostapd), both on the same machine (localhost) Ubuntu Server 16.04.1 installed.
I tested my connection firstly without freeradius -> I can connect to WAP and use Internet through NAS and MASQUERADE.…
user3467471
- 47
- 5
1
vote
0 answers
Daloradius showing user as offline
I have a freeradius w/ daloradius server(linuxmint 21) set up, and everything appears to be working as expected, except for accounting, because even when I connect as a user to the wifi (with EAP method type PWD), daloradius will report the user as…
anark10n
- 11
- 3
1
vote
1 answer
Freeradius (radiusd) service can't start on boot but can start manually
I managed to setup freeradius server on Centos 7 using compiled source at ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-3.0.18.tar.gz
Everything works perfectly fine except, the service can't run every time after reboot.
I have to issue…
luca ditrimma
- 111
- 2
1
vote
1 answer
freeRadius and google-authenticator: how do i get the qr code on a website?
I need to do a setup which I expected to be very common:
Setup freeRadius, google-authenticator with an existing Active Directory to setup 2FA for Horizon View.
Show the qr-code generated by google-authenticator on a website after user authenticated…
markgraf
- 2,849
- 1
- 8
- 20
1
vote
1 answer
FreeRADIUS 3 - discard certain accounting types
I am using FreeRADIUS 3.0.13 on a CentOS 7 server for accounting data from a telephony device, and we want to simply drop certain record types - specifically, for this application, I want to only record Stop messages.
We're specifically writing to a…
csyria
- 165
- 1
- 1
- 7
1
vote
1 answer
freeradius test user fails Parse error (reply) for entry test: Expected end of line or comma
I am trying to use the following at the top of my files authorize to test a new radius installation on default configs.
head /etc/raddb/mods-config/files/authorize
bob Cleartext-Password := "hello"
Reply-Message := "Hello, %{User-Name}"
test …
nelaaro
- 1,333
- 3
- 15
- 20
1
vote
1 answer
How to see version and uptime of running FreeRadius daemon
I have a FreeRadius server doing authentication for my 802.1X infra-structure, in a Debian 9.1.
How can I see what is the version and uptime of the running FreeRadius daemon?
Rui F Ribeiro
- 55,929
- 26
- 146
- 227
1
vote
1 answer
Assigning, or binding, a Redhat user to use specific VLAN id
I'm using NIS to manage users on a Redhat 6.6 closed network. We use multiple VLANs in the closed network. Is it possible to assign privileges or somehow permit specific users to utilize a VLAN while keeping other users off that specific VLAN? Does…
Gene Brotherton
- 23
- 1
- 1
- 6
0
votes
0 answers
pam_radius_auth all radius servers failed to respond
I am trying to integrate Radius server 3.0.13 with SSHD so I can enable 2FA. The SSH server is RHEL 8.5.
All the time getting error pam_radius_auth all radius servers failed to respond.
In my SSH Radius client I have following…
DrunkCoder
- 3
- 3
0
votes
1 answer
how to install eapol_test in ubuntu
I'm tired idea how to install this package eapol_test, I read online how I can make install it, but it didn't work for many time so How can I Install the eapol_test in Ubuntu in a simple and concise way ?
(My Ubuntu 20.04.3 )
محمد محمد
- 1
- 4
0
votes
1 answer
What password should I pass when joining my Azure directory with samba
I am on a task to deploy a radius server with Azure AD.
I've created my components needed and i've reached the following step:
Source: https://wiki.freeradius.org/guide/freeradius-active-directory-integration-howto
When I run this bash command i…
0
votes
0 answers
FreeRADIUS Perl Module "Unknown or invalid value "perl" for attribute Auth-Type"
I am attempting to setup a FreeRadius Server with an OTP (LinOTP) backend in Centos 7. My issue is loading a perl module needed to link FreeRADIUS to LinOTP. No matter what I try I just keep getting the error below when I try starting radiusd (with…
Sama
- 1