Re: Transparent proxy issue on FreeBSD

2023-03-07 Thread Rainer Duffner
> Am 07.03.2023 um 18:26 schrieb Marc West : > > On 2023-03-07 08:09:04, Rainer Duffner wrote: >> I admit I only toyed with TP, so I really don???t know what I???m doing >> there, but: >> >> Have you tried to just use pfSense for this? The developer of the package >> (https://github.com/PiBa

Re: Transparent proxy issue on FreeBSD

2023-03-07 Thread Marc West
On 2023-03-07 08:09:04, Rainer Duffner wrote: > I admit I only toyed with TP, so I really don???t know what I???m doing > there, but: > > Have you tried to just use pfSense for this? The developer of the package > (https://github.com/PiBa-NL) seemed to be active here, but I haven???t seen > any

Re: Transparent proxy issue on FreeBSD

2023-03-07 Thread Rainer Duffner
> Am 07.03.2023 um 08:46 schrieb Marc West : > > > > Any other thoughts to look at or data that would be helpful to collect? > I admit I only toyed with TP, so I really don’t know what I’m doing there, but: Have you tried to just use pfSense for this? The developer of the package (https:

Re: Transparent proxy issue on FreeBSD

2023-03-06 Thread Marc West
Hi Stefan and thanks for your replies. (Sorry for the late reply and replying to my own mail, I don't seem to be receiving messages from the list after confirming the subscription twice and noticed your replies when checking the archives.) > when I understand you correct then you have forwarding

Re: Transparent proxy issue on FreeBSD

2023-02-23 Thread Stefan Fuhrmann
service Support for malloc_trim() is enabled. Built with zlib version : 1.2.12 Running on zlib version : 1.2.12 Compression algorithms supported : identity("identity"), deflate("deflate"), raw-deflate("deflate"), gzip("gzip") Built with transparent proxy

Re: Transparent proxy issue on FreeBSD

2023-02-23 Thread Stefan Fuhrmann
version : 1.2.12 Compression algorithms supported : identity("identity"), deflate("deflate"), raw-deflate("deflate"), gzip("gzip") Built with transparent proxy support using: IP_BINDANY IPV6_BINDANY Built with PCRE2 version : 10.40 2022-04-14 PCRE2 libra

Transparent proxy issue on FreeBSD

2023-02-17 Thread Marc West
algorithms supported : identity("identity"), deflate("deflate"), raw-deflate("deflate"), gzip("gzip") Built with transparent proxy support using: IP_BINDANY IPV6_BINDANY Built with PCRE2 version : 10.40 2022-04-14 PCRE2 library supports JIT : yes Encrypted pass

Re: HAproxy transparent proxy and IPv6

2019-10-16 Thread Philipp Kolmann
Hi, I did some more testing and found the reason why it didn't work: I have added the required ip cmds:     post-up ip rule add fwmark 1 lookup 100     post-up ip route add local 0.0.0.0/0 dev lo table 100     post-up ip route add local ::/0 dev lo table 100 ip rule add fwmark

HAproxy transparent proxy and IPv6

2019-10-14 Thread Philipp Kolmann
Hi, I have setup my test-HAproxy-env according to https://www.haproxy.com/blog/howto-transparent-proxying-and-binding-with-haproxy-and-aloha-load-balancer/ I have setup the Firewall Rules for ipv4 and v6. TEST testha1:~/svnconfig/etc/iptables# iptables -t mangle -vL Chain PREROUTING (policy AC

Re: Transparent proxy that doesn't destroy your default gateway

2016-04-06 Thread Igor Cicimov
On Wed, Apr 6, 2016 at 11:34 PM, Lukas Erlacher wrote: > Addendum: > > On the load balancer, > > iptables -t mangle -A PREROUTING -p tcp -m socket -j DIVERT > > will match *all* packets (for example the packets of your SSH connection, > since there is undoubtedly a socket for those SSH packets),

Re: Transparent proxy that doesn't destroy your default gateway

2016-04-06 Thread Lukas Erlacher
Addendum: On the load balancer, iptables -t mangle -A PREROUTING -p tcp -m socket -j DIVERT will match *all* packets (for example the packets of your SSH connection, since there is undoubtedly a socket for those SSH packets), at least it does on my system; this is much nicer IMO: iptables -t

Re: getting transparent proxy to work.

2015-08-27 Thread Baptiste
t have haproxy load balanced w/ >> keepalive or pacemaker or something along those lines. >> >> >> Thanks in advance, >> >> --Rich >> ------ >> *From:* Bryan Talbot >> *Sent:* Thursday, August 20, 2015 4:27 PM >> *To:* Rich Vig

Re: getting transparent proxy to work.

2015-08-26 Thread Igor Cicimov
ve haproxy load balanced w/ > keepalive or pacemaker or something along those lines. > > > Thanks in advance, > > --Rich > -- > *From:* Bryan Talbot > *Sent:* Thursday, August 20, 2015 4:27 PM > *To:* Rich Vigorito > *Cc:* Bryan Talbot; B

Re: getting transparent proxy to work.

2015-08-20 Thread Bryan Talbot
On Thu, Aug 20, 2015 at 4:05 PM, Rich Vigorito wrote: > Reading this: > http://blog.haproxy.com/2012/06/05/preserve-source-ip-address-despite-reverse-proxies/​ > about PROXY protocol, what needs to happen for PROXY protocol to be > recognized by the web server? > The webserver needs to support it

Re: getting transparent proxy to work.

2015-08-20 Thread Rich Vigorito
! From: Bryan Talbot Sent: Thursday, August 20, 2015 2:16 PM To: Rich Vigorito Cc: Baptiste; HAProxy Subject: Re: getting transparent proxy to work. On Wed, Aug 19, 2015 at 3:26 PM, Rich Vigorito mailto:ri...@ocp.org>> wrote: I should also clarify the goal of using this approach was to

Re: getting transparent proxy to work.

2015-08-20 Thread Bryan Talbot
LS handshake from haproxy to webservers. Though Im assuming transparent > proxy will mean less work for haproxy server. Is this second approach even > possible? to accomplish the goal of TLS all the way through the call all > ive seen is the transparent proxy solution which Ive

Re: getting transparent proxy to work.

2015-08-20 Thread Baptiste
On Tue, Aug 18, 2015 at 6:19 PM, Rich Vigorito wrote: > After changing the default gateway of the web servers to 10.10.130.79 this > didnt fix it. The site we were testing on, and then all the other sites as > well were unresponsive. So what I was unclear on is if we changed the default > gatew

Re: getting transparent proxy to work.

2015-08-19 Thread Rich Vigorito
proxy will mean less work for haproxy server. Is this second approach even possible? to accomplish the goal of TLS all the way through the call all ive seen is the transparent proxy solution which Ive been struggling with. From: Rich Vigorito Sent: Tuesday

Re: getting transparent proxy to work.

2015-08-18 Thread Rich Vigorito
t; needed indefinitely? What ive articulated is only one site served through the > 2 web servers. Our web servers serve multiple sites, how to accommodate this? > Ie couldnt have 5 different IPs in the loopback? > > From: Baptiste > Sent: Wednes

Re: getting transparent proxy to work.

2015-08-14 Thread Baptiste
hrough the > 2 web servers. Our web servers serve multiple sites, how to accommodate this? > Ie couldnt have 5 different IPs in the loopback? > > From: Baptiste > Sent: Wednesday, August 12, 2015 11:41 PM > To: Rich Vigorito > Cc: HAProxy

RE: getting transparent proxy to work.

2015-08-13 Thread Rich Vigorito
e loopback? From: Baptiste Sent: Wednesday, August 12, 2015 11:41 PM To: Rich Vigorito Cc: HAProxy Subject: Re: getting transparent proxy to work. Hi Rich, so here is your problem. Please temporarily change this default gateway of the web servers to the active VIP: 10

Re: getting transparent proxy to work.

2015-08-12 Thread Baptiste
ncing-transparent-proxy-mode/ Baptiste On Thu, Aug 13, 2015 at 2:29 AM, Rich Vigorito wrote: > No inside the firewall one default gateway. 10.10.130.1 > > The web servers and haproxy servers have one interface I believe > > Sent from my Verizon Wireless 4G LTE DROID > > >

Re: getting transparent proxy to work.

2015-08-12 Thread Rich Vigorito
nt work > > -Rich > > From: Rich Vigorito mailto:ri...@ocp.org>> > Sent: Monday, August 10, 2015 5:22 PM > To: Baptiste > Cc: haproxy@formilux.org<mailto:haproxy@formilux.org> > Subject: RE: getting transparent proxy to work

Re: getting transparent proxy to work.

2015-08-12 Thread Baptiste
; Removing it loadbalancing works, keeping it in the config, load > balancing doesnt work > > > > -Rich > > > > From: Rich Vigorito > > Sent: Monday, August 10, 2015 5:22 PM > > To: Baptiste > > Cc: haproxy@formilux.org > > Subject:

Re: getting transparent proxy to work.

2015-08-12 Thread Rich Vigorito
e > Cc: haproxy@formilux.org > Subject: RE: getting transparent proxy to work. > > Thanks you very much for all the help, and yes, you were correct about the > capture i reported being the health check. attached are 2 pngs. one w/ our > simple diagram of network topology and the other b

Re: getting transparent proxy to work.

2015-08-12 Thread Baptiste
> From: Rich Vigorito > Sent: Monday, August 10, 2015 5:22 PM > To: Baptiste > Cc: haproxy@formilux.org > Subject: RE: getting transparent proxy to work. > > Thanks you very much for all the help, and yes, you were correct about the > capture i reported being the h

RE: getting transparent proxy to work.

2015-08-12 Thread Rich Vigorito
From: Rich Vigorito Sent: Monday, August 10, 2015 5:22 PM To: Baptiste Cc: haproxy@formilux.org Subject: RE: getting transparent proxy to work. Thanks you very much for all the help, and yes, you were correct about the capture i reported being the health check. attached are 2 pngs. one w/ our

Re: getting transparent proxy to work.

2015-08-08 Thread Baptiste
On Fri, Aug 7, 2015 at 11:05 PM, Rich Vigorito wrote: > Hello, this is my first time using the mailing list. I have the following > issue. > > > Followed steps to enable transparent proxy outlined here: > > Howto transparent proxying and binding with HAProxy and ALOHA Load

getting transparent proxy to work.

2015-08-07 Thread Rich Vigorito
Hello, this is my first time using the mailing list. I have the following issue. Followed steps to enable transparent proxy outlined here: Howto transparent proxying and binding with HAProxy and ALOHA Load-Balancer | HAProxy Technologies - Aloha Load Balancer<http://blog.haproxy.com/2013

RE: Transparent proxy mode

2013-05-21 Thread Lionel PASCAL
Envoyé : samedi 18 mai 2013 08:21 À : Lionel PASCAL Cc : haproxy@formilux.org Objet : Re: Transparent proxy mode Hi Lionel, It's up to you to check you have the necessary features compiled in your kernel. We don't know which features each distribution enable in their kernel. I guess it

Re: Transparent proxy mode

2013-05-17 Thread Baptiste
s? Have you run configured iptables? Please share with us your procedure and we may be able to help. Baptiste On Fri, May 17, 2013 at 6:12 PM, Lionel PASCAL wrote: > I ‘m on ubuntu 12.04 LTS > > Kernel 3.2.0-40-generic > > > > I’m trying to enable transparent proxy mode but i

Transparent proxy mode

2013-05-17 Thread Lionel PASCAL
I 'm on ubuntu 12.04 LTS Kernel 3.2.0-40-generic I'm trying to enable transparent proxy mode but it does not work : Cannot bind to tproxy source address before connect() for proxy server011. Aborting. Is this fonctionnality supported on this kernel? Should I try on

Re: HAproxy & tproxy problem when try to make transparent proxy

2013-05-15 Thread haproxy
Hello, L. Alberto Giménez ha scritto: > Please check that: > > * You have the tproxy enabled in your kernel > * You have haproxy compiled with tproxy support > > Your backend servers *can't* see the clients directly (i.e., they have > the haproxy box as default gateway and *no other* gateways). >

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2013-04-30 Thread haproxy
Hi, anksoWX. HAProxy now supports SSL termination as well. I cannot say anything about your topology, but the same can be achieved in a better way by installing HAProxy on pfSense inside a FreeBSD jail. You can check out the link below If you are strugging with pfSense packages for HAProxy. I h

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread Willy Tarreau
s point I don't know if the requester wants : - to find a way to enable transparent proxy in the pfsense kernel - to find a way to enable transparent proxy in haproxy - to get some help troubleshooting a config involving transparent proxy - anything else ? > > and i said also the ex

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread Baptiste
read this carefully: HAProxy is a reverse-proxy. regards On Fri, Aug 24, 2012 at 3:08 PM, wrote: > Yes and i am asking how to set up haproxy to works as a reverse proxy. > Because haproxy can do load balance too. > > > Regards, > > --- > posted at http://www.serverphorums.com > http://www.ser

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread haproxy
Yes and i am asking how to set up haproxy to works as a reverse proxy. Because haproxy can do load balance too. Regards, --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,552462,552625#msg-552625

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread Baptiste
On Fri, Aug 24, 2012 at 1:15 PM, wrote: > I said it very clearly, that i have found how to make it transparent, No you didn't... But maybe my english understanding is too bad :) > and i said also the exact way to do it. I want help with the set up of the > reverse proxy. this is exactly where

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread haproxy
I said it very clearly, that i have found how to make it transparent, and i said also the exact way to do it. I want help with the set up of the reverse proxy. This... Regards, --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,552462,552583#msg-552583

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread Baptiste
so please clarify your question cause I don't understand anything and I'm not the only one. cheers On Fri, Aug 24, 2012 at 10:27 AM, wrote: > Yeah, the all thing is not this. The transparent proxy is the last thing i > want to know. > > --- > posted at http://www

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread haproxy
Yeah, the all thing is not this. The transparent proxy is the last thing i want to know. --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,552462,552500#msg-552500

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread haproxy
Hi Baptiste, It's a VM and generally i don't think that it needs compile with transparent proxy enabled in the packages of pfsense there is haproxy and haproxy supports transparency. Regards, --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,552462,

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread Baptiste
Hi, Are you sure pfsense kernel has been compiled with TPROXY enabled? cheers On Fri, Aug 24, 2012 at 9:09 AM, wrote: > Good morning people, > > since yesterday i have an existing problem that i can't solve without any > help.. > Topology: > pfsense (Reverse+transparen

HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread haproxy
Good morning people, since yesterday i have an existing problem that i can't solve without any help.. Topology: pfsense (Reverse+transparent proxy (haproxy), Load Balancer (of pfsense), SSL termination (stunnel)) after pfsense i have 2 web servers that pfsense load balance them. Here i

haproxy ssh transparent proxy

2012-05-02 Thread jinge
Sorry for i'm new in haproxy,there is my problem i wanna haproxy to proxy any non-http traffic. And there is my config about it listen tcp-in bind 192.168.137.18: mode tcp tcp-request inspect-delay 5s tcp-request content accept if HTTP

Re: Transparent Proxy

2011-09-24 Thread Jason J. W. Williams
ke a look at: > http://blog.loadbalancer.org/configure-haproxy-with-tproxy-kernel-for-full-transparent-proxy/ > > Ignore the kernel re-compile stuff, as its all pretty standard in > modern kernels. > But it should show you how to construct the haproxy.cfg file. > > > &g

Re: Transparent Proxy

2011-09-23 Thread Malcolm Turnbull
Jason, No that option is not relevant for TPROXY (client source IP transparency) Its an old blog but take a look at: http://blog.loadbalancer.org/configure-haproxy-with-tproxy-kernel-for-full-transparent-proxy/ Ignore the kernel re-compile stuff, as its all pretty standard in modern kernels

Re: Transparent Proxy

2011-09-23 Thread Baptiste
On Fri, Sep 23, 2011 at 11:53 PM, Jason J. W. Williams wrote: > Hello, > > My understanding has been that HAProxy can be set up in conjunction > with TPROXY support in the Linux kernel so that the backend servers > see the original client's source IP address on incoming packets? > > So is the "opt

Transparent Proxy

2011-09-23 Thread Jason J. W. Williams
Hello, My understanding has been that HAProxy can be set up in conjunction with TPROXY support in the Linux kernel so that the backend servers see the original client's source IP address on incoming packets? So is the "option transparent" (http://code.google.com/p/haproxy-docs/wiki/transparent) n

RE: transparent Proxy on FreeBSD

2011-08-10 Thread GARRISON, TRAVIS J.
generic one. Travis From: GARRISON, TRAVIS J. [mailto:garri...@otc.edu] Sent: Tuesday, August 09, 2011 9:08 AM To: haproxy Subject: transparent Proxy on FreeBSD How can I configure haproxy to operate in transparent mode in FreeBSD. I have tried adding the line source 0.0.0.0 usesrc clientip to mu

transparent Proxy on FreeBSD

2011-08-09 Thread GARRISON, TRAVIS J.
How can I configure haproxy to operate in transparent mode in FreeBSD. I have tried adding the line source 0.0.0.0 usesrc clientip to mu config but it states that I need to recompile with tproxy. I have tried adding the compile switch but it doesn't work. I have noticed that FreeBSD uses -DTPROX

Re: HAproxy & tproxy problem when try to make transparent proxy

2010-03-20 Thread Daniele Genetti
Hello, L. Alberto Giménez ha scritto: Please check that: * You have the tproxy enabled in your kernel * You have haproxy compiled with tproxy support Your backend servers *can't* see the clients directly (i.e., they have the haproxy box as default gateway and *no other* gateways). The same fo

Re: HAproxy & tproxy problem when try to make transparent proxy

2010-03-20 Thread L. Alberto Giménez
On 03/20/2010 08:27 PM, Daniele Genetti wrote: > So, there is something that don't permit to communicate in transparent > mode.. > Where is the barrier? mmm.. Hi, Sorry for insist on that, but are you *completely* sure that your routing is properly set up so transparent mode can work? This kind

Re: HAproxy & tproxy problem when try to make transparent proxy

2010-03-20 Thread Daniele Genetti
Hello Willy! Willy Tarreau ha scritto: Please simplify the test first. Disable health checks on the server. That way we'll know that health checks are not seeing the server as down. Next step is to ensure that you're sending the request from a machine that must be routed back via the haproxy se

Re: HAproxy & tproxy problem when try to make transparent proxy

2010-03-19 Thread Willy Tarreau
On Sat, Mar 20, 2010 at 02:23:29AM +0100, Daniele Genetti wrote: > I verify default gw and it seems correct. > I also add rules suggested, but nothing change. > The error "503 Service Unavailable" persist. > > So, now I try to do this test. > > 1) Without transp

Re: HAproxy & tproxy problem when try to make transparent proxy

2010-03-19 Thread Daniele Genetti
I verify default gw and it seems correct. I also add rules suggested, but nothing change. The error "503 Service Unavailable" persist. So, now I try to do this test. 1) Without transparent proxy on HAPROXY_SERVER: > netstat -ctnup | grep 192.168.1.20:80 (ok, connection establish

Re: HAproxy & tproxy problem when try to make transparent proxy

2010-03-19 Thread James Little
Also for some reason if you are using the new kernel and the new iptables (as you seem to be) you need to specify the firewall mark on EVERY interface: ip rule add dev eth0 fwmark 111 lookup 100 ip rule add dev eth1 fwmark 111 lookup 100 ip rule add dev eth2 fwmark 111 lookup 100 ip rule add dev e

Re: HAproxy & tproxy problem when try to make transparent proxy

2010-03-19 Thread Willy Tarreau
Hi, On Fri, Mar 19, 2010 at 07:03:47PM +0100, Daniele Genetti wrote: > Hello, > > I have one big problem with HAproxy compiled with tproxy support. > > This is the situation... > > HAPROXY_SERVER > os: ubuntu server > kernel: 2.6.31 (so with tproxy support) > iptables: 1.4.4 (so with tproxy sup

Re: Transparent proxy of SSL traffic using Pound to HAProxy backend patch and howto

2009-07-22 Thread Willy Tarreau
On Mon, Jul 20, 2009 at 03:23:22PM +0100, Malcolm Turnbull wrote: > Many thanks to Ivansceó Krisztián for working on the TPROXY patch for > Pound for us, we can finally do SSL termination -> HAProxy -> backend > with TPROXY. > > http://blog.loadbalancer.org/transparent-proxy

Transparent proxy of SSL traffic using Pound to HAProxy backend patch and howto

2009-07-20 Thread Malcolm Turnbull
Many thanks to Ivansceó Krisztián for working on the TPROXY patch for Pound for us, we can finally do SSL termination -> HAProxy -> backend with TPROXY. http://blog.loadbalancer.org/transparent-proxy-of-ssl-traffic-using-pound-to-haproxy-backend-patch-and-howto/ Patches to Pound are here

Re: R: Transparent proxy

2009-05-16 Thread L. Alberto Giménez
Carlo Granisso wrote: > I've solved my problem (many thansk to John) but now I've another problem > with url rewrite/redirection. Do I have missed something? I have reviewed the thread and can't find a clue to solve your problem. Could you be so nice to post here what was happening and how did yo

R: Transparent proxy

2009-05-14 Thread Carlo Granisso
arlo -Messaggio originale- Da: "L. Alberto Giménez" [mailto:agimenez-hapr...@sysvalve.homelinux.net] Inviato: martedì 12 maggio 2009 23.06 A: Carlo Granisso Cc: haproxy@formilux.org Oggetto: Re: Transparent proxy Carlo Granisso wrote: > Hello everybody, I have a problem with hapr

Re: Transparent proxy

2009-05-12 Thread L. Alberto Giménez
ve tproxy patch). > Now I can't use transparent proxy function: if I leave in haproxy.cfg this > line "source 0.0.0.0 usesrc clientip" haproxy say "503 - Service > unavailable". > If I comment out the line, everything work fine (without transparent proxy). >

R: Transparent proxy

2009-05-12 Thread Carlo Granisso
[mailto:c.grani...@dnshosting.it] Inviato: martedì 12 maggio 2009 10.21 A: 'John Lauro' Cc: haproxy@formilux.org Oggetto: R: Transparent proxy -Messaggio originale- Da: John Lauro [mailto:john.la...@covenanteyes.com] Inviato: lunedì 11 maggio 2009 18.30 A: 'Carlo Granisso'

R: Transparent proxy

2009-05-12 Thread Carlo Granisso
-Messaggio originale- Da: John Lauro [mailto:john.la...@covenanteyes.com] Inviato: lunedì 11 maggio 2009 18.30 A: 'Carlo Granisso'; haproxy@formilux.org Oggetto: RE: Transparent proxy >> >> And no request were found into webserver (netstat -ntap | grep :80) &g

Re: R: R: Transparent proxy

2009-05-11 Thread Jeff Buchbinder
Willy Tarreau wrote: do you mean that the OpenBSD supports a linux-compatible tproxy ? I was not aware of this, because for me, tproxy is 100% linux-specific. Do you know what versions provide it (if so) and how to detect whether it's supported ? I've seen a bunch of pf+squid magic to do it,

Re: R: R: Transparent proxy

2009-05-11 Thread Willy Tarreau
On Mon, May 11, 2009 at 11:05:15AM -0400, Jeff Buchbinder wrote: > Carlo Granisso wrote: > >I'm using Ubuntu server with tproxy patch for kernel, haproxy and > >iptables. > I know, I was just chiming in with a tproxy issue on OpenBSD. do you mean that the OpenBSD supports a linux-compatible tpro

RE: Transparent proxy

2009-05-11 Thread John Lauro
> > And no request were found into webserver (netstat -ntap | grep :80) > > After few seconds: "503 Service Unavailable No server is available to > handle > this request. " > Can you ping your webserver from the haproxy box ok? What does the following show from your webserver: netstat -rn Does

Re: R: R: Transparent proxy

2009-05-11 Thread Jeff Buchbinder
Carlo Granisso wrote: I'm using Ubuntu server with tproxy patch for kernel, haproxy and iptables. I know, I was just chiming in with a tproxy issue on OpenBSD. -- Jeff Buchbinder Senior Infrastructure Engineer Rave Wireless, Inc jbuchbin...@ravewireless.com

R: R: Transparent proxy

2009-05-11 Thread Carlo Granisso
I'm using Ubuntu server with tproxy patch for kernel, haproxy and iptables. -Messaggio originale- Da: Jeff Buchbinder [mailto:jbuchbin...@ravewireless.com] Inviato: lunedì 11 maggio 2009 16.45 A: haproxy@formilux.org Oggetto: Re: R: Transparent proxy On a related note, it loo

Re: R: Transparent proxy

2009-05-11 Thread Jeff Buchbinder
On a related note, it looks as though transparent proxying support is busted in the default BSD build (Makefile.bsd). It defines TPROXY with -DPROXY, but never defines -DCONFIG_HAP_CTTPROXY, which means that in src/cfgparse.c it'll bomb out with an error. Also in src/proto_tcp.c, all instances

R: Transparent proxy

2009-05-11 Thread Carlo Granisso
ilux.org Oggetto: RE: Transparent proxy It’s a little different config than I have, but it looks ok to me… What’s haproxy –vv give? I have: [r...@haf1 etc]# haproxy -vv HA-Proxy version 1.3.15.7 2008/12/04 Copyright 2000-2008 Willy Tarreau Build options : TARGET = linux26 CPU = gene

R: Transparent proxy

2009-05-11 Thread Carlo Granisso
Service Unavailable No server is available to handle this request. " Thanks, Carlo Da: John Lauro [mailto:john.la...@covenanteyes.com] Inviato: lunedì 11 maggio 2009 14.42 A: 'Carlo Granisso'; haproxy@formilux.org Oggetto: RE: Transpare

RE: Transparent proxy

2009-05-11 Thread John Lauro
y 11, 2009 7:06 AM To: haproxy@formilux.org Subject: Transparent proxy Hello everybody, I have a problem with haproxy (1.3.17) and kernel 2.6.29 I have successfully recompiled my kernel with TPROXY modules and installed haproxy (compiled from source with tproxy option enabled) and installed ip

R: Transparent proxy

2009-05-11 Thread Carlo Granisso
ll [mailto:malc...@loadbalancer.org] Inviato: lunedì 11 maggio 2009 13.12 A: Carlo Granisso Cc: haproxy@formilux.org Oggetto: Re: Transparent proxy Carlo, Sorry got busy and forgot to post back to you, I was going to ask whats your output from : iptables -L -t mangle Chain PREROUTING (policy

Re: Transparent proxy

2009-05-11 Thread Malcolm Turnbull
d > haproxy (compiled from source with tproxy option enabled) and installed > iptables 1.4.3 (that have tproxy patch). > Now I can't use transparent proxy function: if I leave in haproxy.cfg this > line "source 0.0.0.0 usesrc clientip" haproxy say "503 - Servi

Transparent proxy

2009-05-11 Thread Carlo Granisso
Hello everybody, I have a problem with haproxy (1.3.17) and kernel 2.6.29 I have successfully recompiled my kernel with TPROXY modules and installed haproxy (compiled from source with tproxy option enabled) and installed iptables 1.4.3 (that have tproxy patch). Now I can't use transparent