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.

261 questions
0
votes
1 answer

Freeradius/MySQL server not responding to external calls

I'm currently building up a (CentOS 7) freeradius with MySQL(mariadb) for radius authentication. I'm able to receive auth from local host testing using radtest. Once I use NTRadPing with the same credentials I can see packets hitting the radius…
Chad W
  • 1
  • 2
0
votes
3 answers

MultiOTP + FreeRADIUS + MS Active Directory

I am running a CentOS 6.6 64 bit Server with FreeRADIUS 2.1.12 installed from base repository. Additionally I am using MultiOTP (http://www.multiotp.net/) which is configured to connect to our Windows 2012 R2 Server. The MultiOTP Version is 4.3.1.1…
Finn10111
  • 21
  • 1
  • 5
0
votes
1 answer

FreeRADIUS 3 and Wildcard Certs

I am setting up a new FreeRADIUS server here on campus, jumping from v1 to v3 (I was not here when the original was setup). Things seem to be working fine, but I do not understand how the certificates portion works when using Windows 7. We have a…
0
votes
1 answer

RESTful client communicating with Freeradius server

I have successfully installed the Freeradius server on Ubuntu 14.04. It is up and running perfectly with local client(from the source code downloaded from freeradius site). Now my next task is to have the Freeradius server communicate with a Restful…
0
votes
2 answers

Active Directory / Freeradius / ntlm_auth / mail attribute

I am currently configuring a linux server with Freeradius to have our clients authenticate against our Active Directory for our WiFi-network. The goal is to have our users use the e-mail address that is present the Active Directory as the 'mail'…
0
votes
1 answer

EAP-PWD with FreeRADIUS 3

I'm trying to setup EAP-PWD using FreeRADIUS 3. However, I can't get it to work and documentation is virtually non-existent. Thus, I don't know whether the problem I'm running into is a misconfiguration or an actual bug. Configuration This is my…
Compizfox
  • 375
  • 1
  • 6
  • 17
0
votes
2 answers

radclient:: Failed to find IP address

I installed freeradius on CentOS 6.6 and I have configured the files /etc/raddb/clients and /etc/raddb/users. I am trying to test the server by this command : radtest Aicha passme 127.0.0.1 100 testing123 This is the result : radclient:: Failed to…
Somar
  • 236
  • 3
  • 4
  • 14
0
votes
1 answer

Poptop configured for freeradius but still authenticates through chap

I'm running Centos 6 64 bit with Poptop and radiusclient. When I connect to my poptop server this error comes up in the error log: Feb 21 14:40:42 alpha pptpd[13225]: CTRL: Client **** control connection started Feb 21 14:40:42 alpha pptpd[13225]:…
Niel
  • 11
  • 2
0
votes
1 answer

freeradius broken after apt-get update

Ubuntu 14.04.1 LTS apt-get update /upgrade was run last night at around 10pm. This morning people are saying that they can't get into ftp and wifi because these services are auth'd by freeradius. Apt-get log: Start-Date: 2015-02-17 …
JasonC
  • 196
  • 6
  • 15
0
votes
1 answer

freeradius pass current virtual server port to module

I'm trying to use rlm_python to authenticate client with my backend. The problem is, it seems I could not use different modules for different virtual servers and it cause my authentication backed threat all authentication request as default virtual…
max
  • 3
  • 1
0
votes
0 answers

EAP-TLS Passthrough from pppd to Radius?

I am setting up an IPSec+L2TP VPN for a couple of Windows boxes connecting to a Debian 7.6 (Wheezy) machine running ipsec tools and xl2tpd/pppd. Client authentication via mschapv2 works well enough; but, I would like to use a 802.1x certificate…
canut
  • 1
  • 3
0
votes
1 answer

How to chroot FreeRadius

I have set up FreeRADIUS 2.1.12 on Debian for authentication in a WPA2-Enterprise environment. Now I'd like to jail it with chroot. There is a parameter in radiusd.conf configuration file pointing to the chroot location: #chroot =…
0
votes
1 answer

How to force JSON when using FreeRADIUS REST Module

I have compiled in JSON support to FreeRADIUS 3.0.2 however I note that if I configure authorisation to use POST it is sending RADIUS attributes encoded as application/x-www-form-urlencoded Is there a way to force this to POST JSON content?
mixja
  • 197
  • 2
  • 7
0
votes
1 answer

FreeRADIUS Rest Module on Centos 6.x

I am attempting to add JSON support for the REST module on Centos 6.5 I have installed the json-c-devel package however when compiling FreeRADIUS it complains it can't find it: [root@dhcp01]# ./configure --with-dhcp…
mixja
  • 197
  • 2
  • 7
0
votes
1 answer

RADIUS authentication requests not relayed to RADIUS server

I am trying to set up a RADIUS server for 802.1x NAC over a Cisco IE 3000 Network Switch, using freeRadius to implement it. I know the switch knows where the RADIUS server is because I set up the switch to authenticate the enable and login…
Alex
  • 11
  • 3