Re: Acting as stealth slave for root zone

This is a discussion on Re: Acting as stealth slave for root zone within the Bind Users forums, part of the DNS and Related Forums category; On Tue, Dec 07, 2004 at 07:18:19PM -0800, David Carmean <dlc@halibut.com> wrote a message ...


Go Back   Usenet Forums > DNS and Related Forums > Bind Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 12-08-2004
Stephane Bortzmeyer
 
Posts: n/a
Default Re: Acting as stealth slave for root zone

On Tue, Dec 07, 2004 at 07:18:19PM -0800,
David Carmean <dlc@halibut.com> wrote
a message of 33 lines which said:

> Eventually, I tried something that I fully expected not to work: I
> tried to pull a copy of the root zone by zone transfer from the root
> servers themselves. It worked! I'd expected the query to be
> refused.


Why? You can have the root zone in many ways, and it is even signed:

rm -f root.zone.*
wget --quiet ftp://rs.internic.net/domain/root.zone.gz.sig && wget --quiet ftp://rs.internic.net/domain/root.zone.gz
if [ $? != 0 ]; then
error "Cannot retrieve root zone file"
exit 1
fi
gpg --quiet --verify root.zone.gz.sig
if [ $? != 0 ]; then
error "[SECURITY] Bad signature of the root zone file"
exit 1
fi
gunzip root.zone.gz

> So ... I set my test cache server up as a "stealth" slave for the
> root zone, and behold, no more bogus TLD queries to the roots.


The problem is that you need to be sure to refresh your copy of the
root zone often enough.

> Is this new/temporary behavior? The spirited discussion a few weeks
> ago engendered by the idea of grabbing the root zone by ftp would
> seem to indicate that zone transfers have not always been permitted.


I believe that F and K always authorized it.


Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 08:05 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0