haproxy transparent over openvpn tap
-
Hi all
so I have a topology like this:
As you may understand I'd like to route incoming traffic through the haproxy frontend, in transparent mode. (this not a pfsense, it's a classic debian distro), to backend server located behind my pfsense.
I've managed to get to the web server and come back to pfbox, but here I can't catch the traffic back to where it came from...
I'm using floating rule to don't keep states, as I have to route the traffic using another gateway (openvpn client gw, as pfsense's default gateway is internet)
Please any help is appreciated!
-
@dark345 said in haproxy transparent over openvpn tap:
Please any help is appreciated!
The rule that triggered this action is:
@9(1000000104) block drop out log inet all label "Default deny rule IPv4"
-
Well.. after a LOT of inspection... finally managed to do it!