[Freeipa-users] BIND named.conf

KodaK sakodak at gmail.com
Fri Jul 13 21:11:37 UTC 2012


On Fri, Jul 13, 2012 at 3:13 PM, Michael Mercier <mmercier at gmail.com> wrote:
> Hello,
>
> When using IPA 2.2.0 with DNS setup (--setup-dns), is there any issues with adding slaves to the named.conf file?
>
> example on ipaserver1:
>
> zone "myzone.tld" {
>         type slave;
>         file "slave/myzone.db"
>         masters { u.x.y.z;  w.x.y.z; };
>         allow-notify { u.x.y.z;  w.x.y.z; };
>         also-notify { ipaserver2 };
> };


I'm no expert, but I think you'd want to use the command line option
dnsconfig-mod:

ipa dnsconfig-mod --forwarder=ip.of.forwarder1;ip.of.forwarder2 myzone.tld


-- 
The government is going to read our mail anyway, might as well make it
tough for them.  GPG Public key ID:  B6A1A7C6




More information about the Freeipa-users mailing list