You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
cloudflared 2024.1.6 and above is breaking the stability of the connection, including 2024 the latest release which is 2024.9.1
To Reproduce
Steps to reproduce the behavior:
Run the docker container with 2024.1.6.
The tunnel is flapping up and down, and the connection is nearly unusable.
If it's an issue with Cloudflare Tunnel:
4. Tunnel ID : 92e2eec4-4237-4b87-8764-1556d14b723c
5. cloudflared config: tunnel --no-autoupdate run --token !!!REDACTED!!!
Additional context This can be resolved by turning on the experimental ICMP feature flag on the Networks -> Proxy
If the ICMP feature have not been turned on, Whenever the tunnel starts it starts with the error
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 0 is not between ping group 1 to 0"
2024-09-16T07:06:08Z WRN ICMP proxy feature is disabled error="cannot create ICMPv4 proxy: Group ID 0 is not between ping group 1 to 0 nor ICMPv6 proxy: socket: permission denied"
Tunnel shows healthy in the cloudflare console but the container has these error/io timeout logs
Setup: This is running in the container inside a vpc which has permissions to setup outbound tunnel
The text was updated successfully, but these errors were encountered:
dial tcp and failure to connect looks like no network path, try loading a sidecar container into the same namespace with some network testing tools and confirm connectivity
Describe the bug
cloudflared 2024.1.6 and above is breaking the stability of the connection, including 2024 the latest release which is 2024.9.1
To Reproduce
Steps to reproduce the behavior:
If it's an issue with Cloudflare Tunnel:
4. Tunnel ID : 92e2eec4-4237-4b87-8764-1556d14b723c
5. cloudflared config: tunnel --no-autoupdate run --token !!!REDACTED!!!
Expected behavior
connection should be stable
Environment and versions
Logs and errors
Additional context This can be resolved by turning on the experimental
ICMP
feature flag on the Networks -> ProxyIf the ICMP feature have not been turned on, Whenever the tunnel starts it starts with the error
Tunnel shows healthy in the cloudflare console but the container has these error/io timeout logs
Setup: This is running in the container inside a vpc which has permissions to setup outbound tunnel
The text was updated successfully, but these errors were encountered: