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.

Per the Wikipedia article on RADIUS, RADIUS is a UDP-based protocol used by servers/appliances that like to provide centralized AAA functionality.

39 questions
5
votes
0 answers

Configure a freeRadius server with dhcp function

I have installed a freeradius server on a debian machine and it is working correctly. I want to configure my freeradius server to provide IP addresses for the authenticated users! Can any one tell me how can I do that? what are the configuration…
HaTiMuX
  • 305
  • 1
  • 5
  • 13
4
votes
2 answers

"cc: Command not found" when compiling a PAM module on Centos

I was trying to make a linux server become a radius client. So I downloaded pam_radius. By following the steps from this website : openacs.org/doc/install-pam-radius.html and by following these steps : cd /usr/local/src wget…
BeachSamurai
  • 218
  • 1
  • 2
  • 10
4
votes
1 answer

Freeradius PAM create user and home on login

At this moment i have installed freeradius and PAM radius properly. When i create an account on the system and set a password in /etc/raddb/users.conf the user can login. Sudo also works great with PAM radius. What i want to achieve is when i create…
Dany
  • 231
  • 2
  • 10
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
4
votes
1 answer

Radiusd(freeradius): User only for a special client

Is it possible to restrict a user from the "users" file to a special client? I try to use one radiusd server for two wifi access points but I will use one user credentials only for one access point to she/he can't connect to the other network with…
gregor
  • 151
  • 2
3
votes
1 answer

from Windows 802.1X connection instructions to linux

Was looking for PEAP tutorials for raspbian but didn't found any solution so far. In our manual for the LAN-connection to our network are following steps: Activate IEEE 802.1X-authentification Set Userauthentification as…
3
votes
0 answers

Freeradius server for multiple vendor network

We have been using network switches from Enterasys and for logging in to these switches, with AD credentials, we have setup a freeradius server on RHEL 6.5 server, that is working absolutely fine. The /etc/raddb/users file is as below: DOMAIN_USER1 …
Mandar Shinde
  • 3,156
  • 11
  • 39
  • 58
3
votes
0 answers

Editing nsswitch.conf to check for files other than /etc/passwd while searching local files for user details

I have a file in /etc named radius which contains the user account details similar to /etc/passwd but of Radius users. How do I configure /etc/nsswitch.conf to check /etc/radius in addition to checking /etc/passwd when searching for local files? For…
2
votes
0 answers

How to connect to a Radius wireless network with wpa_supplicant using a username and password?

I am attempting to connect to a wireless network that uses RADIUS and WPA2 enterprise with the wpa_supplicant tool in linux. Does anyone know the proper configuration for this type of connection? My wpa_supplicant.conf file is as…
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…
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.…
2
votes
1 answer

Disable 2FA while at home

I have two factor authentication setup for login on my laptop using a Yubikey setup for U2F. Now, while I love the security, it is a pain to use the key while sitting at home. Is there a way for my laptop to detect that I am at home and only…
yodal
  • 121
  • 2
2
votes
0 answers

Configuring and Testing Freeradius on debian

I'm trying to set up a freeradius server on debian (LTS kernel 3.2.0.4amd64; Wheezy 7.10) it seems to want to use freeradius version 2.1.12 Installing the package wasn't a big deal (apt-get install freeradius) and I've tried following some guides…
Cestarian
  • 1,991
  • 5
  • 26
  • 45
2
votes
1 answer

How to read fields of a text block?

I would like to create sql inserts based on Radius log fields. For example, I have these two types of accounting logs and I'd like to convert each text block to an insert like below: INSERT INTO accouting (date, User-Name, NAS-IP-Address,...) VALUES…
tijuco
  • 801
  • 1
  • 6
  • 5
2
votes
0 answers

Why is my traffic not encrypted when using pam_radius_auth?

I'm experimenting with Freeradius and have configured an ssh gateway to use pam_radius_auth to my ldap servers. In /etc/pam_radius_auth.conf I have: 10.1.1.21 ny3fa4bu7my6ku7 3 10.1.1.22 ny3fa4bu7my6ku7 3 The authentication works…
Server Fault
  • 547
  • 1
  • 4
  • 17
1
2 3