From: Jessica Rasku <jrasku@armispiansystems.ca>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Quick question about DNS and bind
Date: Tue, 13 Dec 2005 18:51:46 -0800 [thread overview]
Message-ID: <439F88C2.2050109@armispiansystems.ca> (raw)
In-Reply-To: <1134489760.9916.38.camel@camille.espersunited.com>
Michael Sullivan wrote:
> I believe that I have my DNS configuration set up correctly and the
> named server is starting. The problem is that when I issue
>
> dig 127.0.0.1 I get this:
>
> bullet ~ # dig 127.0.0.1
This isn't the correct format to do a reverse DNS lookup. I believe
that it is
# dig 1.0.0.127.in-addr.arpa
I believe this is what you are looking for. If not, then it is not
setup correctly.
> ; <<>> DiG 9.2.5 <<>> 127.0.0.1
> ;; global options: printcmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 34083
> ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
>
> ;; QUESTION SECTION:
> ;127.0.0.1. IN A
>
> ;; AUTHORITY SECTION:
> . 86400 IN SOA A.ROOT-SERVERS.NET.
> NSTLD.VERISIGN-GRS.COM. 2005121201 1800 900 604800 86400
>
> ;; Query time: 127 msec
> ;; SERVER: 192.168.1.1#53(192.168.1.1)
> ;; WHEN: Tue Dec 13 10:00:47 2005
> ;; MSG SIZE rcvd: 102
This is querying 192.168.1.1 port 53. This if I'm not mistaken is a
private network, and thus would have to be your machine. So it's just a
matter of forming your request in the correct format. Unless you
haven't set things up correctly.
> This shouldn't be right - it should be showing me the records that I set
> up yesterday, but for some reason it's not consulting my new DNS server.
> How do I make it use my DNS server? Do I need to specify 127.0.0.1 in
> my /etc/resolv.conf file? (All of this is on my server box)
I think everything is correct. Your query was just malformed. No
problem, try the query that I put, it should work.
Jessica
--
gentoo-user@gentoo.org mailing list
prev parent reply other threads:[~2005-12-14 3:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-13 16:02 [gentoo-user] Quick question about DNS and bind Michael Sullivan
2005-12-13 16:44 ` Francesco Riosa
2005-12-13 16:48 ` Francesco Riosa
2005-12-14 2:51 ` Jessica Rasku [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=439F88C2.2050109@armispiansystems.ca \
--to=jrasku@armispiansystems.ca \
--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