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.

Got a Droplet running as a server. It runs an NGINX server with with a few very simple web pages. Just installed OpenVPN Server on the same machine…its my own Private VPN.
I need to understand how the routing is done?
How can I find how OpenVPN routes traffic from the Internet and back to the Internet through the Droplet ?
Why can’t I access anymore my webpage served by NGINX from the Internet?
Answers are probably in plain sight down here but I don’t understand enough about routing.
root@My_Droplet:~# ip route
default via 138.197.160.1 dev eth0 proto static
10.8.0.0/24 via 10.8.0.2 dev tun0
10.8.0.2 dev tun0 proto kernel scope link src 10.8.0.1
10.20.0.0/16 dev eth0 proto kernel scope link src 10.20.0.5
10.118.0.0/20 dev eth1 proto kernel scope link src 10.118.0.2
138.197.160.0/20 dev eth0 proto kernel scope link src 138.197.160.209
What I wants, is access to what NGINX is serving from the Internet through the VPN.
Thanks
ebeecroft
Noor Bakkal
384d3f11289345379905a243f7b817
IsaacMvd
Ervan Agus
Teckno
dc1bce8262314f84b368813178d9e4
gerard
gerard
Stan Flint