I have some questions concerning virtual private networks. I am developing a java
web application that will request multiple services from multiple locations. One of those service endpoints is only accessible via VPN (on the providers network).
Questions:
- Can I "tunnel" to that VPN if a service needs to be called but remain on my network for other calls?
- If I connect my machine to the VPN, I have no access to the other machines (because as I am at the mercy of the remote servers network).
How should I adjust my design or implementation?