Re: views support using DLZ
Graeme Fowler <[email protected]> Sun, 22 Feb 2009 16:28:04 +0000
| Newsgroups | gmane.network.dns.bind9.dlz |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 2009-02-22 at 00:29 +0000, Luis Silva wrote: > The only record present in table dns_records: > > zone | host | ttl | type | mx_priority | data | > resp_person | serial | refresh | retry | expire | minimum > ---------------+------+-----+------+-------------+------+--------------------+--------+---------+-------+---------+--------- > ptinovacao.pt | @ | 800 | SOA | | | > ns1.ptinovacao.pt. | 324 | 10800 | 1800 | 3600000 | 86400 Your SOA definition is invalid and you're missing key values for NS and A records in the zone. You should have, at minimum: zone: ptinovacao.pt host: @ ttl: 800 type: SOA mx_priority: data: ns1.ptinovacao.pt resp_person: [email protected] serial: 2009022201 refresh: 10800 retry: 1800 expire: 3600000 minimum: 86400 zone: ptinovacao.pt host: @ ttl: 800 type: NS mx_priority: data: ns1.ptinovacao.pt resp_person: serial: refresh: retry: expire: minimum: zone: ptinovacao.pt host: ns1 ttl: 800 type: A mx_priority: data: 10.0.10.19 resp_person: serial: refresh: retry: expire: minimum: Graeme ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H