Files
showcase/aries/dhcpd/README.md

8 lines
509 B
Markdown
Raw Normal View History

2020-03-18 18:42:37 -04:00
# DHCPd
This is a fairly simple deployment of the isc-dhcp-server software. As mentioned previously, I'm trying to stick as closely to a _router replacement_ as possible. This means that the DHCPd configuration will follow standard zones `192.168.0.0/24` and no events.
2020-03-19 09:44:59 -04:00
## Lease Reserve
2020-03-18 18:45:28 -04:00
I have included a DHCP reserved lease for my smart TV since I wanted to log its traffic easily using pflog on the firewall.
2020-03-19 09:44:59 -04:00
## Dynamic DNS/RNDC
2020-03-18 18:45:28 -04:00
I wanted to get the `rndc` stuff working, but I haven't gotten around to it.