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 185141 Details for
Bug 275011
Bind crashes on startup
[?]
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.
My config file
named.conf (text/plain), 1.07 KB, created by
Tomas Mraz
on 2007-09-03 08:58:59 UTC
(
hide
)
Description:
My config file
Filename:
MIME Type:
Creator:
Tomas Mraz
Created:
2007-09-03 08:58:59 UTC
Size:
1.07 KB
patch
obsolete
>// >// named.conf for Red Hat caching-nameserver >// > >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 port 53; >}; > >// >// a caching only nameserver config >// >controls { > inet 127.0.0.1 allow { localhost; } keys { rndckey; }; >}; > >//zone "." IN { >// type forward; >// forwarders { 192.168.1.2; }; >//}; > >zone "." IN { > type hint; > file "named.ca"; >}; > >zone "redhat.com" IN { > type forward; > forwarders { 172.16.2.15; 10.34.255.7; }; >}; > >zone "16.172.in-addr.arpa" IN { > type forward; > forwarders { 172.16.2.15; 10.34.255.7; }; >}; > >zone "10.in-addr.arpa" IN { > type forward; > forwarders { 172.16.2.15; 10.34.255.7; }; >}; > >include "/etc/named.rfc1912.zones"; > >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 275011
: 185141 |
187361
|
187471