@phenomlab I will do that. I am hoping to buy it within the next week or two.
Need help with ping in linux
-
Unable to ping ip or host in linux
I get this error
ping: sendmsg: Operation not permitted
I tried all the solutions listed on google none of them worked for me can anyone help me ping work in my ubuntu? -
@linuxbeginner Are you attempting to ping an IP address, or a hostname ?
-
@phenomlab both same error
This is what I get when I ping ip
and when I ping host then this
-
@linuxbeginner Can you provide the output of
iptables -L
? It sounds very much like you are using SELINUX - which OS ? -
@phenomlab I am using ZorinOS 16 based on ubuntu and I have just uninstalled iptables.
-
@linuxbeginner Typically, this means that you are not allowed to send ICMP packets. Are you sure you have removed iptables ?
-
@phenomlab Yes sir I removed it with sudo apt remove iptables
see -
@linuxbeginner Try
sudo apt install --reinstall iputils-ping
and then re-try -
@phenomlab Still same issue.
-
@linuxbeginner Are you using a VPN ?
-
@phenomlab I was using cloudflare warp now I disabled it but still the same issue.
-
@linuxbeginner It’s not disabled. The IP address you logged in from here belongs to Cloudflare, so it’s still connected
-
@phenomlab It’s disabled I checked on whatismyip and it is showing correct location now.
-
@linuxbeginner Then really the only thing we have left is permissions.
Try
sudo chmod 4711 /usr/bin/ping
then attempt the ping again -
@phenomlab Still same
-
Note to everyone else here. This user was formally banned from metabullet.com for abusing the service, and as a result, has been banned here also. Quite why this person thought it was ok to come here under the guise of an account he’d previously used at metabullet.com and hope I wouldn’t notice is beyond me.
If you abuse my services once, you won’t get to use them again - period.
As a reminder, the policies surrounding this service, and it’s usage can be found here
-
Related Topics
-
-
-
Arch Linux + Me = Crazy
Unsolved Linux -
-
-
Ubuntu Upgrade All Packages
Solved Linux -
-