Displaying 1 result from an estimated 1 matches for "bind&order".
Did you mean:
and&order
2007 Oct 03
0
External view in sample BIND named.conf
...nt to confirm that this is a "bug" before reporting it to Bugzilla.
I started with the sample named.conf included in the distribution and found
that I couldn't query my server from outside my LAN. I finally traced it
down to the match expressions in the sample's external view.
bind-9.3.3-9.0.1.el5
/usr/share/doc/bind-9.3.3/sample/etc/named.conf
The view has these match settings:
match-clients { !localnets; !localhost; };
match-destinations { !localnets; !localhost; };
Changing these to "any" allowed queries to get in.
Is the ! synt...