Vitezslav Novy escribió:
Mario Guerra wrote:
Vitezslav Novy escribió:
> Mario Guerra wrote:
>
>
>> I've created a zone "test" using fred_client.
>>
Do you have records in zone_soa and zone_ns tables for the zone?
v.
Yes:
-----------------------------------------------------------------------------------------------------------------------------------
fred=# select * from zone where fqdn = 'test';
id | fqdn | ex_period_min | ex_period_max | val_period | dots_max |
enum_zone
----+------+---------------+---------------+------------+----------+-----------
9 | test | 12 | 120 | 0 | 1 | f
(1 fila)
fred=# select * from zone_ns where zone = 9;
id | zone | fqdn | addrs
----+------+----------------------+-------
20 | 9 | mguerra.guerra.co.cr | {}
(1 fila)
fred=# select * from zone_soa where zone = 9;
zone | ttl | hostmaster | serial | refresh | update_retr |
expiry | minimum | ns_fqdn
------+-------+----------------------+--------+---------+-------------+---------+---------+----------------------
9 | 86400 | mguerra(a)guerra.co.cr | 0 | 43200 | 900 |
1814400 | 10800 | mguerra.guerra.co.cr
------------------------------------------------------------------------------------------------------------------------------------
(1 fila)