From: RoMaN SoFt / LLFB!! <roman@madrid.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Tricking routes to load balance + transparent proxying?
Date: Thu, 22 Mar 2001 08:24:18 +0000 [thread overview]
Message-ID: <marc-lartc-98524939117576@msgid-missing> (raw)
In-Reply-To: <marc-lartc-98519249805520@msgid-missing>
On Wed, 21 Mar 2001 21:31:28 +0100, you wrote:
> Sorry I replied the wrong message... Anyway... What are your ip rule
>settings, etc...??
My settings are simple:
1) Setting up the multipath route:
/usr/sbin/ip route add default \
nexthop dev eth0 via 192.168.0.229 onlink \
nexthop dev eth0 via 192.168.0.230 onlink
Note I've removed the "equalize" option. Anyway I think this option
does NOTHING if you don't patch your kernel so it should be the same
having it or not.
2) TOS hacking:
/usr/local/sbin/iptables -t mangle -A PREROUTING -j TOS
--set-tos 0x00
/usr/local/sbin/iptables -t mangle -A OUTPUT -j TOS --set-tos
0x00
As I said this converts my machine in a load balancer based on (src
ip, dst ip) pair.
The problem is squid which always use the same IP for ALL
connections. This breaks my balance :-(
Right now?
PS: Mail.com (the company madrid.com domain belongs to) has had
problems and has rejected all mail during last day aprox. If all is ok
now, I'll start to receive all delayed mail. At least I hope so :)
>P.D. Roman?¿? Llevo un par de días intentando responderte a tu mensaje pero
>me los devuelve el servidor de correo.
Lo dicho, problemas con madrid.com. Puedes intentar mi direccion
"directa" (madrid.com es un forwarder) si alguna vez tienes pbas:
roman@batmap.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
** RoMaN SoFt / LLFB **
roman@madrid.com
http://pagina.de/romansoft
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/
next prev parent reply other threads:[~2001-03-22 8:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-03-21 16:37 [LARTC] Tricking routes to load balance + transparent proxying? RoMaN SoFt / LLFB!!
2001-03-21 19:10 ` Christian Worm Mortensen
2001-03-21 20:24 ` Jorge Boncompte [DTI2]
2001-03-21 20:31 ` Jorge Boncompte [DTI2]
2001-03-22 8:24 ` RoMaN SoFt / LLFB!! [this message]
2001-03-22 11:14 ` RoMaN SoFt / LLFB!!
2001-03-23 8:35 ` RoMaN SoFt / LLFB!!
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-98524939117576@msgid-missing \
--to=roman@madrid.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.