Questions tagged [freeradius]

FreeRADIUS is a modular, high performance free RADIUS suite developed and distributed under the GNU General Public License

41 questions
3
votes
1 answer

Why won't FreeRadius allow WPA2 Enterprise/PEAP Wi-Fi connections?

First a bit of background: I've been tinkering with this on and off for a few days and it's getting frustrating. I've got a NetGear r6300 loaded up with DD-WRT v24/SP2 Giga and I've configured SSH to log into the console. I'm trying (and failing) to…
BenAlabaster
  • 583
  • 2
  • 7
  • 13
3
votes
1 answer

MySQL MAC Address Authentication with freeRadius

I have freeRadius up and running with the mysql extension. Currently I am authenticating devices using their mac-address which is stored in a text file (as per http://wiki.freeradius.org/Mac-Auth). I would like to move the mac-addresses in to a…
2
votes
0 answers

PPTPD server with radius auth

I setup PPTP server based on Debian. I test it using standard pap-secrets file and itu work as expected. I try to use radius as it's AAA. First I can not fine any /etc/radiusclient/radiusclient.conf So I download the radius client source from…
2
votes
2 answers

LAN on 2 locations with weak link - how to set up fallback DHCP+RADIUS if there's a disconnect between the locations?

The site concerned is small and it's long, thin and winding, without consent to drill holes. There's an area affected by this, which has a couple of file servers, and 2 sporadically used PCs. To be honest its not essential that there is a 2nd link…
Stilez
  • 1,825
2
votes
1 answer

Can I use Kerberos for EAP without the RADIUS server getting anything but a ticket?

I would like to use Kerberos with FreeRADIUS, but I don't want FreeRADIUS to have access to any passwords (hashed or otherwise), especially because such passwords may not exist if smart card authentication is used. I would much prefer for…
Demi
  • 848
  • 2
  • 12
  • 22
2
votes
1 answer

freeradius + daloRadius WebGUI can't use broccade and a10 devices togehter

We have a freeradus server with daloradius as webfrontend on top. Currently logins on Brocade Cisco etc. are all working as expected. Now we are trying to add a A10 Thunder CGN to radius. The Problem is, if we add the "A10-Priviledge-Level = 2" to…
konqui
  • 533
1
vote
3 answers

RADIUS wifi not working on Windows 8.1 and Windows 10 with domain users

EDIT: I was able to narrow down the problem. Apparently this is not an issue with the Surface but Windows 8.1 (probably 8, too) and 10. I did not catch this at first as I used a non-domain laptop and user to test with Windows 8.1 first. When I use a…
1
vote
1 answer

Freeradius doesn't execute scripts in exec module in daemon mode

I'm stuck with Freeradius. Need to run a scripts with radius exec module. Everything works fine in debug mode (radius -X), but when I run it as a service in background it looks like exec service stop to work, nothing is execited, there is a…
Neftanic
  • 111
1
vote
1 answer

How to correctly integrate FreeRadius and eDirectory for eduroam?

Does anyone have any experience implementing eduroam and integrating Free-Radius and eDirectory? If yes pleas share your experience on how to correctly configure both. Also, do I have to retrieve edirectory universal user password in clear text, in…
Gazel
  • 113
1
vote
0 answers

PAM Authentication with Google TOTP Module and FreeRadius - Troubleshooting help needed

I am experiencing issues setting up a Freeradius server that authenticates against PAM which in turn uses the Google Authenticator module to provide TOTP. For this setup I need troubleshooting help, as it seems there is some issue between Freeradius…
sege
  • 33
  • 4
1
vote
1 answer

How to configure strongSwan eap-radius with FreeRadius for EAP-MSCHAPv2 authentication?

I am trying to configure a strongSwan IPsec VPN with RADIUS authentication. The actual EAP-MSCHAPv2 authentication to FreeRadius with OpenLDAP for username/passwords is successful, but then I am stuck with the following error message: Jul 15…
apohl
  • 13
1
vote
1 answer

How to configure different authentication methods for different OpenSSH processes

I have an SFTP server on CentOS 7. On this server, I run 2 OpenSSH processes with different configuration. one is standard SSH on port 22 for administration purpose the other is only SFTP on port 10022 (config has the line ForceCommand…
1
vote
0 answers

Cannot read clients from nas table in freeradius only with clients.conf

I have installed freeradius on Centos. The MySQL database is populated with some data for testing, and the freeradiusd.conf and sql.conf are configured. The RADIUS server is able to connect with the MySQL database, and I can authenticate users from…
1
vote
1 answer

apt-get can install a package, why a library is not found when I build the source?

I installed freeradius 2.1.12 to my ubuntu machine: apt-get install freeradius Then I downloaded its source, apt-get source freeradius build the source: cd freeradius-2.1.12+dfsg ./configure --prefix=/root/freeradius/freeradius-2.1.12 make make…
1
vote
1 answer

Track User's Visited Website in network ubuntu

I working in hotSpot system with freeradius server . I want to track all visited website by users . I want to log all visited website by all users using mac address and username . (when use want to access internet he must has account in my hotspot…
1
2 3