Autotunnel docker run not running cloudflared

Hey everyone

I tried to uninstalled cloudflared and i got it to the point where i have to run my docker run command with my token. But it does not work, its stuck on 4 INF connections and then just does nothing. Here is some of my logs:

2022-12-15T21:46:11Z INF Cannot determine default configuration path. No file [config.yml config.yaml] in [~/.cloudflared ~/.Cloudflare-warp ~/Cloudflare-warp /etc/cloudflared /usr/local/etc/cloudflared] 2022-12-15T21:46:11Z INF Version 2022.11.1 2022-12-15T21:46:11Z INF GOOS: linux, GOVersion: go1.19.3, GoArch: amd64 2022-12-15T21:46:11Z INF Settings: map[no-autoupdate:true token:*****] 2022-12-15T21:46:11Z INF Generated Connector ID: 17a615c3-3761-4569-a0f5-6029363ff39e 2022-12-15T21:46:11Z INF Will be fetching remotely managed configuration from Cloudflare API. Defaulting to protocol: quic 2022-12-15T21:46:11Z INF Initial protocol quic 2022-12-15T21:46:11Z INF ICMP proxy will use 172.17.0.3 as source for IPv4 2022-12-15T21:46:11Z INF ICMP proxy will use :: as source for IPv6 2022-12-15T21:46:11Z WRN The user running cloudflared process has a GID (group ID) that is not within ping_group_range. You might need to add that user to a group within that range, or instead update the range to encompass a group the user is already in by modifying /proc/sys/net/ipv4/ping_group_range. Otherwise cloudflared will not be able to ping this network error=“Group ID 65532 is not between ping group 1 to 0” 2022-12-15T21:46:11Z WRN ICMP proxy feature is disabled error=“cannot create ICMPv4 proxy: Group ID 65532 is not between ping group 1 to 0 nor ICMPv6 proxy: socket: permission denied” 2022-12-15T21:46:11Z INF Starting metrics server on 127.0.0.1:36459/metrics 2022-12-15T21:46:11Z INF Connection e66d3f15-1abd-479e-b734-4dc26bfbdc4a registered with protocol: quic connIndex=0 ip=removed location=DUB 2022-12-15T21:46:12Z INF Connection b8f55b44-9aa2-42ea-9ff6-f208e069b498 registered with protocol: quic connIndex=1 ip=198.41.192.227 location=AMS 2022-12-15T21:46:13Z INF Connection 47c77da4-54ad-4693-8c63-ed4ede87af52 registered with protocol: quic connIndex=2 ip=198.41.200.233 location=DUB 2022-12-15T21:46:14Z INF Connection 52d27fed-74f4-463d-9bbe-cacb6da28037 registered with protocol: quic connIndex=3 ip=198.41.192.47 location=AMS

I’m not a professional so it could be just a dumb issue but it would be great if someone could help me

Just tried it on a free oracle cloud machine where it was first but i wanted to change that server to my home server. But it does the exact same thing as my home server

I resetted my oracle free tier cloud machine and it did the same, is it something related to my account?

Looks like it is running. What happens when you try to route traffic through it?

What do you mean with looks like its running? Its stuck on that last line and it just doesnt do anything after that. I did see it was connected in my Cloudflare tunnel admin page but it said something with that the DNS was not gonna work. Now i tried to reset and connect it again and now it doesnt even show up anymore…

Right. That’s what it does when run from the command line.

What exactly does it say? What errors do you see when routing traffic through it for whatever purpose you have a tunnel configured?

Then I should be able to check the cloudflared version with cloudflared version right?
When I try any cloudflared command it says: Command not found

It says the following when i’m trying to make a Public Hostname Page:
Warning: No DNS record found for this domain. The policy may not execute as expected.

When I route traffic to it and I try to visit the website it shows this:

That’s a non-sequitur.

If it is a brand new hostname this would be expected as the hostname didn’t already exist when the tunnel was created.

So you’re getting a Bad Gateway error. The typical cause for that is that from the machine running the tunnel you can’t connect to the origin host as it is configured.

I dont really get it because i configured it like i did before and didnt change much besides that, the only thing im running is a portainer container and besides that the cloudflared container. What should i configure for it to let it work? Its a fresh install besides the portainer part.

I feel so dumb, I checked the video by NetworkChuck where he disabled No TLS Verify and I tried the same aswell and now it works… Is TLS Verification important and not smart to turn that off or am I fine? Don’t really know how important it is.