Networking Forums

Networking Forums > Computer Networking > Linux Networking > BIND Views

Reply
 
 
dave
Guest
Posts: n/a

 
      03-05-2006, 03:38 PM
Hi,

I have a DNS server which I wish to act as authoritative for some domains
and as a fully recursive server for itself (and maybe a couple of other
hosts).

I have implemented views as follows:

acl trusted { 127.0.0.1; X.Y.Z.X; };

view "trusted-view" {
match-clients { trusted; };
... hint and localhost zones
};

view "external-view" {
match-clients { any; };
... authoritative zones
};

Now this works fine apart from if I want a zone to be resolvable both from
external clients and from the local client (which for all my authoritative
domains I do) I have to list two configurations, one in each view.

Obviously this makes logical sense but... to simplify matters is there some
way I can create a global view or make the zones fully accessable? I've
tried just putting the zone config outside of any view but this didn't work.

Ideally I would also like to keep a view for external-only clients as this
will allow me "stealth DNS" should I need it for dual-use domains.

Any help greatly appreciated. I hope I've explained myself ok.

Cheers,

Dave.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Views on Metronet anyone? Andrew Sayers Broadband 31 11-30-2005 02:52 PM
VONAGE UK-ANY VIEWS? Stefan Kaniuk Broadband 3 05-22-2005 09:18 PM
Problems with Bind DNS Views (internal, external) Stefan Sabolowitsch Linux Networking 0 03-10-2005 10:08 AM
EFH Broadband - Any views Tony Broadband 3 02-05-2005 01:52 AM
Views on PlusNet please Andrew Sayers Broadband 28 10-03-2004 04:34 PM



1 2 3 4 5 6 7 8 9 10 11