0

I have a VPS running my family's business website and my personal development site. I have Sonatype Nexus, Jenkins, Webmin etc installed for me. They'll never use it for the business. I don't want a customer accidentally visiting businessdomain.com:8001/nexus or businessdomain.com:10000 etc...I would also prefer robots didn't know about these for the business site either (nor mine, but that's fine if they do, as it's mine)

Thanks for any information you can give me.

Edit: Even better, how could I get Sonatype Nexus to only serve to nexus.personaldomain.com and webmin to webmin.personaldomain.com? Is this possible?

1 Answer 1

2

Having these ports directly exposed to the internet under any domain is a bad idea. I would block outside access to those ports.

Then install a VPN.

Then when you want to get in connect to the VPN and get internal access to the network.

The VPN will have an internal to them IP and you can use your web browser normally.

6
  • Hmmm...thanks. Can you explain how I can do this, or link me to a tutorial? This might also be useful to later readers. Commented Jan 16, 2014 at 4:23
  • Here is the windows way do you need a linux example? howtogeek.com/135996/…
    – cybernard
    Commented Jan 16, 2014 at 4:26
  • A linux example would be what I need. Sorry for the inconvenience! And thanks for your research :) Commented Jan 16, 2014 at 4:27
  • openvpn.net/index.php/open-source/documentation/… The link will jump you to the middle of the page, once installed scroll up and down and review the rest of this webpage. Try that out and let me know.
    – cybernard
    Commented Jan 16, 2014 at 4:32
  • Wait, actually, I'm not sure this will work as my IDE will need to be able to connect to the ports. Commented Jan 16, 2014 at 4:36

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .