Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[PATCH\]\s+Transparent\s+proxy\s+support\s+for\s+LVS\s+with\s+localnode\s+and\s+realservers\s+\(WORKING\)\s*$/: 14 ]

Total 14 documents matching your query.

1. [PATCH] Transparent proxy support for LVS with localnode and realservers (WORKING) (score: 1)
Author: Raphael Vallazza <raphael@xxxxxxxxxx>
Date: Thu, 10 Jan 2008 11:39:19 +0100
Hello, i wrote a very simple patch for ipvs that enables a kernel config option that allows to choose where IPVS intercepts incoming connections. These are the options: - LOCAL_IN (default: works as
/html/lvs-devel/2008-01/msg00000.html (14,240 bytes)

2. Re: [PATCH] Transparent proxy support for LVS with localnode and realservers (WORKING) (score: 1)
Author: Joseph Mack NA3T <jmack@xxxxxxxx>
Date: Thu, 10 Jan 2008 04:35:06 -0800 (PST)
Hello, i wrote a very simple patch for ipvs that enables a kernel config option that allows to choose where IPVS intercepts incoming connections. These are the options: - LOCAL_IN (default: works as
/html/lvs-devel/2008-01/msg00001.html (13,106 bytes)

3. Re: [PATCH] Transparent proxy support for LVS with localnode and realservers (WORKING) (score: 1)
Author: Raphael Vallazza <raphael@xxxxxxxxxx>
Date: Thu, 10 Jan 2008 15:50:37 +0100
Hello, i wrote a very simple patch for ipvs that enables a kernel config option that allows to choose where IPVS intercepts incoming connections. These are the options: - LOCAL_IN (default: works as
/html/lvs-devel/2008-01/msg00002.html (13,549 bytes)

4. Re: [PATCH] Transparent proxy support for LVS with localnode and realservers (WORKING) (score: 1)
Author: Simon Horman <horms@xxxxxxxxxxxx>
Date: Fri, 11 Jan 2008 13:14:28 +0900
First up, thanks for the patch. Its clean and looks obviously correct. I think we should aim to get this in 2.4.25 (I think its a bit late for 2.4.24, but perhaps it can go in there). I had always th
/html/lvs-devel/2008-01/msg00009.html (18,360 bytes)

5. Re: [PATCH] Transparent proxy support for LVS with localnode and realservers (WORKING) (score: 1)
Author: Simon Horman <horms@xxxxxxxxxxxx>
Date: Fri, 11 Jan 2008 13:28:34 +0900
Sorry, I was a bit to fast on the trigger-button when I sent the previous patch. I checked that it applied against net-2.4.25, but I hadn't yet checked that it compiled. I have now done that for both
/html/lvs-devel/2008-01/msg00010.html (13,726 bytes)

6. Re: [PATCH] Transparent proxy support for LVS with localnode and realservers (WORKING) (score: 1)
Author: Joseph Mack NA3T <jmack@xxxxxxxx>
Date: Fri, 11 Jan 2008 05:29:32 -0800 (PST)
But you do make some good points there, and I'm begining to think that PREROUTING is correct. Having LVS in LOCAL_IN was a reasonable idea at the time, but then people came up with new things to do
/html/lvs-devel/2008-01/msg00011.html (14,783 bytes)

7. Re: [PATCH] Transparent proxy support for LVS with localnode and realservers (WORKING) (score: 1)
Author: Raphael Vallazza <raphael@xxxxxxxxxx>
Date: Sat, 12 Jan 2008 02:30:26 +0100
I've attached patches for net-2.6 (works on 2.6.24-2.6.22) and net-2.6.25. I've made some cosmetic/description changes and added a "FORWARD" option that puts LVS into INPUT *and* FORWARD hooks, now t
/html/lvs-devel/2008-01/msg00012.html (28,623 bytes)

8. Re: [PATCH] Transparent proxy support for LVS with localnode and realservers (WORKING) (score: 1)
Author: Joseph Mack NA3T <jmack@xxxxxxxx>
Date: Fri, 11 Jan 2008 17:44:51 -0800 (PST)
I've attached patches for net-2.6 (works on 2.6.24-2.6.22) and net-2.6.25. I've made some cosmetic/description changes and added a "FORWARD" option that puts LVS into INPUT *and* FORWARD hooks, now t
/html/lvs-devel/2008-01/msg00013.html (12,716 bytes)

9. Re: [PATCH] Transparent proxy support for LVS with localnode and realservers (WORKING) (score: 1)
Author: Simon Horman <horms@xxxxxxxxxxxx>
Date: Sat, 12 Jan 2008 12:06:22 +0900
[snip] Yes, a proc file was what I had in mind. I think that the best thing to do would be to code it up as a separate (additional) patch and if it flies you or I can send it on to netdev. Last time
/html/lvs-devel/2008-01/msg00014.html (12,676 bytes)

10. Re: [PATCH] Transparent proxy support for LVS with localnode and realservers (WORKING) (score: 1)
Author: Graeme Fowler <graeme@xxxxxxxxxxx>
Date: Sat, 12 Jan 2008 10:07:12 +0000
Hi all Absolutely. And thanks - this is brilliant, I feel it'll give LVS some more momentum. +1 (and more) from me. The ability to make this sort of change without rebooting will be *amazing*. Think
/html/lvs-devel/2008-01/msg00015.html (12,254 bytes)

11. Re: [PATCH] Transparent proxy support for LVS with localnode and realservers (WORKING) (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Sat, 19 Jan 2008 00:26:53 +0200 (EET)
Hello, Yes, can you explain with example (nodes, packets they send) what happens with LOCAL_IN handling and what with PRE_ROUTING for your setup? I'm not sure that working before routing is acceptabl
/html/lvs-devel/2008-01/msg00031.html (14,836 bytes)

12. Re: [PATCH] Transparent proxy support for LVS with localnode and realservers (WORKING) (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Mon, 21 Jan 2008 11:48:20 +0200 (EET)
Hello, Yes, thanks. I now see the problem with LVS-LOCALNODE for squids. Regards -- Julian Anastasov <ja@xxxxxx> - To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of
/html/lvs-devel/2008-01/msg00032.html (11,234 bytes)

13. Re: [PATCH] Transparent proxy support for LVS with localnode and realservers (WORKING) (score: 1)
Author: Raphael Vallazza <raphael@xxxxxxxxxx>
Date: Mon, 21 Jan 2008 18:32:22 +0100
(I forgot to CC it to the mailing list) Hello, I tried it on some test boxes and it seems to work pretty well, i'll do some stress testing in the next few days. I could send you a setup example if yo
/html/lvs-devel/2008-01/msg00033.html (17,155 bytes)

14. Re: [PATCH] Transparent proxy support for LVS with localnode and realservers (WORKING) (score: 1)
Author: Raphael Vallazza <raphael@xxxxxxxxxx>
Date: Mon, 11 Feb 2008 09:18:07 +0100
Are there any chances that my patches get merged in 2.6.25? :) Thanks, Raphael Am 21.01.2008 um 18:32 schrieb Raphael Vallazza: (I forgot to CC it to the mailing list) Hello, I tried it on some test
/html/lvs-devel/2008-02/msg00000.html (15,163 bytes)


This search system is powered by Namazu