Re: Hub.org DNS

Lists: pgsql-www
From: Dave Page <dpage(at)postgresql(dot)org>
To: Marc Fournier <scrappy(at)hub(dot)org>
Cc: pgsql-www(at)postgresql(dot)org
Subject: Hub.org DNS
Date: 2006-12-11 12:05:25
Message-ID: 457D4985.7010508@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: Postg토토 캔SQL : Postg토토 캔SQL 메일 링리스트 : 2006-12-11 이후 PGSQL www

Marc,

Can you please confirm which of the hub.org DNS servers do and do not
allow recursion now, and if things are going to stay that way? We're
finding that some things appear to have broken recently, apparently
because they no longer have a suitable DNS server configured (rsync
access via hostname on svr4, email address validation on wwwmaster).

A quick test shows that ns, ns2 and ns4 are recursive, but ns3 is not at
present.

Cheers, Dave.


From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: Marc Fournier <scrappy(at)hub(dot)org>, pgsql-www(at)postgresql(dot)org
Subject: Re: Hub.org DNS
Date: 2006-12-11 12:18:48
Message-ID: 457D4CA8.5020301@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

Dave Page wrote:
> Marc,
>
> Can you please confirm which of the hub.org DNS servers do and do not
> allow recursion now, and if things are going to stay that way? We're
> finding that some things appear to have broken recently, apparently
> because they no longer have a suitable DNS server configured (rsync
> access via hostname on svr4, email address validation on wwwmaster).

That is probably the result of trying to tighten up security on the
resolvers (iirc you even have been cc'd in those mails) a while ago

>
> A quick test shows that ns, ns2 and ns4 are recursive, but ns3 is not at
> present.

well we should make sure that all our authoritative nameservers are NOT
providing recursion to the world - so we need to find a way to restrict
recursion to some limited hosts/ranges.

Stefan


From: Dave Page <dpage(at)postgresql(dot)org>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: Marc Fournier <scrappy(at)hub(dot)org>, pgsql-www(at)postgresql(dot)org
Subject: Re: Hub.org DNS
Date: 2006-12-11 12:21:59
Message-ID: 457D4D67.4040208@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

Stefan Kaltenbrunner wrote:
> Dave Page wrote:
>> Marc,
>>
>> Can you please confirm which of the hub.org DNS servers do and do not
>> allow recursion now, and if things are going to stay that way? We're
>> finding that some things appear to have broken recently, apparently
>> because they no longer have a suitable DNS server configured (rsync
>> access via hostname on svr4, email address validation on wwwmaster).
>
> That is probably the result of trying to tighten up security on the
> resolvers (iirc you even have been cc'd in those mails) a while ago

Yeah, I do remember it.

>> A quick test shows that ns, ns2 and ns4 are recursive, but ns3 is not
>> at present.
>
> well we should make sure that all our authoritative nameservers are NOT
> providing recursion to the world - so we need to find a way to restrict
> recursion to some limited hosts/ranges.

Or split the 4 into defined roles. Either way though, I'd like some
clarifcation on what the official strategy is so I can make sure the
vservers are all correct now, and bug him further if there are any
additional problems.

Regards, Dave.


From: Dave Page <dpage(at)postgresql(dot)org>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: Marc Fournier <scrappy(at)hub(dot)org>, pgsql-www(at)postgresql(dot)org
Subject: Re: Hub.org DNS
Date: 2006-12-11 12:54:13
Message-ID: 457D54F5.30209@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: Postg사설 토토SQL : Postg사설 토토SQL 메일 링리스트 : 2006-12-11 이후 PGSQL www

Dave Page wrote:
> Marc,
>
> Can you please confirm which of the hub.org DNS servers do and do not
> allow recursion now, and if things are going to stay that way? We're
> finding that some things appear to have broken recently, apparently
> because they no longer have a suitable DNS server configured (rsync
> access via hostname on svr4, email address validation on wwwmaster).
>
> A quick test shows that ns, ns2 and ns4 are recursive, but ns3 is not at
> present.

Hmm, now I'm not even sure about that - the testing above was on
www.microsoft.com, however one of the mirrors having problems is
212.100.160.33 which doesn't resolve on any of the 4 hub servers, yet is
fine from various ISP's servers on this side of the pond.

Any ideas?

Regards, Dave


From: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, Dave Page <dpage(at)postgresql(dot)org>
Cc: pgsql-www(at)postgresql(dot)org
Subject: Re: Hub.org DNS
Date: 2006-12-11 12:57:27
Message-ID: 3964AD5B375F033CC601B608@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

- --On Monday, December 11, 2006 13:18:48 +0100 Stefan Kaltenbrunner
<stefan(at)kaltenbrunner(dot)cc> wrote:

> well we should make sure that all our authoritative nameservers are NOT
> providing recursion to the world - so we need to find a way to restrict
> recursion to some limited hosts/ranges.

'k, unless I've missed somethign here, I've just checked all 4 name servers,
and they all have:

options {
allow-recursion {huborg;};
};

acl huborg {
200.46.204.0/24;
200.46.208.0/24;
206.223.169.0/24;
};

Something else I need to add?

- ----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email . scrappy(at)hub(dot)org MSN . scrappy(at)hub(dot)org
Yahoo . yscrappy Skype: hub.org ICQ . 7615664

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFfVW34QvfyHIvDvMRAmerAKCYuDCQEV1QwTrkmU+HAqB+AuFGEQCguFwX
Li5kSiFb8mXCcrqBKRzgvCs=
=t76/
-----END PGP SIGNATURE-----


From: Dave Page <dpage(at)postgresql(dot)org>
To: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Cc: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, pgsql-www(at)postgresql(dot)org
Subject: Re: Hub.org DNS
Date: 2006-12-11 13:18:51
Message-ID: 457D5ABB.4070503@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

Marc G. Fournier wrote:
> 'k, unless I've missed somethign here, I've just checked all 4 name servers,
> and they all have:
>
> options {
> allow-recursion {huborg;};
> };
>
> acl huborg {
> 200.46.204.0/24;
> 200.46.208.0/24;
> 206.223.169.0/24;
> };
>
> Something else I need to add?

Per our conversation on IM earlier,

Name: svr4.postgresql.org
Address: 66.98.251.159

Name: svr2.postgresql.org
Address: 65.19.161.90

Name: borg.postgresql.org
Address: 65.19.161.2

Name: wwwmaster.postgresql.org
Address: 65.19.161.25

Regards, Dave.


From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, pgsql-www(at)postgresql(dot)org
Subject: Re: Hub.org DNS
Date: 2006-12-11 13:23:10
Message-ID: 457D5BBE.3050600@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

Dave Page wrote:
> Marc G. Fournier wrote:
>> 'k, unless I've missed somethign here, I've just checked all 4 name
>> servers, and they all have:
>>
>> options {
>> allow-recursion {huborg;};
>> };
>>
>> acl huborg {
>> 200.46.204.0/24;
>> 200.46.208.0/24;
>> 206.223.169.0/24;
>> };
>>
>> Something else I need to add?
>
> Per our conversation on IM earlier,
>
> Name: svr4.postgresql.org
> Address: 66.98.251.159
>
> Name: svr2.postgresql.org
> Address: 65.19.161.90
>
> Name: borg.postgresql.org
> Address: 65.19.161.2
>
> Name: wwwmaster.postgresql.org
> Address: 65.19.161.25

maybe it would be better to add local resolvers in the networks of the
ISPs hosting those servers - those are "nearer" to the boxes and seems
like a natural solution (just like we did for tribble/romulus)

Stefan


From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: Marc Fournier <scrappy(at)hub(dot)org>, pgsql-www(at)postgresql(dot)org
Subject: Re: Hub.org DNS
Date: 2006-12-11 13:29:05
Message-ID: 457D5D21.9010109@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: Postg토토 사이트SQL : Postg토토 사이트SQL 메일 링리스트 : 2006-12-11 이후 PGSQL www

Dave Page wrote:
> Dave Page wrote:
>> Marc,
>>
>> Can you please confirm which of the hub.org DNS servers do and do not
>> allow recursion now, and if things are going to stay that way? We're
>> finding that some things appear to have broken recently, apparently
>> because they no longer have a suitable DNS server configured (rsync
>> access via hostname on svr4, email address validation on wwwmaster).
>>
>> A quick test shows that ns, ns2 and ns4 are recursive, but ns3 is not
>> at present.
>
> Hmm, now I'm not even sure about that - the testing above was on
> www.microsoft.com, however one of the mirrors having problems is
> 212.100.160.33 which doesn't resolve on any of the 4 hub servers, yet is
> fine from various ISP's servers on this side of the pond.

I would guess that the hub.org-resolvers you tested had
www.microsoft.com cached - so it delivered the response from cache and
did not actually recurse.

Stefan


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, Dave Page <dpage(at)postgresql(dot)org>
Cc: pgsql-www(at)postgresql(dot)org
Subject: Re: Hub.org DNS
Date: 2006-12-11 13:36:00
Message-ID: E55FA44EE73B12629E19375F@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

- --On Monday, December 11, 2006 14:23:10 +0100 Stefan Kaltenbrunner
<stefan(at)kaltenbrunner(dot)cc> wrote:

> Dave Page wrote:
>> Marc G. Fournier wrote:
>>> 'k, unless I've missed somethign here, I've just checked all 4 name
>>> servers, and they all have:
>>>
>>> options {
>>> allow-recursion {huborg;};
>>> };
>>>
>>> acl huborg {
>>> 200.46.204.0/24;
>>> 200.46.208.0/24;
>>> 206.223.169.0/24;
>>> };
>>>
>>> Something else I need to add?
>>
>> Per our conversation on IM earlier,
>>
>> Name: svr4.postgresql.org
>> Address: 66.98.251.159
>>
>> Name: svr2.postgresql.org
>> Address: 65.19.161.90
>>
>> Name: borg.postgresql.org
>> Address: 65.19.161.2
>>
>> Name: wwwmaster.postgresql.org
>> Address: 65.19.161.25
>
> maybe it would be better to add local resolvers in the networks of the ISPs
> hosting those servers - those are "nearer" to the boxes and seems like a
> natural solution (just like we did for tribble/romulus)

Actually, just thought about / mentioned that to Dave ... :)

Will work on cleaning this up some this afternoon ...

- ----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email . scrappy(at)hub(dot)org MSN . scrappy(at)hub(dot)org
Yahoo . yscrappy Skype: hub.org ICQ . 7615664
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFfV7A4QvfyHIvDvMRAkVKAJ4/iDLKM7ZhF5pVEAV1sFm8eKUr6gCeKn4/
c8WoiZMg1MMN2JzDJrahe68=
=Um45
-----END PGP SIGNATURE-----


From: Dave Page <dpage(at)postgresql(dot)org>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, pgsql-www(at)postgresql(dot)org
Subject: Re: Hub.org DNS
Date: 2006-12-11 13:36:14
Message-ID: 457D5ECE.6000308@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

Stefan Kaltenbrunner wrote:

> maybe it would be better to add local resolvers in the networks of the
> ISPs hosting those servers - those are "nearer" to the boxes and seems
> like a natural solution (just like we did for tribble/romulus)

They do/will, but will use hub.org as backups.

Regards, Dave


From: Dave Page <dpage(at)postgresql(dot)org>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: Marc Fournier <scrappy(at)hub(dot)org>, pgsql-www(at)postgresql(dot)org
Subject: Re: Hub.org DNS
Date: 2006-12-11 13:37:20
Message-ID: 457D5F10.1020403@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

Stefan Kaltenbrunner wrote:
> I would guess that the hub.org-resolvers you tested had
> www.microsoft.com cached - so it delivered the response from cache and
> did not actually recurse.

Ah - didn't realise it would still answer from cache if it could,
despite it effectively being a recursive query.

Regards, Dave.


From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-www(at)postgresql(dot)org
Subject: Re: Hub.org DNS
Date: 2006-12-11 13:51:39
Message-ID: 20061211135139.GC20758@phlogiston.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

On Mon, Dec 11, 2006 at 01:37:20PM +0000, Dave Page wrote:
>
> Ah - didn't realise it would still answer from cache if it could,
> despite it effectively being a recursive query.

Some BIND releases do that, and others don't. There's far from
universal agreement about what to do, I think.

A

--
Andrew Sullivan | ajs(at)crankycanuck(dot)ca
Information security isn't a technological problem. It's an economics
problem.
--Bruce Schneier


From: Dave Page <dpage(at)postgresql(dot)org>
To: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
Cc: pgsql-www(at)postgresql(dot)org
Subject: Re: Hub.org DNS
Date: 2006-12-11 14:17:19
Message-ID: 457D686F.2010302@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

Andrew Sullivan wrote:
> On Mon, Dec 11, 2006 at 01:37:20PM +0000, Dave Page wrote:
>> Ah - didn't realise it would still answer from cache if it could,
>> despite it effectively being a recursive query.
>
> Some BIND releases do that, and others don't. There's far from
> universal agreement about what to do, I think.

:-(

Thanks for the clarification.

Regards, Dave


From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: Dave Page <dpage(at)postgresql(dot)org>, Marc Fournier <scrappy(at)hub(dot)org>, pgsql-www(at)postgresql(dot)org
Subject: Re: Hub.org DNS
Date: 2006-12-11 15:53:02
Message-ID: 1165852382.19970.5.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www


> > A quick test shows that ns, ns2 and ns4 are recursive, but ns3 is not at
> > present.
>
> well we should make sure that all our authoritative nameservers are NOT
> providing recursion to the world - so we need to find a way to restrict
> recursion to some limited hosts/ranges.

You can do this via views. We do it at CMD.

Sincerely,

Joshua D. Drake

>
>
> Stefan
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate


From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: Dave Page <dpage(at)postgresql(dot)org>, "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, pgsql-www(at)postgresql(dot)org
Subject: Re: Hub.org DNS
Date: 2006-12-11 15:54:04
Message-ID: 1165852444.19970.7.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www


> > Name: borg.postgresql.org
> > Address: 65.19.161.2
> >
> > Name: wwwmaster.postgresql.org
> > Address: 65.19.161.25
>
> maybe it would be better to add local resolvers in the networks of the
> ISPs hosting those servers - those are "nearer" to the boxes and seems
> like a natural solution (just like we did for tribble/romulus)

Yeah have each server have a caching nameserver.

Joshua D. Drake

>
>
> Stefan
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate


From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-www(at)postgresql(dot)org
Subject: Re: Hub.org DNS
Date: 2006-12-11 16:26:52
Message-ID: 20061211162652.GA21488@phlogiston.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

On Mon, Dec 11, 2006 at 07:53:02AM -0800, Joshua D. Drake wrote:
> > well we should make sure that all our authoritative nameservers are NOT
> > providing recursion to the world - so we need to find a way to restrict
> > recursion to some limited hosts/ranges.
>
> You can do this via views. We do it at CMD.

You don't need views for that. You can just use the config options
in BIND to restrict where recursion works (which is what Marc did,
AFAIK). That's what that setting is for. Future BIND versions will
probably ship with recursion turned off, BTW.

A

--
Andrew Sullivan | ajs(at)crankycanuck(dot)ca
The whole tendency of modern prose is away from concreteness.
--George Orwell


From: "Gavin M(dot) Roy" <gmr(at)ehpg(dot)net>
To: pgsql-www(at)postgresql(dot)org
Subject: Re: Hub.org DNS
Date: 2006-12-12 19:58:49
Message-ID: 5b599cc10612121158p2788e86al292d5a8f66b169d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

for borg and related, you can use 216.218.206.51/216.218.206.34 for
resolution if needed, on the same local net.

On 12/11/06, Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> wrote:
> Dave Page wrote:
> > Marc G. Fournier wrote:
> >> 'k, unless I've missed somethign here, I've just checked all 4 name
> >> servers, and they all have:
> >>
> >> options {
> >> allow-recursion {huborg;};
> >> };
> >>
> >> acl huborg {
> >> 200.46.204.0/24;
> >> 200.46.208.0/24;
> >> 206.223.169.0/24;
> >> };
> >>
> >> Something else I need to add?
> >
> > Per our conversation on IM earlier,
> >
> > Name: svr4.postgresql.org
> > Address: 66.98.251.159
> >
> > Name: svr2.postgresql.org
> > Address: 65.19.161.90
> >
> > Name: borg.postgresql.org
> > Address: 65.19.161.2
> >
> > Name: wwwmaster.postgresql.org
> > Address: 65.19.161.25
>
> maybe it would be better to add local resolvers in the networks of the
> ISPs hosting those servers - those are "nearer" to the boxes and seems
> like a natural solution (just like we did for tribble/romulus)
>
>
> Stefan
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>


From: Dave Page <dpage(at)postgresql(dot)org>
To: "Gavin M(dot) Roy" <gmr(at)ehpg(dot)net>
Cc: pgsql-www(at)postgresql(dot)org
Subject: Re: Hub.org DNS
Date: 2006-12-13 08:54:40
Message-ID: 457FBFD0.2080608@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

Gavin M. Roy wrote:
> for borg and related, you can use 216.218.206.51/216.218.206.34 for
> resolution if needed, on the same local net.

Thanks, - updated.

Regards, Dave