Bug 76411 - Options in many files?
Summary: Options in many files?
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: redhat-config-bind
Version: 8.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-10-21 14:44 UTC by Petri T. Koistinen
Modified: 2008-08-01 16:22 UTC (History)
0 users

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-11-01 16:46:49 UTC
Embargoed:


Attachments (Terms of Use)

Description Petri T. Koistinen 2002-10-21 14:44:07 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Description of problem:
How do I say this with help of bindconf?

options {
        directory "/var/named/";
        query-source address * port 53;
};


I can not put another options field in /etc/named.custom file. BIND wont start.



Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Use BIND and bindconf behind firewall.
	

Additional info:

Comment 1 Daniel Walsh 2002-11-01 16:46:42 UTC
edit the file /usr/share/redhat-config-bind/named.conf.xsl

and put the appropriate line in there.

options { 
	source address * port 53;
...

Comment 2 Daniel Walsh 2002-11-01 16:47:00 UTC
edit the file /usr/share/redhat-config-bind/named.conf.xsl

and put the appropriate line in there.

options { 
	source address * port 53;
...


Note You need to log in before you can comment on or make changes to this bug.