Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mr-bossman/dhcp-webstat

a simple web gui to view dhcp leases over ssh
https://github.com/mr-bossman/dhcp-webstat

Last synced: 4 days ago
JSON representation

a simple web gui to view dhcp leases over ssh

Awesome Lists containing this project

README

        

# dhcp-webstat

### Very simple site to list dhcp leases from an isc-dhcp-server

This program SSHs into the isc-dhcp-server using sshpass and runs
dhcp-lease-list and returns it to the conecting client if the client
provides valid credentials to the isc-dhcp-server. The front end will
then format and display the DHCP leases.

To start the website:

```bash
$ sudo apt install npm nodejs sshpass
$ git clone https://github.com/Mr-Bossman/dhcp-webstat.git
$ cd dhcp-webstat
$ npm i
$ node . 22 192.168.1.1
```