Gentoo Archives: gentoo-user

From: Michael Sullivan <michael@××××××××××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] Quick question about DNS and bind
Date: Tue, 13 Dec 2005 16:14:35
Message-Id: 1134489760.9916.38.camel@camille.espersunited.com
1 I believe that I have my DNS configuration set up correctly and the
2 named server is starting. The problem is that when I issue
3
4 dig 127.0.0.1 I get this:
5
6 bullet ~ # dig 127.0.0.1
7
8 ; <<>> DiG 9.2.5 <<>> 127.0.0.1
9 ;; global options: printcmd
10 ;; Got answer:
11 ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 34083
12 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
13
14 ;; QUESTION SECTION:
15 ;127.0.0.1. IN A
16
17 ;; AUTHORITY SECTION:
18 . 86400 IN SOA A.ROOT-SERVERS.NET.
19 NSTLD.VERISIGN-GRS.COM. 2005121201 1800 900 604800 86400
20
21 ;; Query time: 127 msec
22 ;; SERVER: 192.168.1.1#53(192.168.1.1)
23 ;; WHEN: Tue Dec 13 10:00:47 2005
24 ;; MSG SIZE rcvd: 102
25
26
27 This shouldn't be right - it should be showing me the records that I set
28 up yesterday, but for some reason it's not consulting my new DNS server.
29 How do I make it use my DNS server? Do I need to specify 127.0.0.1 in
30 my /etc/resolv.conf file? (All of this is on my server box)
31
32 --
33 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Quick question about DNS and bind Francesco Riosa <BastianBalthazarBux@×××××××××.it>
Re: [gentoo-user] Quick question about DNS and bind Francesco Riosa <vivo@g.o>
Re: [gentoo-user] Quick question about DNS and bind Jessica Rasku <jrasku@××××××××××××××××.ca>