### ADMIN EDIT #### Solution ``` echo 'net.ipv4.ping_group_range = 0 2147483647' > /etc/sysctl.d/99-ping.conf sysctl -p /etc/sysctl.d/99-ping.conf ``` #### Read more - https://fedoraproject.org/wiki/Changes/EnableSysctlPingGroupRange - https://github.com/systemd/systemd/pull/13141 - https://github.com/systemd/systemd/blob/master/sysctl.d/50-default.conf - https://github.com/MichaIng/DietPi/commit/caec92e92e136a2f731f6d4c45db8463896fc80a ___________ Hi there, It seems for some reason DietPi is set up in a way where a normal user cannot perform a ping operation? ```bash dietpi@DietPi:~$ ping 192.168.88.14 ping: socket: Operation not permitted dietpi@DietPi:~$ sudo ping 192.168.88.14 PING 192.168.88.14 (192.168.88.14) 56(84) bytes of data. 64 bytes from 192.168.88.14: icmp_seq=1 ttl=64 time=1.05 ms ``` Is there a special reason for this or is this a bug?
ADMIN EDIT
Solution
Read more
Hi there,
It seems for some reason DietPi is set up in a way where a normal user cannot perform a ping operation?
Is there a special reason for this or is this a bug?