Report this

What is the reason for this report?

How can I deny all other traffic than what originates from cloudflare in my firewall?

Posted on August 7, 2020

So the thing is when i go to an online website ip finder type website and find my website’s IP address and search for it cloudfare says direct ip access not allowed but when using droplet ip does not work. How can I deny all other traffic than what originates from cloudflare in my firewall to make that happen for droplet ip too?



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.

Hi @johnaraon,

How I would approach this is denying access to your website from any other IP addresses directly in your configuration file on your Droplet. Basically, in your WebService (Apache/Nginx) you can deny access from all IP addresses except CloudFlare’s ranges.

If you let me know which WebService you are running, I can provide with some more pointers on how to do so.

Regards, KFSys

@KFSys is spot on but here is some info.

Sounds like this reference may be what you’re looking for.

https://support.cloudflare.com/hc/en-us/articles/201897700-Allowing-Cloudflare-IP-addresses

https://support.cloudflare.com/hc/en-us/articles/217074967-Configuring-IP-Access-Rules

Those two links will probably give you all you need to know but here is some info about using ufw.

https://www.digitalocean.com/community/tutorials/how-to-setup-a-firewall-with-ufw-on-an-ubuntu-and-debian-cloud-server

This will tell you how to use the deny all and allow from commands to do just what you’re looking for. :)

Also if you have csf instead of ufw here is some info.

https://download.configserver.com/csf/readme.txt

Hope this helps!

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.