netfilter.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Load Balance
@ 2011-04-17 23:22 Usuário do Sistema
  2011-05-15 17:23 ` Andrew Beverley
  0 siblings, 1 reply; 9+ messages in thread
From: Usuário do Sistema @ 2011-04-17 23:22 UTC (permalink / raw)
  To: netfilter

Hello everyone, I'm deploy an test environment with load Balance in my
Firewall using equalize as follow below


I have two ISPs and one Inside network.

creating the load balance:

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

Zeroing the ip_filter

for eee in /proc/sys/net/ipv4/conf/*/rp_filter; do
echo 0 > $eee
done

creating more one table

ip route add default via  201.72.12.1  table telemar


it's working in my environment. but I haven't done available in my
production environment.

my question is: there is more parameter ,which, I have to set ? for
exemplo, timers.



thank

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-05-17 20:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-17 23:22 Load Balance Usuário do Sistema
2011-05-15 17:23 ` Andrew Beverley
2011-05-16 20:24   ` Usuário do Sistema
2011-05-16 21:38     ` Andrew Beverley
2011-05-16 22:42       ` Usuário do Sistema
2011-05-17  0:45       ` Grant Taylor
2011-05-17 17:00         ` Usuário do Sistema
2011-05-17 18:07           ` Grant Taylor
2011-05-17 20:06             ` Usuário do Sistema

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).