traffic is not passed to haproxy

Started by GaardenZwerch, February 22, 2021, 08:57:12 AM

Previous topic - Next topic
Hi all,

I have a situation where incoming traffic doesn't seem to be passed to the haproxy process.

  • the backends are fine, I see that haproxy contacts them regularly, and they are 'UP'
  • when I try to contact publicip:port from outside the OPNsense box, I see the request coming in, and I can see it 'pass', looking at pflog. Nothing shows in haproxy.log
  • sockstat shows haproxy is listening at publicip:port
  • when I do 'curl publicip:port' on the OPNsense box itself, everything works, and the request shows in the haproxy.log
  • to keep things simple, I have used 88 as the public port, so that it nothing interferes with OPNsense's GUI
  • I have a rule that accepts traffic to publicip:port on the interface where the request comes in
  • publicip is a CARP virtual IP

Any hints on what could be wrong hete?

Thanks a lot in advance,