I have a Traefik reverse proxy configured on my internal network and it is successfully routing communication via an internal hostname address.

I want to add external access using a cloudflare tunnel. I have the tunnel configured and route traffic if I go directly to the host but if i try to route via the traefik reverse proxy i get nothing.

How can i diagnose where the traffic it going via the CF tunnel to i can find where my system is falling over?

  • dasunsrule32@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Try making sure that x-forwarded-for is enabled in Traefik, then point the tunnel hostname to the internal DNS entry and see if that works.