ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister
Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters

CompTIA Exam Vouchers
Save money on CompTIA exams
Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more

* ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i

Online practice tests

Certification sites

Online university

Online college

Online education

Distance learning

Software forum

Server administration forum

Programming resources






This is interesting: Free IT Magazines | Databases help forum



General discussions > Public newsgroups > alt.certification.mcse > one A record to two IP addresses?

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread






Pages (2): [1] 2 »

Author one A record to two IP addresses?
al
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
one A record to two IP addresses?

Hi all,
I am really not sure where to post this question but I want to make sure
that I ask the experts.
We have a webserver www.website.com (just an example name).
We are going to connect to 2 different ISPs.
My question is, is it possible to point www.website.com to two different IP
addresses?
We just want to make sure that if ISP1 is down, people can still browse our
website via ISP2.
Please give me some suggestion please.
Thanks,
Al




Report this post to a moderator

Old Post 07-23-03 04:25 PM
Reply w/Quote Edit/Delete Message IP: Logged
fugi
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: one A record to two IP addresses?

In comp.dcom.sys.cisco al <al@somplace.com> wrote:
> Hi all,
> I am really not sure where to post this question but I want to make sure
> that I ask the experts.
> We have a webserver www.website.com (just an example name).
> We are going to connect to 2 different ISPs.
> My question is, is it possible to point www.website.com to two different IP
> addresses?
> We just want to make sure that if ISP1 is down, people can still browse our
> website via ISP2.
> Please give me some suggestion please.
> Thanks,
> Al



when BIND sees 2 IPs for a record, it round-robin's it. it doesn't
check if it is down before handing out the IP.




--
The complexity of a weapon is inversely proportional to the IQ of
the weapon's operator.

Report this post to a moderator

Old Post 07-23-03 04:25 PM
Reply w/Quote Edit/Delete Message IP: Logged
Walter Roberson
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: one A record to two IP addresses?

In article <vht90ul1uqhv61@corp.supernews.com>,
fugi <fugi@ultra.bl.org> wrote:
:when BIND sees 2 IPs for a record, it round-robin's it. it doesn't
:check if it is down before handing out the IP.

BIND certainly does not check to see whether IPs are down before they
are handed out, but your description of round-robin is a bit misleading.

Old versions of BIND did not do any kind of round-robin; 4.9.3 appears
to be the first version that supported round-robin.

When a version of BIND does do round-robin, it is not the case that
it only hands out one of the addresses. The round-robining that
goes on concerns the -order- of the addresses when they are handed out.

See http://www.netsys.com/sunmgr/1997-06/msg00035.html

--
"No one has the right to destroy another person's belief by
demanding empirical evidence." -- Ann Landers

Report this post to a moderator

Old Post 07-23-03 08:25 PM
Reply w/Quote Edit/Delete Message IP: Logged
Barry Margolin
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: one A record to two IP addresses?

In article <nexTa.1$LS5.238795@newssvr14.news.prodigy.com>,
al <al@somplace.com> wrote:
>Hi all,
>I am really not sure where to post this question but I want to make sure
>that I ask the experts.
>We have a webserver www.website.com (just an example name).
>We are going to connect to 2 different ISPs.
>My question is, is it possible to point www.website.com to two different IP
>addresses?
>We just want to make sure that if ISP1 is down, people can still browse our
>website via ISP2.
>Please give me some suggestion please.


There are a number of specialized DNS servers that will do this. 3DNS and
Cisco Distributed Director are the two I know of offhand.

--
Barry Margolin, barry.margolin@level3.com
Level(3), Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.

Report this post to a moderator

Old Post 07-23-03 08:25 PM
Reply w/Quote Edit/Delete Message IP: Logged
fugi
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: one A record to two IP addresses?

In comp.dcom.sys.cisco Walter Roberson <roberson@ibd.nrc-cnrc.gc.ca> wrote:
> In article <vht90ul1uqhv61@corp.supernews.com>,
> fugi <fugi@ultra.bl.org> wrote:
> :when BIND sees 2 IPs for a record, it round-robin's it. it doesn't
> :check if it is down before handing out the IP.


> BIND certainly does not check to see whether IPs are down before they
> are handed out, but your description of round-robin is a bit misleading.


> Old versions of BIND did not do any kind of round-robin; 4.9.3 appears
> to be the first version that supported round-robin.


> When a version of BIND does do round-robin, it is not the case that
> it only hands out one of the addresses. The round-robining that
> goes on concerns the -order- of the addresses when they are handed out.


> See http://www.netsys.com/sunmgr/1997-06/msg00035.html


