Re: DHCPD Fail to Reach Web Addresses Help!
Stuart Henderson <[email protected]> Sat, 20 Jun 2026 08:53:47 -0000 (UTC)
| Newsgroups | gmane.os.openbsd.misc |
|---|---|
| Message-ID | <[email protected]> |
On 2026-06-19, Aric Gregson <[email protected]> wrote: > I thought that the examples in dhcpd pointed to putting the router > address as the nameserver, but this seemed not to work. Only after > adding another nameserver in the /etc/dhcpd.conf (an opendns one) and > restarting both dhcpd on the router and restarting the client computer > does the dig and webbrowswer work. You also need to configure and run software to act as a recursive resolver, not just enter the router's address in dhcpd.conf. Did you do that? (examples: powerdns_recursor, unbound, bind)