Good morning,
We are testing FRED, and we currently have a problem with the genzone_client script, we
would like to request your help.
We have installed Fred using a Fedora 20 system (via RPM) and started the services as
usual:
# Initialize the database scheme
/usr/bin/postgresql-setup initdb
# Start services
service postgresql start
service omniNames start
service fred-server start
service httpd start
service fred-webadmin-server start
Next we are able to add a TLD using:
fred-admin --zone_add --zone_fqdn=acme --ex_period_min=12
--ex_period_max=36 --ttl=18000 --hostmaster=root(a)test.acme
--refresh=10600 --update_retr=3600 --expiry=1209600 --minimum=7200
--ns_fqdn=ns1.acme
Also for the nameservers for the .acme TLD zone:
fred-admin --zone_ns_add --zone_fqdn=acme --ns_fqdn=ns1.acme
--addr=10.10.0.1
fred-admin --zone_ns_add --zone_fqdn=acme --ns_fqdn=ns2.acme
--addr=10.10.0.2
Our problem is that, when running genzone_client, the generated zone is outputted without
IP address information for the name servers:
TTL 18000 ;default TTL for all records in zone
acme. IN SOA ns1.acme. root.test.acme. (1446128974 10600 3600 1209600 7200)
IN NS ns1.acme.
IN NS ns1.acme.
;
;--- domain records ---
;
We have verified in the PosgreSQL database and the A records as present as expected. What
could be wrong?
Thank you!
Jorge Granjal