DNS Views Problem

This is a discussion on DNS Views Problem within the Bind Users forums, part of the DNS and Related Forums category; Hey, I've been having some trouble with DNS views with BIND 9.2.2 on Windows 2000. OS: Windows ...


Go Back   Usenet Forums > DNS and Related Forums > Bind Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-24-2003
Ryan K. Pederson
 
Posts: n/a
Default DNS Views Problem

Hey,

I've been having some trouble with DNS views with BIND 9.2.2 on
Windows 2000.

OS: Windows 2000 Server SP4
BIND Version: 9.2.2

I currently have the machine configured with two network cards. One
is on the internal network and the other is on the internet. It is
running NAT. I need to use views in BIND so that I can have my
internet IP accessible from the 'net and my internal IP accessible by
the workstations.
When I use the 'views' option in my named.conf file and run
named-checkconf.exe, I get the error:

...\etc\named.conf:31: unknown option 'view'
...\etc\named.conf:41: unexpected token near end of file

Short of a complete reinstall of BIND, I have tried everything.

Here's my named.conf right now:

*START*
options {
directory "c:\windows\system32\dns";
};

acl "internal" { 192.168.0/24; };

view "internal" { // internal view of our zones

match-clients { "internal"; };

zone "domain.ca" {
type master;
file "domain.ca.internal.dns";
};

zone "0.168.192.in-addr.arpa" {
type master;
file "0.168.192.dns";
};

zone "0.0.127.in-addr.arpa" {
type master;
file "0.0.127.dns";
};

zone "." {
type hint;
file "named.ca.dns";
};

view "external" { // view of our zones for the rest of the world

match-clients { any; }; // implicit
recursion no; // outside of our subnet, they shouldn't be
// requesting recursion
zone "domain.ca" {
type master;
file "domain.ca.external.dns";
};
}
*END*

I can't explain it... Hopefully somebody in cyberspace can...

Thank you,

Ryan

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:51 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0