By Tap To Wear
Hello! I created an OpenVPN + pinhole 1.1.1 on Ubuntu 18.04 application on my droplet. Now I want to run another application (java app) nearby in this droplet on port 8080. I tried to open ports via ‘ufw allow 8080’ command, but I did not work: can not access java app on http://<droplet_public_id>: 8080 Is it possible to run side apps with OpenVPN + pinhole 1.1.1?
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!
Hi there,
I believe that this should be doable. Are you running your Java app on 0.0.0.0:8080 or on 127.0.0.1:8080?
Note that if it is on 127.0.0.1:80808 then the app would only be accessible via the local network. You can check this with:
netstat -plant | grep 8080
Best,
Bobby
Hi there,
I believe that this should be doable. Are you running your Java app on 0.0.0.0:8080 or on 127.0.0.1:8080?
Note that if it is on 127.0.0.1:80808 then the app would only be accessible via the local network. You can check this with:
netstat -plant | grep 8080
Best,
Bobby
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.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.