Re: NetReg: Selective DNS Forwarding As a Method to Allow Self-Help From Quarantine Networks--BIND Configuration

New Message Reply Date view Thread view Subject view Author view Attachment view

From: Robert Lowe (Robert.H.Lowe@lawrence.edu)
Date: Wed Jul 14 2004 - 12:19:33 CDT


Azze, Jason wrote:

>>-----Original Message-----
>>From: Jeff A. Earickson [mailto:jaearick@colby.edu]
>>Sent: Wednesday, July 14, 2004 10:16 AM
>>To: netreg@southwestern.edu
>>Subject: Re: NetReg: Selective DNS Forwarding As a Method to
>>Allow Self-Help From Quarantine Networks--BIND Configuration
>>
>>
>>
>>On Wed, 7 Jul 2004, Azze, Jason wrote:
>>
>>
>>>***************Following is the named.conf**********************
>>>
>>>// named.conf for Selective Forwarding
>>>// Belongs at /etc/bind/named.conf
>>>
>>>server 10.98.1.100 {
>>>};
>>
>>[snip]
>>
>>Jason,
>> How come the empty server line above for your forwarding server?
>>I see what the rest of your example is doing, but not this.
>>
>
>
> You've caught me in an I-don't-know-BIND error. Basically I don't know
> what that line does, so I faked it. I was getting some errors from
> nslookup when I tried to query the server from a client. I saw that line
> in someone else's config (maybe in the O'Reilly DNS & BIND book?), but I
> didn't know what to put between the curly brackets. Adding it made the
> error go away, though. It doesn't have a secret meaning :-). What goes
> in there, the server's host name?

The server statement defines characteristics to be associated with a
remote nameserver, i.e. you don't need it here. Use /usr/local/sbin/
named-checkconf to find your syntax error.

server ip_addr {
   [ bogus yes_or_no ; ]
   [ provide-ixfr yes_or_no ; ]
   [ request-ixfr yes_or_no ; ]
   [ edns yes_or_no ; ]
   [ transfers number ; ]
   [ transfer-format ( one-answer | many-answers ) ; ]]
   [ keys { string ; [ string ; [...]] } ; ]
};

-Robert

**********************************************************************
To unsubscribe from this list, send an e-mail message to
majordomo@southwestern.edu containing a single line with the words:
unsubscribe netreg
Send requests for assistance to: owner-netreg@southwestern.edu
**********************************************************************


New Message Reply Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.4 : Thu Aug 12 2004 - 12:01:46 CDT