Hi there-
I’m new at this, and I accidentally deleted my last topic. -_-
I’m trying to get local network access set up through my Cloudflare tunnel.
I was able to set up a tunnel to a container running on my NAS. I set up an application to make a subdomain to access this tunnel, and I set up the hostname in my tunnel to 10.0.1.11:6868.
That directs to a homepage where I link to the various services I have running on my NAS, all on various ports of 10.0.1.11
I added a private network in my tunnel with the CIDR 10.0.1.0/24.
I set up the home network in my application per the instructions here:
https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/private-net/connect-private-networks/
I can still only access the homepage at port 6868. All of the links to the other services at ports of that IP on my homepage time out when I access it remotely.
I’m not super experienced with networking, can anyone provide any assistance?