I got a droplet yesterday, configured it to be a VPN by following the guide ( https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-16-04 ) and it worked just fine untill suddenly about 3h in it disconnected me.
I checked the status - it was running but I couldn’t ssh into it. I reset the root password and logged into console. ssh is running, the droplet can ping outside the network etc.
http://i.imgur.com/c8sTWZm.png
I’ve not made any other changes to the droplet other than following the guide to the letter.
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
What error do you get when you try to connect to ssh? Can you post your ssh config in /etc/ssh/sshd_config? And if possible output of
sudo iptables -S
.This comment has been deleted