Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmcdos/static-dhcp

Simple web form for static assignment of DHCP leases
https://github.com/tmcdos/static-dhcp

dhcp-leases mikrotik mysql-database web-interface

Last synced: 17 days ago
JSON representation

Simple web form for static assignment of DHCP leases

Awesome Lists containing this project

README

        

# Simple web form for static assignment of DHCP leases

This is a very simple web interface for management of static DHCP leases in ***DNSmasq*** and ***Mikrotik***.
It generates config files for ***DNSmasq*** and uses ***RouterOS*** API to manage Mikrotik.
Network devices (usually PCs) are separated into subnets by department and use triplets (hostname, MAC address, IP address) for identification and preventing duplicates.
Information is stored in MySQL database and only exported by your explicit desire.
All unknown DHCP leases (not statically assigned) are shown on a separate screen.

Screenshots
===========
![](https://github.com/tmcdos/static-dhcp/raw/master/screenshots/shot-1.png)
![](https://github.com/tmcdos/static-dhcp/raw/master/screenshots/shot-2.png)
![](https://github.com/tmcdos/static-dhcp/raw/master/screenshots/shot-3.png)