LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: [RFC PATCH] Using LVS as a way to provide load-balanced internet

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: [RFC PATCH] Using LVS as a way to provide load-balanced internet
From: Ludo Stellingwerff <ludo@xxxxxxxxxxxxx>
Date: Fri, 29 Jul 2005 14:56:52 +0200
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


> #iptables -A FORWARD -t mangle -s <internal_lan> -d 0.0.0.0/0 -j
> MARK --set-mark 1
>
Sorry I was a bit hasty: the mark on FORWARD is too late, it should be
a mark on PREROUTING:

#iptables -A PREROUTING -t mangle -s <internal_lan> -d 0.0.0.0/0 -j MARK
- --set-mark 1

Sorry, now I feel like quite a Spammer:(,
Ludo.

- --
Ludo Stellingwerff

V&S B.V. The Netherlands
ProTactive firewall solution.
Tel: +31 172 416116
Fax: +31 172 416124

site: www.protactive.nl
demo: http://www.protactive.nl:81/netview.html
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC6ieUOF3sCpZ+AJgRAra1AKDMvlXNbNvZQibU4H2LbGQbMXZDlQCffDyF
sezpoULOlOilkR3KYc+kFCQ=
=YgzZ
-----END PGP SIGNATURE-----


<Prev in Thread] Current Thread [Next in Thread>