Question

Can a droplet not have a public ip address ?

I am using Terraform to build droplets but wish to build them without public addresses so my access to them thru ssh is only thru a bastion server which has a public address.


Submit an answer
Answer a question...

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.

KFSys
Site Moderator
Site Moderator badge
April 29, 2022

Hi @glenndaughenbaugh,

There are two possibilities as I see it. The first is to use your Iptables firewall and remove access on any port. An example can be see here:

https://www.digitalocean.com/community/tutorials/how-to-isolate-servers-within-a-private-network-using-iptables#identify-interface-port-access-requirements

Alternatively, you can rename your interface on your Droplet that’s related to your Public address and leave your Private address only. This has been discussed here

https://www.digitalocean.com/community/questions/disable-public-ip-address-on-droplet