File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/content/docs/cloudflare-one/connections/connect-networks/troubleshoot-tunnels Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,14 @@ The steps for getting diagnostic logs depend on your `cloudflared` deployment en
2222
2323These instructions apply to remotely-managed and locally-managed tunnels running directly on the host machine.
2424
25- 1 . (Linux only) Allow the ` cloudflared ` user to create RAW and PACKET sockets without root permissions:
25+ 1 . (Linux only) To include network diagnostics in the logs, allow the ` cloudflared ` user to create RAW and PACKET sockets without root permissions:
2626
2727 ``` sh
2828 sudo setcap cap_net_raw+ep /usr/bin/traceroute && sudo setcap cap_net_raw+ep /usr/bin/traceroute
2929 ```
3030
31+ If you do not set ` cap_net_raw ` , then traceroute data will be unavailable.
32+
31332 . Get diagnostic logs:
3234
3335 ``` sh
You can’t perform that action at this time.
0 commit comments