I’m new to CloudFlare, trying to get an SSH tunnel to work. Here is my setup:
Rasberry Pi on my home network is hosting a website on port 8080 and rpi is configured to route port 80 traffic to 8080. When I hit my rpi on port 80 from my local machine, the web site serves up just fine.
My rpi is running tunneling as a service with this config file:
What are you expecting to see? Your Ingress rule routes that hostname to SSH, not a website. If you want to use that hostname for the SSH web interface, you need to enable the Access setting for that:
I’m expecting to see whatever my rpi is dishing out on port 80. I’m not sure where to activate that setting from my cloudflare dashboard. Where do I find it?