How to enable firewall for droplet?
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
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:
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!
Hi there!
In addition to what has already been mentioned, I could also suggest using a DigitalOcean Cloud Firewall.
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:
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:
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