Answer the question
In order to leave comments, you need to log in
How to run a specific program through VPN?
Hello! There was a need to run certain applications through the VPN, provided that the rest of the applications work in the organization's network as before. I wonder if this is possible? If not, what are the possible escape routes?
Answer the question
In order to leave comments, you need to log in
0_o umm. Well, it's a complicated process. For the meaning of a task like "how to make an elephant fly if he does not eat fat." The wording of your question is similar.
Of course, I'm not a network specialist, but if it's a simple option, then raise a virtual machine or set up a proxy with vpn on the server and run the necessary applications through the proxy.
If Windows
1. Raise VPN without a checkbox, use a remote gateway
2. Register routes for the service through VPN
Your program will work through VPN and only.
Example if your service has IP 1.1.1.1 You get IP 192.168.1.2 through VPN,
the route will look like this
route add -p 1.1.1.1 MASK 255.255.255.255 192.168.1.2
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question