Issue with Routing Traffic to Pritunl Server Behind OCI Load Balancer with Traefik

Hello Traefik Community,

We have configured a Pritunl server with an OCI cloud Layer 7 load balancer, and we're using an OKE cluster with Traefik as the load balancer (version 3.3). As part of the configuration, we added the Pritunl server's IP address as the 'X-Forwarded-For' header in the OCI load balancer configuration.

However, when accessing our services, the traffic is still being routed to the load balancer's IP instead of the Pritunl server. We need to route the traffic directly to the Pritunl server.

Can anyone advise on what might be misconfigured or what additional steps we might need to take to ensure that the traffic is correctly routed to the Pritunl server behind the OCI load balancer?

Any help or insights would be greatly appreciated!

Thank you!"

You probably have to share your full config for the community to be able to support.

Enable and check Traefik debug log (doc) during startup and request. Dynamic config file correctly loaded, router and service recognized?

Enable and check Traefik access log in JSON format (doc) during request. Is the right router used? Is http error status coming from target OriginStatus or Traefik itself?