Question

Potential Firewall Log Impact on Database Operations

Hi everyone, I’m planning to migrate my SQL Server database to this cloud provider. Our company recently had an issue with a different provider where write operations were locked because that cloud provider had a firewall (it was a separate device) and the logs of the firewall somehow affected the database server (the support team couldn’t provide more information). So, we had to request access to the firewall, delete the logs and restart the database.

My boss said that every VPS (or droplet) includes a firewall (like that cloud provider did) so I came here to ask if this could happen in this platform.

Here’s my question:

  • Could something similar happen if I buy a Shared Droplet and use it as a database?

Extra information:

  • That firewall was a separate device, and it was part of the cloud provider, that’s why we had to request access to that firewall to delete the logs.
  • I believe it was the fault of that other cloud provider, but I still have to ask for completeness.

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.

Bobby Iliev
Site Moderator
Site Moderator badge
April 25, 2024
Accepted Answer

Hi there,

DigitalOcean offers Cloud firewalls, but they don’t come automatically with each Droplet unless you explicitly create one and attach it to your Droplet:

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

The firewall service for Droplets is provided at no additional cost. But you still need to configure it explicitly and attach it to your Droplet.

On another note, with most Linux distributions you do get a software firewall installed such as firewalld or ufw, but this is something that runs on the Droplet itself, and you do have full root access and will be able to manage the firewall rules as you please.

Let me know if you have any questions!

Best,

Bobby

alexdo
Site Moderator
Site Moderator badge
April 26, 2024

Heya,

UFW is a host-based tool. That is, it has to be configured on each Droplet separately and add the necessary rules manually.

https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-with-ufw-on-ubuntu

DigitalOcean’s Cloud Firewall is a network-based one. The same firewall rules can be applied on a large number of Droplets. DigitalOcean’s Cloud Firewall has the advantage of scalability. As it supports tagging of the Droplets, we can add custom labels to Droplets.

Regards

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