Giter Site home page Giter Site logo

origin-nexus / elan-agent Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 45.48 MB

EasyLAN is a platform to ease LAN management by integrating closely into the network, using existing services and equipments.

License: GNU General Public License v3.0

Makefile 0.33% Python 5.20% Perl 68.12% CSS 3.19% JavaScript 22.55% HTML 0.57% Shell 0.03%
lan nac network inventory

elan-agent's Introduction

Overview

ELAN Agent is platform to ease LAN management by integrating closely into the network, using existing services and equipments.

The goal is to have an easy to deploy solution that adapts the switch capabilities (802.1C, mac auth, SNMP trap notification, ...) to be able to master your LAN in terms of visibility (know exactly what is on your network) and security (access control verification/enforcement with flexible rules).

To achieve this, ELAN Agent provides the following services:

  • NAC: 802.1X/Mac-Auth via RADIUS.
  • SNMP polling and trap/notification monitoring.
  • Access Control of devices on VLANs.
  • Detection of unauthorized devices.
  • Authentication using LDAP, AD or external source.
  • Inventory of all devices (MAC addresses) on the network.
  • Captive portal:
    • User Authentication & Guest Access.
    • Automatic captive portal when trying to access an http(s) unauthorized service.
  • IDS (Suricata).
  • Log of Networks events (New Device, New device on VLAN, New Device IP, disconnected Device, New connection, IDS alert for device...).
  • Log of outgoing IP connections.

All configuration of these services are done via MQTT by publishing retained messages to topics. Events are also sent via MQTT.

ELAN Agent implements NAC by assigning devices a VLAN, then allowing them to access other VLANs (bridging) based on their authorizations. Access is done on a per device (MAC address) to all devices on the allowed VLANs. Hence you need only 1 IP address range for all your services and take advantages of local network facility like zero-conf while still separating services.

ELAN Agent fully supports IPv6.

Installation

ELAN Agent is designed to run on Ubuntu 18.04 (Bionic)

$ sudo add-apt-repository ppa:easy-lan/stable
$ sudo apt-get update
$ sudo apt install elan-agent

Note: This will modify your network configuration and create a bridge with the first 2 interfaces it finds, and obtain an address by DHCP.

Documentation

ELAN Agent Documentation

elan-agent's People

Contributors

michael-mri avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.