Request: Expansion of InternetBox functionality (std / plus / 2)
I would like to see a ‘sensible’ DHCP server in a future IB firmware where custom DHCP options can also be configured per device (e.g. DNS server, PXE options, etc).
My specific use case:
I use PI-Hole (on a simple Raspberry) as a simple advertising filter.
I would like to configure some (but not all) clients on the network via DHCP so that they use IP holes as DNS servers. I would like to configure the remaining clients to use ‘normal’ DNS servers.
My current configuration:
- The IP of the PI hole is entered as the DNS server on the IB
- The clients receive the IP of the IB via DHCP as a DNS server (and not the configured IP hole address!)
This is not satisfactory for several reasons:
1. I cannot specify a DNS server on the clients via DHCP. The IB IP address is always included.
2. The IP then becomes a DNS forwarder (extra hop!)
3. I can’t tell in the PI hole which client makes which DNS requests (the IB is just a DNS forwarder). As a requestor, I only see the address of the IB for ALL requests
4. I don’t want to use PI-Hole as a DNS server on all clients