Report this

What is the reason for this report?

Unable to ping my server.

Posted on May 24, 2015

I have another question about this tutorial. https://www.digitalocean.com/community/tutorials/how-to-set-up-a-host-name-with-digitalocean

Down the bottom it says to ping your domain name. So I tried ping www.mydomainname.com.au and I got a request time out. Then I tried pinging my server ip address and that didn’t work either. Could this be because I have set up my iptables to only accept port 22 and port 80? Or would this be happening for some other reason?

David.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

@davidsullivan19 : you have to use an IPtables rule like :

-A INPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT

/Xavier

One of the first things to try and probably the simplest one is checking whether there isn’t any invalid route in the routing table on your local computer. It’s especially an issue if you use VPN by IP address through different networks and locations. You can try flushing all routes using this command:

route -n flush

do this a few times and then turn your network card (wifi or ethernet) off and on again.

Is your Server “active”, do you changed the DNS Config ?

See here : http://imgur.com/HsEpFP9,s9FnJCh,lhYQmgY,0Bkmvxc,AiCmWOE

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.