Is there a way to disconnect an openvpn connection that was established by free-radius with a shell command line?
I have all information about the openvpn connection:
Username
Client IP
AccountSeassionID
...
We've got a FreeRADIUS 2 deamon installed on a CentOS 5.7 server.
We'd like to use a pre-written Python module to do authorization but there's a problem: The Python module we've got requires Python 2.6 or more but the Python that comes installed…
I am currently running a CentOS 5.5 box with FreeRADIUS2 on it. I have the simple authentication turned on right now (username and pass is set via /etc/raddb/users). I want to have FreeRADIUS authenticate users via my current OpenLDAP server. Can…
I have proprietary web application which stores user password in form of sha1$79b2c$b3704ec5703ef28ded379cf6c6de4c4160aa029b. This is a salted sha1 hash.
I want to use this presaved information for freeradius as well. Crypt-Password attribute is…
I'm setting up an wireless AP with OpenWRT to support dynamic vlan's, provided by a RADIUS server.
I found a guide on OpenWRT.org which I followed, and with some extra research I'm almost there. The only thing not working is the dynamic vlan…
I have configured a DHCP server on Windows Server with an NPS Policy, connected to a FreeRADIUS2 server running on pfSense.
Authentication is based on MAC address. If MAC address is not present in FreeRADIUS, Windows does not deliver an address, and…
Is there a way to reload the Freeradius clients configuration without restarting the service? I'm using:
Ubuntu Server 12
Freeradius 2.1.10
MySQL v5.5.20 (I'm storing the clients in the "nas" table)
I followed this instruction to force freeradius to use mysql database.
and run freeradius in debug mod.
but it rejects all authentication.
mysql database :
mysql> select * from radcheck;
+----+----------+-----------+----+---------+
| id | username |…
We are currently putting in place a freeradius server that uses certificates to authenticate via a wireless connection. We have this working for 802.1x but Novell's client for Windows 7 breaks the 802.1x protocol. So we have to have the certificate…
I am using Freeradius 2 in FreeBSD server.
The server is able to authenticate the user in MySQL database but i found that radacct table is not updated. I have check the configuration in the /sites-enable/default. sql has been uncomment in…
I am trying to limit every user to a small set of Mac-IDs in RADIUS, by directly including the appropriate information in the users file. It would be acceptable even if every user was limited to one mac. The server is running FreeRADIUS version…
I have FreeRADIUS installed on my server, and also have two LANs (or may be more) managed by this server. Let's say LAN A:192.168.1.0, and LAN B: 192.168.2.0. I'm using FreeRADIUS in combination with postgres database. In my radcheck table I have…
I am learning how to use freeradius, the version is v2.1.12. When I run radtest, there is no response from server, I see server side debug message has the following:
Received packet from 127.0.0.1 with invalid Message-Authenticator! (Shared secret…
I have a RADIUS server with works with mysql, I use this RADIUS for AAA for 2 different services,
Service1 uses Auth-Type as "PAP" and Service2 uses "EAP"
radcheck table
+-----+----------+--------------------+----+--------------+
| id | username |…
I am new to openvpn. I have an openvpn setup on ubuntu 14.04 which has a radius AAA backend for authentication, authorization and accounting. In addition to this, we have configured freeradius to assign ips from a pool as framed-ip-address. From…