| Summary: | After a normal FreeBSD installation and reboot, /etc/resolv.conf will be changed. | ||
|---|---|---|---|
| Product: | Base System | Reporter: | ykla <yklaxds> |
| Component: | conf | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed Works As Intended | ||
| Severity: | Affects Many People | CC: | axey.endres, grahamperrin, lwhsu |
| Priority: | --- | ||
| Version: | 13.0-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
ykla
2022-03-02 08:41:08 UTC
Did you enable local_unbound during installation? Then it's all right Thanks a lot. If you have local_unbound enabled, having 127.0.0.1 /etc/resolv.conf is correct because it supposes to use the local caching resolver. If you cannot "connect to the network" (I guess this means "cannot resolve a hostname"), please check if the local_unbound daemon is really running. (`$ service local_unbound status`) |