127.0.0.1:8080 is not responding. You'll want to check why that is.~ character that is at the front of the --config flag? You'll want to get rid of it so that it becomes /root/.cloudflared/config.yaml.cloudflared tunnel --config /root/.cloudflared/config.yaml run vboxtest~)~ is adding your user's home directory to the path which you don't want.cat /root/.cloudflared/config.yaml says.cloudflared tunnel --config /root/.cloudflared/config.yaml run vboxtest without the ~ what does it say?tunnel: ID
credentials-file: CREDENTIALS_FILE
ingress:
- hostname: test.example.com
service: http://localhost:80
- hostname: test-ssh.example.com
service: ssh://localhost:22
- service: http_status:404tunnel: I REMOVE THE TUNNEL ID
credentials-file: /root/.cloudflared/vboxtest.json
ingress:
- hostname: vtest1.vboxsystems.com
service: http://localhost:80
- hostname: vtest2.vboxsystems.com
service: http://localhost:81
- service: http_status:404