-
Published Answer
DigitalOcean doesn’t offer those services. You would have to build a second droplet which would host VPN or your portforwarding, bu…
•
By
unilynx
-
Published Answer
Your private IP is only reachable from other servers in the same datacenter (and soon, only from other servers in the same datacent…
•
By
unilynx
-
Published Answer
Well, just got
http://pages.news.digitalocean.com/n/NI000ELV0016F2D0zXN0d36 in my mail. Guess this should resolve my concerns n…
Accepted Answer:
Well, just got
http://pages.news.digitalocean.com/n/NI000ELV0016F2D0zXN0d36 in my mail. Guess this should resolve my concerns n…
•
By
unilynx
-
Published Answer
Log in to digital ocean, select Droplets, select your Droplet, and click on Console.
There, log in as root and fix the configura…
•
By
unilynx
-
Published Question
I'm wondering whether I can expect private networking to protect against ARP spoofing attacks (whether it's validating that noone is claiming an IP that isn't theirs on the eth1 network).
On the plus side, on AMS3 I ...
Accepted Answer:
Well, just got
http://pages.news.digitalocean.com/n/NI000ELV0016F2D0zXN0d36 in my mail. Guess this should resolve my concerns next februari.
2
•
•
By
unilynx
Networking
Security
-
Published Question
The 'resize' action for volumes is grayed out and now says
"attached droplet must be powered off"
I used to be able to resize online, what could be going on?
Accepted Answer:
@unilynx
When it comes to the disk, ideally, you don't want to potentially write data to the disk during a resize, which is why powering down is required -- the same is true for when you resize the primary disk.
This...
1
•
•
By
unilynx
Block Storage
-
Published Question
Is there any news yet on when block storage will become available in other data centers, such as AMS ?
2
•
•
By
unilynx
Storage
-
Published Answer
And if anyone needs it, we’ve built a docker image to do just the non-www-to-www-redirect: https://hub.docker.com/r/webhare/www-red…
•
By
unilynx
-
Published Answer
Your code works fine for me. Two things to check
1) is your node up to date? ie, what does ‘node -v’ give ?
2) could node be conf…
•
By
unilynx
-
Published Answer
Have you seen https://www.digitalocean.com/community/tutorials/how-to-use-the-digitalocean-api-v2-with-ansible-2-0-on-ubuntu-16-04 …
Accepted Answer:
Have you seen https://www.digitalocean.com/community/tutorials/how-to-use-the-digitalocean-api-v2-with-ansible-2-0-on-ubuntu-16-04 …
•
By
unilynx
-
Published Question
Everytime I create a droplet, I receive an email. As i'm testing automation scripts, I'm getting a lot of them.
Is there a way to create droplets that prevents these emails from being sent ?
Accepted Answer:
Hi!
If you do not wish to receive an email upon the creation of every Droplet, please provide an SSH key to the /v2/droplets POST request. Since you will not need the randomly generated root password, you will not rec...
1
•
•
By
unilynx
API
-
Published Question
I've created a device named "ds-doplay". In Linux, it appears to me as /dev/disk/by-id/scsi-0DO_Volume_ds-doplay.
Can I rely on these devices always receiving an ID like this? (ie: they'll start with "0DOVolume" ?)
Accepted Answer:
Hi,
Definitely! You will always be able to access Volumes through /dev/disk/by-id/scsi-0DO_Volume_<^>volume name<^>.
1
•
•
By
unilynx
Storage