Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mr-bossman/dhcp-webstat
- Owner: Mr-Bossman
- Created: 2022-03-27T04:29:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T02:11:40.000Z (over 1 year ago)
- Last Synced: 2024-10-30T12:12:14.456Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
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
```