> --
> "No one has the right to destroy another person's belief by
> demanding empirical evidence." -- Ann Landers


what's misleading about it? alternating the order of the records
returned is the definition of round-robin. I didn't state how
round-robin worked I simply stated that that was the implementation
for BIND when more than 1 IP address for the same host is found.

--
The complexity of a weapon is inversely proportional to the IQ of
the weapon's operator.

Report this post to a moderator

Old Post 07-23-03 11:26 PM
Reply w/Quote Edit/Delete Message IP: Logged
Walter Roberson
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: one A record to two IP addresses?

In article <vhu06sldn6la7@corp.supernews.com>,
fugi <fugi@ultra.bl.org> wrote:
|In comp.dcom.sys.cisco Walter Roberson <roberson@ibd.nrc-cnrc.gc.ca> wrote:
|> In article <vht90ul1uqhv61@corp.supernews.com>,
|> fugi <fugi@ultra.bl.org> wrote:
|> :when BIND sees 2 IPs for a record, it round-robin's it. it doesn't
|> :check if it is down before handing out the IP.

|> are handed out, but your description of round-robin is a bit misleading.

|what's misleading about it? alternating the order of the records
|returned is the definition of round-robin. I didn't state how
|round-robin worked I simply stated that that was the implementation
|for BIND when more than 1 IP address for the same host is found.

In your second sentance, the leading 'it' is understood to imply
'BIND'. The second 'it' is singular, and so must refer back to a
singular item in the first sentance. The singular item in the first
sentance is 'record', with IPs appearing only in the plural. It makes
no sense, though, to say that BIND checks if a record is down, and in
mentally correcting the second sentance, most people would be led to
the implication that BIND only hands out a singular IP, rather than to
the mental correction that the second sentance must apply distributed
across each of the IPs in the record.

The second singlular 'it' in the first sentance refers to 'record' to
preserve number. Saying that the record was round-robin'd (instead of
the IP addresses within the record) is a bit unusual but not invalid,
but in being unusual again most people would be led to the
understanding that you are saying that BIND will only hand out one IP
at a time and will do so in round-robin order.
--
Oh, to be a Blobel!

Report this post to a moderator

Old Post 07-24-03 12:25 AM
Reply w/Quote Edit/Delete Message IP: Logged
CybrSage
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: one A record to two IP addresses?

Reading the post by Fugi, I understood it to say:
"BIND does not check to see if an entry is working. When BIND sees two
entries, it hands out the first one, then uses round-robin to move that
entry to the end of the list, and hands out the next entry when it receives
a request."

From Walter's entry below, I have become lost in his plural,singular, it,
its...what Walte forgot is that Fugi was actually answering Al, the original
poster. His use of the word it (check if IT is down) refers to the original
poster's question.

The statement Walter makes about "It makes no sense..mentally correcting" is
unsound. The original poster (Al) does (or at least did) not know how BIND
or DNS works, and was asking. He cannot do any "Mental Corrections".
Remember, the post Fugi made was in reply to Al, and should be read as such.

"Walter Roberson" <roberson@ibd.nrc-cnrc.gc.ca> wrote in message
news:bfn1vg$jhu$1@canopus.cc.umanitoba.ca...
> In article <vhu06sldn6la7@corp.supernews.com>,
> fugi <fugi@ultra.bl.org> wrote:
> |In comp.dcom.sys.cisco Walter Roberson <roberson@ibd.nrc-cnrc.gc.ca>

wrote:
> |> In article <vht90ul1uqhv61@corp.supernews.com>,
> |> fugi <fugi@ultra.bl.org> wrote:
> |> :when BIND sees 2 IPs for a record, it round-robin's it. it doesn't
> |> :check if it is down before handing out the IP.
>
> |> are handed out, but your description of round-robin is a bit

misleading.
>
> |what's misleading about it? alternating the order of the records
> |returned is the definition of round-robin. I didn't state how
> |round-robin worked I simply stated that that was the implementation
> |for BIND when more than 1 IP address for the same host is found.
>
> In your second sentance, the leading 'it' is understood to imply
> 'BIND'. The second 'it' is singular, and so must refer back to a
> singular item in the first sentance. The singular item in the first
> sentance is 'record', with IPs appearing only in the plural. It makes
> no sense, though, to say that BIND checks if a record is down, and in
> mentally correcting the second sentance, most people would be led to
> the implication that BIND only hands out a singular IP, rather than to
> the mental correction that the second sentance must apply distributed
> across each of the IPs in the record.
>
> The second singlular 'it' in the first sentance refers to 'record' to
> preserve number. Saying that the record was round-robin'd (instead of
> the IP addresses within the record) is a bit unusual but not invalid,
> but in being unusual again most people would be led to the
> understanding that you are saying that BIND will only hand out one IP
> at a time and will do so in round-robin order.
> --
> Oh, to be a Blobel!



