OPNsense Forum

English Forums => General Discussion => Topic started by: dustymiller259 on July 02, 2020, 05:29:17 PM

Title: After some help with HAProxy
Post by: dustymiller259 on July 02, 2020, 05:29:17 PM
I'm trying to understand how HAProxy work, and get it setup, but despite my limited understanding, i think i have the config correct, but it does not seem to work as expected at all. does anyone know of any good resources out there ?

Im only trying to get it to work for a couple of webservers behind my firewall (Home Setup)
Title: Re: After some help with HAProxy
Post by: dustymiller259 on July 02, 2020, 05:43:37 PM
Cancel that. My config was correct, it was the old port forwards that were wrong.
Title: Re: After some help with HAProxy
Post by: dustymiller259 on July 02, 2020, 06:15:38 PM
Scratch that, i have one rule working, but cant get the second to play without killing the first rule.

I basically have 1 rule working that say if "path contains string" = VirtualRadar then use one backend pool. That works

When i add an anti rule so if the "path Contains string" - VirtualRadar + then negate that condition, in the second rule, it all falls apart.

What am i missing