All Projects → radiushub → FreeRADIUS-Server-Configuration-Tool

radiushub / FreeRADIUS-Server-Configuration-Tool

Licence: other
🎯 FreeRADIUS Server Configuration Tool 🖥️

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to FreeRADIUS-Server-Configuration-Tool

keycloak-radius-plugin
Make the radius server as part of keycloak SSO
Stars: ✭ 102 (+209.09%)
Mutual labels:  radius, radius-accounting, radius-server
vmam
VLAN Mac-address Authentication Manager
Stars: ✭ 19 (-42.42%)
Mutual labels:  radius, radius-server
Inet
INET Framework for the OMNeT++ discrete event simulator
Stars: ✭ 268 (+712.12%)
Mutual labels:  internet, protocol
Mts
Project of Multi-protocol Test Tool opensourced by Ericsson
Stars: ✭ 34 (+3.03%)
Mutual labels:  protocol, radius
Node Webdollar
WebDollar Protocol - Currency of the Internet
Stars: ✭ 89 (+169.7%)
Mutual labels:  internet, protocol
radiusd
Distributed Radius-server to do authentication+accounting.
Stars: ✭ 50 (+51.52%)
Mutual labels:  radius, radius-server
radman
RadMan (Radius Manager) is a FreeRadius Manager - an easy to use FreeRadius Management GUI
Stars: ✭ 53 (+60.61%)
Mutual labels:  freeradius-webinterface, freeradius
Kupiki-Hotspot-Admin-Install
Administration dashboard for a hotspot and freeradius 3.x
Stars: ✭ 16 (-51.52%)
Mutual labels:  freeradius-webinterface, freeradius
GEO-network-client
Reference implementation of the GEO Protocol.
Stars: ✭ 19 (-42.42%)
Mutual labels:  protocol
DynamicComponents-AI2
An App Inventor extension to add full support for creating any type of component at runtime, in your app.
Stars: ✭ 47 (+42.42%)
Mutual labels:  aix
haversine-js
JavaScript implementation of the Haversine formula
Stars: ✭ 12 (-63.64%)
Mutual labels:  radius
speed-cloudflare-cli
📈 Measure the speed and consistency of your internet connection using speed.cloudflare.com
Stars: ✭ 99 (+200%)
Mutual labels:  internet
opensimmpls
OpenSimMPLS is an MPLS network simulator, multiplatform and mutilanguage. It is easy-to-use and is intended for teaching activities. It can be used as well to test new protocols, techniques and methods related to MPLS and/or GoS.
Stars: ✭ 21 (-36.36%)
Mutual labels:  protocol
trinity-eth
No description or website provided.
Stars: ✭ 14 (-57.58%)
Mutual labels:  protocol
kleros
Kleros smart contracts
Stars: ✭ 203 (+515.15%)
Mutual labels:  protocol
ML4K-AI-Extension
Use machine learning in AppInventor, with easy training using text, images, or numbers through the Machine Learning for Kids website.
Stars: ✭ 18 (-45.45%)
Mutual labels:  aix
OverlayViewController
A simple way to present your child view controller on top of another one
Stars: ✭ 17 (-48.48%)
Mutual labels:  protocol
enzyme-subgraph
The official subgraph the Enzyme protocol.
Stars: ✭ 20 (-39.39%)
Mutual labels:  protocol
memcache
Node.js memcached client with the most efficient ASCII protocol parser
Stars: ✭ 26 (-21.21%)
Mutual labels:  protocol
ByteBuffer
nodejs版本的ByteBuffer和C++通信的利器!
Stars: ✭ 70 (+112.12%)
Mutual labels:  protocol

FreeRADIUS Server Configuration Tool

freeradius_logo

Developed for the Linux operating system and written in the python programming language. The purpose of the program is to configure the FreeRADIUS server easily and quickly.

To get a grasp of what FreeRADIUS is, it would help to firstly understand what the concept RADIUS stands for:

RADIUS :

RADIUS (the acronym for Remote Authentication Dial In User Service') it is a protocol devised to perform the AAA (authentication, authorization, accounting) i.e. performing the management of identification verification, providing the permissions and users' data accounting, for those users who provide remote access to other networks. The protocol was developed in 1991 by the manufacturer Livingstone to verify identification and to follow up accounting and was later implemented as a standard by IETF (Internet Engineering Task Force). With its perfect support and wide usage it is being used by ISPs (Internet Service Providers) and establishments to manage access to Internet, Intranet, wireless network and integrated e-mail services.

At the application level RADIUS is a server / client protocol which uses UDP (User Datagram Protocol) for transmission. They are densely used for network access like RAS (Remote Access Server) and network gateways VPN (Virtual Private Network) servers. They, basically, have three functions:

ID verification of users before providing access to the network The authentication of these users or devices for certain services Keeping an account of the usage data of these services FreeRADIUS: FreeRADIUS is a modular, rich in features, highly efficient in performance version, or model, of the RADIUS protocol mentioned above. The FreeRADIUS which is open source code software can run under various operating systems (AIX, Cygwin, FreeBSD, HP-UX, Linux, MAC OS-X, NetBSD, OpenBSD, Solaris gibi). With its multiple AAA servers, it has wide range applications that provide service to millions of users. The server supports LDAP (Lightweight Directory Access Protocol), SQL(Structured Query Language) and other database types and has been operating with EAP (Extensible Authentication Protocol) since 20001 and PEAP (Protected Extensible Authentication Protocol) and EAP-TTLS (EAP-Tunneled Transport Layer Security) since 2003. Currently, the FreeRADIUS supports all ID authentication protocols and data bases.

The FreeRADIUS whose 2.0.0 version was released at the beginning of 2008 has its latest version, 2.1.6, since its release in September 2009.

Note: To run the program as an authorized user with sudo authority is required. Apart from this freeraduıs server software must be installed.

Cloning an Existing Repository ( Clone with HTTPS )

git clone https://github.com/radiushub/FreeRADIUS-Server-Configuration-Tool.git

Cloning an Existing Repository ( Clone with SSH )

git clone [email protected]:radiushub/FreeRADIUS-Server-Configuration-Tool.git

How to run a program ?

root@ismailtasdelen:~# python run.py

Source :

Video : https://www.youtube.com/watch?v=AW6AmniZFWw
FreeRAIUS : http://freeradius.org/
Wikipedia : https://en.wikipedia.org/wiki/FreeRADIUS
Source Code : https://github.com/ismailtasdelen/FreeRADIUS-Server-Configuration-Tool

Published Website :

Kitploit - https://www.kitploit.com/2018/05/freeradius-server-configuration-tool.html

Donate!

Support the authors:

Paypal:

https://paypal.me/ismailtsdln

LiberaPay:

Donate using Liberapay

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].