What is the anchor ip subnet? Right now I’m losing access when using images if it changes from what I had ufw set to. What should I use to let ufw use any anchor? It’d be easy if i could use an interface but I can’t. Thanks.
To Action From
10.12.0.16 22/tcp ALLOW Anywhere
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,
Can you go into a bit more detail what you are trying to do? If you are setting this up through a script, I would suggesting using the metadata to grab the anchor IP.
You can grab it with
curl http://169.254.169.254/metadata/v1/interfaces/public/0/anchor_ipv4/address
and it will return the anchor IP for the droplet. This would allow you to set this directly as opposed to setting a range that can vary based on region and other unpredictable factors.
If this doesn’t work, please go into a bit more information on what exactly you are trying to do and perhaps a more specific solution can be offered.
Edited for errors.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
