By Luis Hurtado
Web developer
Hello! I have created a droplet and configured my website and DNS, but I have a little problem.
I cannot access my website from my country, but if I access with a VPN I have full access to the website
Website: vvipvenezuela.com
What could be happening?
Thanks Luis Hurtado
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!
Hey Luis,
Thanks for taking some time to place your query here at Community. I will be happy to provide assistance here.
I understand that you are having issues accessing the domain from your home country but the connection is successful via VPN. I would suggest allowing your IP directly on your droplet via IPtables. The following command needs to be executed on your droplet via SSH or using the DigitalOcean’s web console:
iptables -A INPUT -s 192.168.0.1 -j ACCEPT
Iptables Essentials: Common Firewall Rules and Commands
Remember to change the IP 192.168.0.1 with your OWN. Once you’ve executed this command, do
tail -f /var/log/secure
and try to open your website again, see if anything will be logged in this log or if you’ll be able to access the website. If you again can’t access it, please perform an MTR and traceroute directed towards the droplet’s IP address and share the details with the support team in a ticket for a deep overview.
MTR command should be run with some additional flags to get more insights:
mtr -rwbzc100 dropelet's_ip_address
Thanks
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.