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 268751 Details for
Bug 392491
view address match list isn't working properly
[?]
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.
named configuration file
named.conf (text/plain), 2.96 KB, created by
Jonathan Kamens
on 2007-11-26 10:27:35 UTC
(
hide
)
Description:
named configuration file
Filename:
MIME Type:
Creator:
Jonathan Kamens
Created:
2007-11-26 10:27:35 UTC
Size:
2.96 KB
patch
obsolete
>// >// named.caching-nameserver.conf >// >// Provided by Red Hat caching-nameserver package to configure the >// ISC BIND named(8) DNS server as a caching only nameserver >// (as a localhost DNS resolver only). >// >// See /usr/share/doc/bind*/sample/ for example named configuration files. >// >// DO NOT EDIT THIS FILE - use system-config-bind or an editor >// to create named.conf - edits to this file will be lost on >// caching-nameserver package upgrade. >// > >options { > directory "/var/named"; > dump-file "/var/run/named/cache_dump.db"; > statistics-file "/var/run/named/named_stats.txt"; > memstatistics-file "/var/run/named/named_mem_stats.txt"; > allow-transfer { 216.254.0.9; 72.1.140.145; > 216.231.41.22; 216.231.41.19; > 127.0.0.1; 66.92.74.250; 66.92.74.180; > 192.168.0.0/24; }; > query-source address * port 53; > auth-nxdomain no; > notify no; > recursion yes; >}; > >controls { > inet 127.0.0.1 allow { localhost; } keys { rndckey; }; >}; > >logging { > channel default_debug { > file "/var/run/named/named.run"; > severity debug; > }; >}; > >view "internal" IN { > match-clients { 192.168.0.0/24; 66.92.74.180; 127.0.0.0/24; }; > > zone "." IN { > type hint; > file "named.ca"; > }; > > zone "0.168.192.in-addr.arpa" { > type master; > file "master.0.168.192.in-addr.arpa"; > }; > > zone "3.168.192.in-addr.arpa" { > type master; > file "master.3.168.192.in-addr.arpa"; > }; > > zone "kamens.brookline.ma.us" { > type master; > file "master.kamens.brookline.ma.us.int"; > }; > > zone "ktmshul.org" { > type master; > file "master.ktmshul.org.ext"; > }; > > zone "kadimahtorasmoshe.org" { > type master; > file "master.ktmshul.org.ext"; > }; > > zone "22.10.in-addr.arpa" { > type forward; > forward only; > forwarders { 10.22.74.197; 10.22.74.197; }; > }; > > zone "25.168.192.in-addr.arpa" { > type forward; > forward only; > forwarders { 10.22.74.197; 10.22.74.197; }; > }; > > zone "bos.tamalesoftware.com" { > type forward; > forward only; > forwarders { 10.22.74.197; 10.22.74.197; }; > }; > > zone "tamalecentral.com" { > type forward; > forward only; > forwarders { 74.53.144.17; 74.53.144.18; }; > }; > > zone "1.168.192.in-addr.arpa" { > type master; > file "empty"; > }; > > zone "2.168.192.in-addr.arpa" { > type master; > file "empty"; > }; > > zone "4.168.192.in-addr.arpa" { > type master; > file "empty"; > }; > > zone "100.10.in-addr.arpa" { > type master; > file "empty"; > }; > > include "/etc/named.rfc1912.zones"; >}; > >view "external" IN { > match-clients { !192.168.0.0/24; !66.92.74.180; !127.0.0.0/24; any; }; > > zone "." IN { > type hint; > file "named.ca"; > }; > > zone "kamens.brookline.ma.us" { > type master; > file "master.kamens.brookline.ma.us.ext"; > }; > > zone "ktmshul.org" { > type master; > file "master.ktmshul.org.ext"; > }; > > zone "kadimahtorasmoshe.org" { > type master; > file "master.ktmshul.org.ext"; > }; > > zone "3.168.192.in-addr.arpa" { > type master; > file "empty"; > }; >}; > >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 392491
: 268751 |
268761