[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] [RaQ2] DNS GUI Script



The RaQ2 DNS GUI writes the wrong data to named.conf. I keep forgetting to edit
named.conf each time I use the DNS GUI. And it breaks among other things the
reverse lookup. Does anyone know which script is doing this, as I would like to
fix it.

The GUI writes,
zone "32/28.178.175.216.in-addr.arpa" { type master; file
"pri.32-28.178.175.216.in-addr.arpa"; };

and it should write. Note the 32/28 which should be 32-28.
zone "32-28.178.175.216.in-addr.arpa" { type master; file
"pri.32-28.178.175.216.in-addr.arpa"; };

Another issue with the DNS GUI is that it does not enter $TTL in the zone files,
so anytime named starts/re-starts it writes the error to the log file, and uses
a default value.
Thanks
Gerald