[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Intermittent incorrect DNS resolution?
- Subject: Intermittent incorrect DNS resolution?
- From: erik.levinson at uberflip.com (Erik Levinson)
- Date: Wed, 16 Jan 2013 17:24:00 -0500
- In-reply-to: <CAL9jLaYnVc=OA=U3rFvGU3mh=15HSZAk3S1upCTAqP2CH_C7KA@mail.gmail.com>
- References: <[email protected]> <CAL9jLaYnVc=OA=U3rFvGU3mh=15HSZAk3S1upCTAqP2CH_C7KA@mail.gmail.com>
Yes, though I tried way less than 1000 in the loop.
On 16/01/13 05:13 PM, Christopher Morrow wrote:
> On Wed, Jan 16, 2013 at 5:00 PM, Erik Levinson
> <erik.levinson at uberflip.com> wrote:
>> Any ideas? Can folks try resolving eriktest.uberflip.com and post
>> here with details only if it resolves to an IP starting with 76.9 (old IPs)?
>>
>
>
> for d in $(seq 1 1000); do dig @pdns01.domaincontrol.com.
> eriktest.uberflip.com>> /tmp/tst ; dig @pdns02.domaincontrol.com.
> eriktest.uberflip.com>> /tmp/tst ; dig @ns5.dnsmadeeasy.com.
> eriktest.uberflip.com>> /tmp/tst ; dig @ns6.dnsmadeeasy.com.
> eriktest.uberflip.com>> /tmp/tst; dig @ns7.dnsmadeeasy.com.
> eriktest.uberflip.com>> /tmp/tst ; done
>
> you tried something like this already I assume?