Report this

What is the reason for this report?

How to give public ip to nested vm inside a droplet?

Posted on April 2, 2021

I have deployed a droplet, and what i want is to run a VM instance inside the droplet and want to give it a public IP so it can be accessible from the internet. Is there a way to do it somehow?



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.

Hello,

As each Droplet only gets IP public IP address, you could try setting up a NAT and then port forward the ports you need from the nested virtual machine through the host’s only networking route.

In general, I would suggest using containerization for better performance and you would be able to easily expose your container ports without the need of setting up NAT.

Best, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.