[Gllug] So no one has opinions about ISPs?
Rich Walker
rw at shadowrobot.com
Thu Aug 2 13:24:19 UTC 2007
"Paul M" <tallus at gmail.com> writes:
>
> If you just want to be able to look up records DNSCache [1] does this
> well.
On Debian, I use pdnsd to handle a local name server serving an
imaginary domain (shadow.local) as well as getting real names from the
DNS.
The configuration file is pretty simple to edit: you describe each name
server like this
server {
label = "root-servers";
root_server=on;
ip = 128.8.10.90
, 192.203.230.10
, 192.5.5.241
, 192.112.36.4
, 128.63.2.53
, 192.36.148.17
, 192.58.128.30
, 193.0.14.129
, 198.32.64.12
, 202.12.27.33
, 198.41.0.4
, 192.228.79.201
, 192.33.4.12;
timeout = 5;
uptest = query;
interval = 30m; # Test every half hour.
ping_timeout = 300; # 30 seconds.
purge_cache = off;
exclude = .shadow.local;
policy = included;
preset = off;
}
which pulls in the root nameservers, which I got from running dig:
gateway:/home/httpd/meshach# dig
; <<>> DiG 9.3.4 <<>>
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3937
;; flags: qr rd ra; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 13
;; QUESTION SECTION:
;. IN NS
;; ANSWER SECTION:
. 474283 IN NS d.root-servers.net.
. 474283 IN NS e.root-servers.net.
. 474283 IN NS f.root-servers.net.
. 474283 IN NS g.root-servers.net.
. 474283 IN NS h.root-servers.net.
. 474283 IN NS i.root-servers.net.
. 474283 IN NS j.root-servers.net.
. 474283 IN NS k.root-servers.net.
. 474283 IN NS l.root-servers.net.
. 474283 IN NS m.root-servers.net.
. 474283 IN NS a.root-servers.net.
. 474283 IN NS b.root-servers.net.
. 474283 IN NS c.root-servers.net.
;; ADDITIONAL SECTION:
d.root-servers.net. 474283 IN A 128.8.10.90
e.root-servers.net. 474283 IN A 192.203.230.10
f.root-servers.net. 474283 IN A 192.5.5.241
g.root-servers.net. 474283 IN A 192.112.36.4
h.root-servers.net. 474283 IN A 128.63.2.53
i.root-servers.net. 474283 IN A 192.36.148.17
j.root-servers.net. 474283 IN A 192.58.128.30
k.root-servers.net. 474283 IN A 193.0.14.129
l.root-servers.net. 474283 IN A 198.32.64.12
m.root-servers.net. 474283 IN A 202.12.27.33
a.root-servers.net. 474283 IN A 198.41.0.4
b.root-servers.net. 474283 IN A 192.228.79.201
c.root-servers.net. 474283 IN A 192.33.4.12
;; Query time: 33 msec
;; SERVER: 10.1.1.17#53(10.1.1.17)
;; WHEN: Thu Aug 2 14:22:23 2007
;; MSG SIZE rcvd: 436
gateway:/home/httpd/meshach#
Hope this helps.
--
rich walker | Shadow Robot Company | rw at shadow.org.uk
technical director 251 Liverpool Road |
need a Hand? London N1 1LX | +UK 20 7700 2487
www.shadowrobot.com/hand/overview.shtml
--
Gllug mailing list - Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug
More information about the GLLUG
mailing list