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!
@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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.