25 lines
402 B
Markdown
25 lines
402 B
Markdown
# 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";
|
|
```
|
|
|
|
|
|
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/
|
|
|
|
|