From: "William L. Thomson Jr." <support@obsidian-studios.com>
To: lartc@vger.kernel.org
Subject: RE: [LARTC] Multipath route problem
Date: Thu, 01 Aug 2002 09:13:14 +0000 [thread overview]
Message-ID: <marc-lartc-102819327522301@msgid-missing> (raw)
In-Reply-To: <marc-lartc-102812296912357@msgid-missing>
Niels,
On Thu, 2002-08-01 at 01:14, niels@wxn.nl wrote:
> > After you apply the patches the Linux machine will need to be running NAT
> in some manor.
> > Because I have routers on each of my DSL lines I perform two
> > rounds of NAT or PAT. One in each router, and then again in the Linux
> router.
> > In doing the NAT/PAT you will need to give the outgoing interface each of
> the
> > IP's that your routers will be translating to.
>
> Have that up and running alrady ... :-)
Your routers translation? Good, then you will need to do second round of
translation in the Linux box as well.
Also helps to act as a second in line firewall that is transparent from
the outside world.
The Linux box must perform translation at some point or no go. The
patches only work when translating.
> > You will also want to dial in your DNS to servers for each IP block,
> > and load balance that as well.
>
> What do you mean by that?
The docs from isc.org, the pdf will help. You may have to use a later
version of bind, 9.x not 8.x, but it may work in older ones as well.
Normally an A record looks like
domain.com. IN A ip
So all you will need is
domain.com. IN A ip1
IN A ip2
Which will use ip1 half the time, and ip2 the other half. In theory.
There are other params like the time for each one to last and etc.
Download this pdf doc on admin Bind and it should tell you what you will
need from there
http://www.nominum.com/resources/documentation/Bv9ARM.pdf
> Hope that the patches work when I get my hands on them :-)
They do, have you emailed Julian? He will send you the ones you will
need.
Without the patches things will not work correctly or at all. They are a
must not an option.
--
Sincerely,
William L. Thomson Jr.
Support Group
Obsidian-Studios Inc.
439 Amber Way
Petaluma, Ca. 94952
Phone 707.766.9509
Fax 707.766.8989
http://www.obsidian-studios.com
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
prev parent reply other threads:[~2002-08-01 9:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-31 13:42 [LARTC] Multipath route problem niels
2002-07-31 14:54 ` Greg Scott
2002-07-31 15:07 ` niels
2002-07-31 17:46 ` Martin A. Brown
2002-07-31 17:50 ` William L. Thomson Jr.
2002-07-31 19:55 ` Julian Anastasov
2002-08-01 8:14 ` niels
2002-08-01 9:13 ` William L. Thomson Jr. [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-lartc-102819327522301@msgid-missing \
--to=support@obsidian-studios.com \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.