netfilter.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Usuário do Sistema" <maiconlp@ig.com.br>
To: Matty Sarro <msarro@gmail.com>
Cc: Dimitri Yioulos <dyioulos@firstbhph.com>,
	netfilter@vger.kernel.org, "DiCecca,
	Caitlin" <cdicecca@firstbhph.com>
Subject: Re: WAN balancing
Date: Thu, 5 May 2011 11:30:09 -0300	[thread overview]
Message-ID: <BANLkTik+ptEOjBJOkfDL6XSM4A-kNmzCKQ@mail.gmail.com> (raw)
In-Reply-To: <BANLkTimSEUh3S70QiqE1-g_r1dZJ75jfmA@mail.gmail.com>

I didn't understand exactly where you want apply your load Balance but
follow the command that does the load balance.
you must have two route in your route table:

ip route add default scope global equalize nexthop via 200.247.209.65
weight 1  nexthop via 200.247.209.6 weight 1

before you insert the load balance command check your table route with
" ip route show "

you will see there is only one default route.

insert load balance command and check again your table route with " ip
route show "

and must appear two default gateway.

ip route add default scope global equalize nexthop via 200.247.209.65
weight 2  nexthop via 200.247.209.6 weight 1



I hope help!







2011/5/5 Matty Sarro <msarro@gmail.com>:
> http://lartc.org/howto/lartc.rpdb.multiple-links.html
>
> That should help.
>
> On Thu, May 5, 2011 at 9:01 AM, Dimitri Yioulos <dyioulos@firstbhph.com> wrote:
>> Good morning, all.
>>
>> I've searched for a clear guide on setting up my
>> iptables/Netfilter firewall/router to do WAN
>> balancing.  I have two providers - one is T1 and
>> the other broadband).  Currently, I'm using the
>> T1 provider to send and receive traffic on.  I'd
>> like to use both.
>>
>> I have one LAN interface, one WAN interface, and
>> one DMZ interface.  The DMZ utilizes several
>> virtual interfaces.  I can easily add a fourth
>> physical NIC.  Beyond this, I'm not sure what
>> other information I can provide, but I'm happy to
>> do so.
>>
>> Your help would be greatly appreciated.
>>
>> Dimitri
>>
>> --
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe netfilter" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
> --
> To unsubscribe from this list: send the line "unsubscribe netfilter" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

  reply	other threads:[~2011-05-05 14:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-05 13:01 WAN balancing Dimitri Yioulos
2011-05-05 13:34 ` Matty Sarro
2011-05-05 14:30   ` Usuário do Sistema [this message]
2011-05-05 14:40   ` Dimitri Yioulos
2011-05-05 17:17     ` Usuário do Sistema

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=BANLkTik+ptEOjBJOkfDL6XSM4A-kNmzCKQ@mail.gmail.com \
    --to=maiconlp@ig.com.br \
    --cc=cdicecca@firstbhph.com \
    --cc=dyioulos@firstbhph.com \
    --cc=msarro@gmail.com \
    --cc=netfilter@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).