VLAN Mac-address Authentication Manager
Project description
vmam: VLAN Mac-address Authentication Manager
vmam
is a Free and Open Source network access control (NAC) solution.
that access the network under a specific domain and a specific VLAN, through LDAP authentication and RADIUS server.
This is based on RFC 3579.
Python module dependencies
What's vmam?
vmam is a Free and Open Source command line tool written in python, which manages, manually or automatically, access to the network based on the configurations of its network equipment through LDAP server (Active Directory, FreeIPA, etc.) and RADIUS server (Microsoft Radius or Free Radius) see IEEE 802.1X, based on RFC 3580, RFC 4014, RFC 2865, RFC 3579.
vmam architecture
vmam is a server-side application. Work with an open source LDAP server or Active Directory. Basically it creates mac-address users that represent the network card of a machine and associates these users with LDAP groups that represent the various VLANs specified created on their own network architecture (wi-fi, switches, routers, firewalls, etc.), centralized wired and wireless management, with 802.1X support. In addition, based on its configuration, it can also associate computer accounts with this group to allow access to the network by spending the credentials of the computer account.
vmam can be installed on a Unix base server. The computer accounts linked to the domain, for only automatic mode must be Microsoft Windows. Manual mode work with only mac-address user and therefore the operating system is indifferent.
How do you do it?
vmam is installed as a server.
Installation
The installation of vmam is very simple. With pip:
pip install vmam
Or just run these commands:
git clone https://github.com/MatteoGuadrini/vmam.git
cd vmam
sudo python3 setup.py install
Manual mode
In manual mode, mac-addresses are managed from the command line using the vmam mac
command.
The mac command has options to add, remove and disable the mac-addresses that can access the network.
For more details, see the docs.
Automatic mode
In automatic mode, mac-addresses are managed by contacting LDAP server and taking the last machines (variable in the configuration file) that contacted the LDAP server from N seconds, minutes, hour or days, depending on the needs and policies decided.
Attention: Clients must have WINRM active. See the
winrm quickconfig
command.
This mode is activated by launching vmam start
on the command line.
Without any parameter, it reads the configuration file (if not specified, the default one),
contacts ldap, takes the last machines that contact the LDAP server, contacts them via WinRM,
takes the information of the last connected user and the tabs of active network, LDAP check to see which VLAN-ID (LDAP group)
assign to the mac-address and then exit.
If you were to specify the --daemon/-d
argument then the process would continue until a manual interrupt (kill the process).
How to start
Let's start with our network architecture.
Configure network architecture and radius server
Before starting to use vmam
, you need to know your network architecture and configure it correctly.
Read these RFCs carefully (RFC 3580, RFC 4014,
RFC 2865, RFC 3579) and choose a radius server based on your architecture
(freeradius or Microsoft Radius).
Once the network equipment and radius server have been configured, create ldap groups corresponding to the VLAN that you want to manage.
e.g .: VLAN_ID 100 on switch to group LDAP VLAN100.
This VLAN100 group must be configured on the VLAN ID in the radius server corresponding to the VLAN100 group.
Get configuration by vmam
You can configure vmam before configuring your network architecture.
You can start creating a default file by typing: vmam config --new
This will create a standard configuration file under /etc/vmam/vmam.conf
.
Now it will be enough, edit and customize the configuration file following the documentation as guidelines. Once done, type vmam config --get-cmd
This command will return the guide to correctly configure LDAP and the radius server based on the configuration file.
Documentation
The official documentation for more details of configuration and implementations, is here: docs
Open source
vmam is a open source project. Any contribute, It's welcome.
A great thanks.
For donations, press this
For me
For Telethon
The Telethon Foundation is a non-profit organization recognized by the Ministry of University and Scientific and Technological Research. They were born in 1990 to respond to the appeal of patients suffering from rare diseases. Come today, we are organized to dare to listen to them and answers, every day of the year.
Acknowledgments
Thanks Alexey Diyan for pywinrm module; thanks Giovanni Cannata for ldap3 module; thanks Ben Finney for python-daemon module; thanks to all yaml team.
Thanks to Mark Lutz for writing the Learning Python and Programming Python books that make up my python foundation.
Special thanks go to my wife, who understood the hours of absence for this development. Thanks to my children, for the daily inspiration they give me and to make me realize, that life must be simple.
Thanks Python!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file vmam-1.4.4.tar.gz
.
File metadata
- Download URL: vmam-1.4.4.tar.gz
- Upload date:
- Size: 41.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 272f99b5e579f723521e6d5150c14848354befe875691b569e94e69c083ef0ae |
|
MD5 | a45d3a1599c341f816b3993291708b42 |
|
BLAKE2b-256 | e6115b914ccf244e5959b71294f9b56d127cf5783e04cf2c3cfe8c67ccdc122c |