Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genebean/isc-dhcp-to-ipcontrol
https://github.com/genebean/isc-dhcp-to-ipcontrol
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/genebean/isc-dhcp-to-ipcontrol
- Owner: genebean
- License: bsd-3-clause
- Created: 2014-02-22T03:21:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-26T16:36:09.000Z (over 10 years ago)
- Last Synced: 2024-05-01T19:26:51.699Z (6 months ago)
- Language: Awk
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ISC DHCP to IPControl
=====================ISC DHCP to IPControl is desinged to take info from one or more ISC DHCP files
and convert the contents into the CSV format that IPControl by BT Diamond expects.
By default, this script outputs the data to the console. Once you are satisfied with
the output then just pipe it to a file and then either use the Import Wizzard or one
of the CLI tools to populate the updates into your IPControl system.The primary home for this code is the public area of https://code.westga.edu/gitlab but
is also available on [GitHub](https://github.com/genebean/ISC-DHCP-to-IPControl) so that
others can easily find it and, hopefully, use and improve it.Version
----0.1
Installation & Usage
--------------------```sh
git clone [git-repo-url] isc-dhcp-to-ipcontrol
cd isc-dhcp-to-ipcontrol
chmod +x converter.sh
chmod +x isc2ipcdevices.sh
./converter.sh "/etc/dhcp/dhcpd.conf"
```License
----This software is released under a BSD 3-clause licence which is detailed in
the included LICENSE file.