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

[cobalt-developers] bind - named.conf error



WHY? WHY? WHY?
Does cobalt insist on writing the reverse file to named.conf like this?
zone "0/24.3.2.1.in-addr.arpa" { type master; file
"pri.0-24.3.3.1.in-addr.arpa"; };
Excuse me for shouting!
WHEN IT SHOULD BE LIKE THIS!!!
zone "0-24.3.2.1.in-addr.arpa" { type master; file
"pri.0-24.3.2.1.in-addr.arpa"; };

Note: the first few characters of the line!
Cobalt insist on using 32/24 (which does not work - breaks reverse)
Real people write 32-24 (which works)

I have asked several times for the location of the script that does this, but no
answer!
I have to continually correct this file if I fool with DNS in the GUI.

If I forget my (external) mail server tells me, takes for ever to authenticate,
because it can't do a reverse on my IP.

I have RaQ2, and RaQ3 nameservers that perform in this manner. I have RaQ4s but
I don't run DNS on them.

Cobalt is anyone there (HELLO) ?

Gerald Waugh