Question

How to enable firewall for droplet?

How to enable firewall for droplet?


Submit an answer


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!

Sign In or Sign Up to Answer

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.

alexdo
Site Moderator
Site Moderator badge
August 14, 2023

Hello @shaerif

As mentioned the Cloud Firewalls can be enabled from DigitalOcean’s control panel and firewall services like iptables are managed locally from your droplet.

Both Cloud Firewalls and iptables serve the purpose of protecting your servers by controlling incoming and outgoing network traffic according to predefined rules. However, there are some differences:

  • Cloud Firewalls are provided by DigitalOcean and block traffic at the network level even before it reaches your droplet. They can be easily applied to multiple droplets and are managed through the DigitalOcean Control Panel or API.
  • iptables on the other hand, is a Linux-based firewall that runs on the server itself. It offers more granular control over the traffic rules and also consumes system resources of the droplet.

Often, a combination of both can provide a robust security setup.

For further details, refer the DigitalOcean Documentation on Firewalls and DigitalOcean Documentation on iptables.

Hope that this helps!

Bobby Iliev
Site Moderator
Site Moderator badge
August 13, 2023

Hi there!

In addition to what has already been mentioned, I could also suggest using a DigitalOcean Cloud Firewall.

https://docs.digitalocean.com/products/networking/firewalls/

The DigitalOcean Cloud Firewalls are a network-based, stateful firewall service for Droplets provided at no additional cost. Cloud firewalls block all traffic that isn’t expressly permitted by a rule.

You can follow the steps on how to add a Droplet to a Cloud Firewall here:

https://docs.digitalocean.com/products/networking/firewalls/how-to/manage-droplets/

Hope that this helps!

Best,

Bobby

Hi @shaerif,

You can check to see if any firewall rules are active on your Droplet before troubleshooting them further using IPTables. IPTables is a utility program that manages firewalls and is native to all Linux operating systems.

To see if you have any firewall rules in place on your Droplet, run:

iptables -L

You can check the following link How To Set Up a Firewall with UFW on Ubuntu 20.04 | DigitalOcean to configure it! :)

Hope that helps,

Sergio Turpín

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Featured on Community

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel