public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: sguglia@arrows.it
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] mysql, bind and dns hostnames
Date: Wed, 26 Jul 2006 18:06:24 +0200	[thread overview]
Message-ID: <200607261806.24591.sguglia@arrows.it> (raw)
In-Reply-To: <44C787A7.7020305@infoline.su>

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	other threads:[~2006-07-26 16:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-26 12:31 [gentoo-user] mysql, bind and dns hostnames sguglia
2006-07-26 13:20 ` Alexander Kirillov
2006-07-26 14:46   ` sguglia
2006-07-26 15:17     ` Alexander Kirillov
2006-07-26 16:06       ` sguglia [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200607261806.24591.sguglia@arrows.it \
    --to=sguglia@arrows.it \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox