Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 152125 Details for
Bug 235809
bind crashes on restart and also when running without forwarders
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
/etc/named.conf
named.conf (text/plain), 1.75 KB, created by
Matěj Cepl
on 2007-04-10 09:53:39 UTC
(
hide
)
Description:
/etc/named.conf
Filename:
MIME Type:
Creator:
Matěj Cepl
Created:
2007-04-10 09:53:39 UTC
Size:
1.75 KB
patch
obsolete
>// >// named.conf for Red Hat caching-nameserver >// > >acl kaprova { 10.0.0.0/24; }; > >options { > directory "/var/named"; > dump-file "/var/named/data/cache_dump.db"; > statistics-file "/var/named/data/named_stats.txt"; > /* > * If there is a firewall between you and nameservers you want > * to talk to, you might need to uncomment the query-source > * directive below. Previous versions of BIND always asked > * questions using port 53, but BIND 8.1 uses an unprivileged > * port by default. > */ > // query-source address * port 53; > // OpenDNS forwarding > forward first; > forwarders { 212.71.128.8; }; > allow-query { localhost; kaprova; }; >}; > >// >// a caching only nameserver config >// >controls { > inet 127.0.0.1 allow { localhost; } keys { rndckey; }; >}; > >zone "." IN { > type hint; > file "named.ca"; >}; > >zone "localdomain" IN { > type master; > file "localdomain.zone"; >}; > >zone "localhost" IN { > type master; > file "localhost.zone"; >}; > >zone "0.0.127.in-addr.arpa" IN { > type master; > file "named.local"; >}; > >zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" IN { > type master; > file "named.ip6.local"; >}; > >zone "255.in-addr.arpa" IN { > type master; > file "named.broadcast"; >}; > >zone "0.in-addr.arpa" IN { > type master; > file "named.zero"; >}; > ># USU intranet: > >zone "redhat.usu" IN { > type forward; > forward only; > forwarders { 192.168.1.2; }; >}; > >zone "1.168.192.in-addr.arpa" IN { > type forward; > forward only; > forwarders { 192.168.1.2; }; >}; > ># RedHat intranet: > >zone "redhat.com" IN { > type forward; > forward first; > forwarders { 172.16.2.15; 172.16.2.2; }; >}; > >zone "16.172.in-addr.arpa" IN { > type forward; > forward only; > forwarders { 172.16.2.15; 172.16.2.2; }; >}; > >include "/etc/rndc.key";
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 235809
:
152124
| 152125