Questions tagged [radius]

Remote Authentication Dial In User Service (RADIUS) is a networking protocol that provides centralized Authentication, Authorization, and Accounting (AAA) management for computers to connect and use a network service.

Remote Authentication Dial In User Service (RADIUS) is a networking protocol that provides centralized Authentication, Authorization, and Accounting (AAA) management for computers to connect and use a network service.

Wikipedia
http://en.wikipedia.org/wiki/RADIUS

19 questions
6
votes
1 answer

Openvpn quit unexpected after upgrade ubuntu 14.04 to ubuntu 16.04

My openvpn quits unexpectedly since I upgraded my ubuntu from 14.04 to 16.04LTS Below is the content of the log file of openvpn. Wed Mar 1 13:46:33 2017 username/123.123.123.123:56729 WARNING: Failed running command (--client-connect): external…
5
votes
2 answers

RADIUS is ignoring request to authentication address

RADIUS only works if I use localhost. I can't use its IP address. Output of: radtest user password localhost 1812 testing123: Sending Access-Request of id 251 to 127.0.0.1 port 1812 User-Name = "user" User-Password = "password" …
Neil
  • 4,585
4
votes
2 answers

freeradius refuses to start because it says OpenSSL is vulnerable

I work with Ubuntu 14.04 and I can't start the freeradius deamon (freeradius-server-3.0.9). I have this error that I cannot solve: Refusing to start with libssl version OpenSSL 1.0.1f 6 Jan 2014 0x1000106f (1.0.1f release) (in range 1.0.1 dev -…
2
votes
0 answers

Cannot install freeradius on ubuntu 16

I trying to install Freeradius on Ubuntu after I deleted it but it can not be installing and showing this error: netadmin@hotspot:~$ sudo dpkg --configure -a Setting up freeradius-mysql (2.2.8+dfsg-0.1build2) ... freeradius.service is not active,…
2
votes
2 answers

Ubuntu 18.10 Does not display LOGIN page for WIFI network - NOT CAPTIVA

I installed Ubuntu 18.10 clean. Connected to WIFI network. The connection manager shows that a connection is established. Next step is to login. However, login page does not appear, as if there was no connection. RDP over LAN, works well. Realtek…
Igor
  • 175
  • 1
  • 2
  • 9
1
vote
0 answers

Getting client signal in freeradius

Hi I am new here and new to networking. I have installed latest freeradius and coovachilli in ubuntu 14.04. I want to know is it possible to get client signal in freeradius? I found iwlist scan but it returns "Interface doesn't support…
Lykun
  • 11
1
vote
0 answers

Cisco and freeradius User-password

I was wondering if any of you could help me with my configuration of freeradius. I configured it to be able to authenticate via Ldap to acces to my wifi (cisco WAP321 Wireless-N Selectable-Band Access Point with Single Point Setup) and it works…
Ise
  • 11
1
vote
0 answers

FreeRADIUS 2 traffic counter does not work

I've added this block to radiusd.conf sqlcounter monthlytrafficcounter { vcounter-name = Monthly-Traffic check-name = Max-Monthly-Traffic reply-name = Monthly-Traffic-LIMIT sqlmod-inst = SQL key = User-Name reset = monthly …
1
vote
1 answer

Ubuntu 14.04.3 server both a free-radius server and an active directory server

Can you make an Ubuntu 14.04.3 server both a free-radius server and an active directory server? I want to use the same server for both authentication and radius to have our access points use the radius authentication.
1
vote
0 answers

Freeradius Status: Activating, Failure to Start

I am new to freeradius. Ubuntu 18.04.3 LTS When I try to restart freeradius service as 'service freeradius restart', I get 'Job for freeradius.service failed because the control process exited with error code. See "systemctl status…
phileoseda
  • 111
  • 1
  • 3
0
votes
1 answer

How to exit a never ending process without killing the process

I'm working with docker at the moment and I'm trying to run a command from rc.local in the Dockerfile but the command doesn't exit unless I kill it manually. Is there a way I can "disown" the process so that I can get to shell and still have the…
jamieg
  • 90
0
votes
0 answers

rsync via ssh password prompt question

Hi I have an rsync shell script that synchronizes one host with a remote host: #!/bin/sh rsync -avz fqdn:/foo/dir1 rsync -avz fqdn:/foo/dir2 rsync -avz fqdn:/foo/dir3 The remote host permits the rsync without a password with ssh pre shared keys but…
jamieg
  • 90
0
votes
1 answer

Journale of RADIUS server

i want to see the access(times ,actions) of client to the RADIUS server, what's the command to view the the file log of RADIUS server plz
0
votes
1 answer

What path shall I find schema.sql?

I am looking for file named "schema.sql", can someone let me know where can I find it? when I googled a little about it I go one path i.e. /etc/raddb/sql/mysql/schema.sql however it does not exists in Ubuntu OS, as far as I know. I have also tried…
Hrish
  • 2,399
0
votes
0 answers

openSSL 3.0 deprecation errors when compiling wpa_supplicant-2.10

On Ubuntu 22.04 server I am trying to compile eapol_test from wpa_supplicant-2.10 as found on https://w1.fi/wpa_supplicant/ make eapol_test (Following "THE FREERADIUS IMPLEMENTATION GUIDE" (2014 network radius sarl) chapter 6 -EAP authentication, Pg…
jringoot
  • 838
1
2