Alle 17:17, mercoledì 26 luglio 2006, Alexander Kirillov ha scritto:

> Hi Stefano,
>
> Check your reverse zone.
> dig -x 192.168.0.2 on mysql box should give you something like:
>
> ;; ANSWER SECTION:
> 2.0.168.192.in-addr.arpa. 172800 IN     PTR  pc-0002.localarea.
>
> Same goes for AUTHORITY SECTION
>
> try dig pc-0002.localarea as well.
> You may also install and run net-dns/dnswalk
> which is a DNS database debugger.
>
> HTH,
> Sasha

the right way, finally. Thank you! I recheck my 192.168.0 reverse zone and the 
mistake was (apparently) this:

not-working:

$ORIGIN 0.168.192.IN-ADDR.ARPA.
$TTL 2d
@       IN SOA          pc-0001 root.pc-0001 (2005071200 3h 1h 1w 1d)
@       IN NS           pc-0001
1       IN PTR          pc-0001
2       IN PTR          pc-0002

working:

$ORIGIN 0.168.192.IN-ADDR.ARPA.
$TTL 2d
@       IN SOA          pc-0001 root.pc-0001 (2005071200 3h 1h 1w 1d)
@       IN NS           pc-0001.localarea.
1       IN PTR          pc-0001.localarea.
2       IN PTR          pc-0002.localarea.

anyway, now it works!!
Thank you Sasha, bye.

-- 
gentoo-user@gentoo.org mailing list

Reply via email to