Hi Jorge,
it is really strange. I have fully repeated your steps even with fresh
Fedora 20 installation, but the result is different. When I run
genzone_client, the output is as expected:
$> cat db.acme
$TTL 18000 ;default TTL for all records in zone
acme. IN SOA ns1.acme. root.test.ac
me. (1446983084 10600 3600 1209600 7200)
IN NS ns1.acme.
IN NS ns2.acme.
ns1.acme. IN A 10.10.0.1
ns2.acme. IN A 10.10.0.2
;
;--- domain records ---
;
Did you do anything else before running genzone_client?
Regards,
Jaromir
On Fri, 2015-10-30 at 11:01 +0000, Jorge Granjal wrote:
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
_______________________________________________
fred-users mailing list
fred-users(a)lists.nic.cz
https://lists.nic.cz/cgi-bin/mailman/listinfo/fred-users --
Jaromir Talir
technicky reditel / Chief Technical Officer
-------------------------------------------
CZ.NIC, z.s.p.o. -- .cz domain registry
Milesovska 5, 130 00 Praha 3, Czech Republic
mailto:jaromir.talir@nic.cz
http://nic.cz/
sip:jaromir.talir@nic.cz tel:+420.222745107
mob:+420.739632712 fax:+420.222745112
-------------------------------------------