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?
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
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