Report this post to a moderator

Old Post 07-24-03 03:25 AM
Reply w/Quote Edit/Delete Message IP: Logged
Walter Roberson
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: one A record to two IP addresses?

In article < p8CcnajKpcIioIKiRTvUqA@comcast
.com>,
CybrSage <CybrSage13@Hotmail.com> wrote:
:Reading the post by Fugi, I understood it to say:
:"BIND does not check to see if an entry is working. When BIND sees two
:entries, it hands out the first one, then uses round-robin to move that
:entry to the end of the list, and hands out the next entry when it receives
:a request."

Which is not what it does: it hands out all the IP addresses, but it
changes the -order- it lists them in.

In other words, you -were- misled by Fugi's posting. If you analyze
the sentances to see what parts of his phrasing led you to the
misunderstanding, I believe you will find that the conflict between
singular and plural bore a substantial role.
--
IMT made the sky
Fall.

Report this post to a moderator

Old Post 07-24-03 04:25 AM
Reply w/Quote Edit/Delete Message IP: Logged
al
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: one A record to two IP addresses?

Is it possible to setup priorities to the IP addresses meaning I prefer
routing via ISP1 and only route it via ISP2 if ISP1 is down.
Just like setting up a secondary MX record.
Thanks for your reply,
Al


--


-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com


"fugi" <fugi@ultra.bl.org> wrote in message
news:vht90ul1uqhv61@corp.supernews.com...
> In comp.dcom.sys.cisco al <al@somplace.com> wrote:
> > Hi all,
> > I am really not sure where to post this question but I want to make sure
> > that I ask the experts.
> > We have a webserver www.website.com (just an example name).
> > We are going to connect to 2 different ISPs.
> > My question is, is it possible to point www.website.com to two different

IP
> > addresses?
> > We just want to make sure that if ISP1 is down, people can still browse

our
> > website via ISP2.
> > Please give me some suggestion please.
> > Thanks,
> > Al

>
>
> when BIND sees 2 IPs for a record, it round-robin's it. it doesn't
> check if it is down before handing out the IP.
>
>
>
>
> --
> The complexity of a weapon is inversely proportional to the IQ of
> the weapon's operator.



Report this post to a moderator

Old Post 07-24-03 04:25 AM
Reply w/Quote Edit/Delete Message IP: Logged
Walter Roberson
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: one A record to two IP addresses?

In article <6%HTa.669$576.466@newssvr24.news.prodigy.com>,
al <allen@somplace.com> wrote:
:Is it possible to setup priorities to the IP addresses meaning I prefer
:routing via ISP1 and only route it via ISP2 if ISP1 is down.
:Just like setting up a secondary MX record.

Not really, no.

BIND's round-robin behaviour is an option; if it is not turned on,
then the IP addresses will be handed out in the order configured.

*Most* clients will try the addresses in the order they are returned
in, but it is considered acceptable for clients to use whichever
address they prefer, such as by examining each of the addresses and
chosing the address with the fastest route. The order is thus a
hint to many sites, but other sites will do whatever they feel like.

If you wanted to change the system to only hand out the address
on ISP1 as long at the link was up, then you will face problems
with caching. Your expiry period on the records would have to be no
longer than you were willing to have a remote site continue to
make new connections via ISP2 when ISP1 is back up. For example,
if you wanted sites to start using the ISP1 address again within
(say) 5 minutes, then your cache expiry period would have to be
5 minutes -- but anything less than 1 hour is considered bad
Internet manners.

There is also the issue hinted at in the above paragraph: that the
address handed out for DNS purposes only controls the way that
a connection is *started*. Once a connection is -started- on ISP2,
it is going to continue as long as it takes; e.g., if you have
a "push" WWW page, or you allow connections to be held open
for further requests, then the connection could be up for several
hours or days.


I suspect that what you really should be looking at is arranging
for ISP2 to -route- a single IP address when the link to ISP1 goes
down. That requires setting up a routing protocol such as BGP4,
and not all ISPs are willing to cooperate on that until you
get into the dedicated fibre or T1 price range (i.e., several
hundreds of dollars a month.)
--
Cannot open .signature: Permission denied

Report this post to a moderator

Old Post 07-24-03 05:25 AM
Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Pages (2): [1] 2 » Post new thread   Post reply

Featured site: MCSE, MCSD, CompTIA, CCNA training videos



Forum Jump:
Rate This Thread:
Forum Rules:
Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is OFF.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps