hpc-cluster/dhcp/README.md

25 lines
402 B
Markdown
Raw Permalink Normal View History

2020-01-12 12:08:05 +00:00
# isc-dhcp-server
install the debian package, check out the hpc-cluster repo to /home/debian/hpc-cluster/
configure /etc/dhcp/dhcpd.conf to
```
include "/home/debian/hpc-cluster/dhcp/ctdo.conf";
```
2020-01-12 13:39:37 +00:00
configure dhcp server to only serve on second interface:
/etc/default/isc-dhcp-server
```
INTERFACESv4="enp0s9"
```
there is a node-js tool "Glass ISC-DHCP" available:
http://10.10.0.1:3000/
2020-01-12 12:08:05 +00:00