Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

So the story starts as follows: I need to connect to my client's SSL VPN to do one work, but his SSL VPN only supports windows OS and I need to get the work done with my linux.

In order to solve the problem, my plan was to have two machines from my side, one with a windows 7 and have PPTP server configured on it and my actual work machine (linux) which will connect to my windows server. Then I would use my windows server to do the SSL VPN with the client's network and since my linux machine is connected to the windows then the linux will also tune its traffic to the client... so its like a multiple tunnel :)

Now firs of all I setup windows 7 with PPTP server and connected my linux to it and it worked fine. But the moment I connect the windows server to the SSL VPN of the client, I cannot accesss anything from my linux on the client's network. Please note that I can however access the client's network from my windows machine

Any solution for me to connect my linux to the client network will be appreciated so here is a simple drawing of my situation:

LINUX ====(PPTP)====> Windows 7 ====(SSL VPN)=====> client network
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.