Hi,

Our current Crowbar 1.5 jumpstarted fabric has the following config for
bind.  I'd like to augment this by either adding fowarders to our local
DNS servers or by getting the admin-node hosted Bind to resolve directly
to the top level servers.

Whats the right way to go about changing this configuration?

Thanks,

~jpr

crowbar@admin:~$ less /etc/bind/named.conf
// Managed by Crowbar.
// Do not edit.

options {
        directory "/etc/bind";

        // If there is a firewall between you and nameservers you want
        // to talk to, you may need to fix the firewall to allow multiple
        // ports to talk.  See http://www.kb.cert.org/vuls/id/800113

        // If your ISP provided one or more IP addresses for stable
        // nameservers, you probably want to use them as forwarders.
        // Uncomment the following block, and insert the addresses
replacing
        // the all-0's placeholder.

        forwarders {
        };

        auth-nxdomain no;    # conform to RFC1035
        listen-on-v6 { any; };
};

include "/etc/bind/named.conf.default-zones";
include "/etc/bind/named.conf.crowbar";
include "/etc/bind/named.conf.local";

_______________________________________________
Crowbar mailing list
[email protected]
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Reply via email to