How to Allow a Ping in Ubuntu
The ping command is useful for debugging and testing networks for good levels of performance. You can allow a ping to be sent in Ubuntu even if the command is restricted, by running it with root-level permissions. Although the command can then be sent, you'll also need to know the name of the computer you're attempting to ping.
Instructions
-
-
1
Open a new Terminal window by clicking "Start" and selecting Applications, then Accessories and finally Terminal.
-
2
Type "su root" without quotation marks, then press "Enter." Type your root password, then press "Enter" again.
-
-
3
Type "ping host" where "host" is the IP address or network name of the computer you'd like to ping. For example, "ping google.com." Again, leave off the quotation marks.
-
1