Bug 47739
Summary: | DNS works locally but will not serve clients | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Rob Brothers <brotr> |
Component: | bind | Assignee: | Bernhard Rosenkraenzer <bero> |
Status: | CLOSED NOTABUG | QA Contact: | David Lawrence <dkl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | CC: | bugs.michael |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2001-07-08 05:48:17 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Rob Brothers
2001-07-06 18:29:30 UTC
First of all, "service named status" does only work if you have rndc enabled. See "man rndc" and the Bind v9 ARM in /usr/share/doc/bind-9.1.0. Secondly, upon startup, bind logs to /var/log/messages on which interfaces it is listening. I don't think bind is restricted by default and listens to all interfaces. But you can have an influence on which interfaces it listens to by adding a section like this listen-on { 127.0.0.1; 192.168.1/24; }; to /etc/named.conf. I can't reproduce any of this. Chances are you either misconfigured the listen-on interfaces or you misconfigured the forwarders. Make sure /etc/named.conf contains a forwarders statement and either doesn't contain listen-on statements at all, or explicitly lists the interfaces you want to bind to. Also, make sure the clients are configured correctly. |