Hi,

Le mercredi 05 mars 2014, à 11:24 -0600, John-Paul Robinson a écrit :
> 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?

There's an attribute for that: look for forwarders in the list of
attributes :-)

(there's a nice UI to set this attribute if you use roxy)

Vincent

> 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/
> 

-- 
Les gens heureux ne sont pas pressés.

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

Reply via email to