I am trying to run a traceroute in 814 under a non-root account to track down some connectivity issues.
For instance traceroute google.com
gives the following error: traceroute: socket: Operation not permitted.
sudo traceroute google.com
gives the following error: 1 traceroute: sendto: Operation not permitted.
Is this the expected behaviour? Could this be a firewall issue?
Is there no way to run a traceroute or a similar command as a standard user?
Thanks for your feedback!