Question

Is it possible to make my droplet only accessible over the VPC, aside from ssh and testing.

I have a droplet which is a secondary server that my main server calls out to.

For security reasons I would like this droplet to be not accessible via it’s public IP. Though I realized I still might need to allow it, since I still want to be able to SSH into it.

It would also be nice if there was some way I could still access it publicly for testing on a local machine, but it would be secured against attacks (like maybe I can somehow use ssh for my http request? or something?)

Let me know any ideas.


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
February 22, 2023

Hello @skeddtemp

I would recommend not closing all outbound access since you might end up locking yourself from the droplet.

As already mentioned you can close all ports, and only allow the traffic to port 22 from your personal IP address.

Regards

Bobby Iliev
Site Moderator
Site Moderator badge
February 22, 2023

Hi there,

One option would be to use a firewall like uwf or csf to close down all ports except port 22.

Alternatively, you could also use a managed Cloud Firewall instead:

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

You can close all ports, and only allow the traffic to port 22 from your personal IP address.

Hope that this helps!

Best,

Bobby

Try DigitalOcean for free

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

Sign up