Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi,
I use a VPN connection within the guest OS (in this case, Windows XP) for work with another location from ours. I am wondering if it's possible to share this VPN connection with the host OS, which is OS X...? If so, how might this be done?
You mention one more special issue if the VPN client doesn't create an interface.. care to expand on that?
Eric, I really appreciate your post. But I have been struggling to make it work with your instruction. I would really really appreciate if you could post detailed "step-by-step" instruction for "Paralles 5 - Win XP - Nortal" combination. There are lot of people in my organization trying go this route (mac+parallels) if this setup works, I am bit more technical than others but unfortunately I couldn't make any progress on this. So your help is greatly appreciated.
Thanks
Muthu
Could you please describe what step causes troubles? I'll try to clear it.
Cool, it is almost ok!Eric - Thanks for your response. Your help is greatly appreciated! Here is how my current settings look like, obviously I am missing some crucial step and it doesn't work yet. Can you please review these steps and suggest me if there is a correction or anything I am missing. Thanks again.
6) I issued the following from MAC terminal
sudo route -n add 192.168.0.0/24 192.168.0.1 ( not sure about this)
Cool, it is almost ok!
The command should be (for your case)
sudo route -n add 10.157.32.0/21 192.168.0.1
If this doesn't help, please post here (or via private message) the full output of "ipconfig /all" from windows side,
"ifconfig -a" and "netstat -nr" from Mac OS side.
PS: We are working on better KB, but no estimation when it will be ready
Elric - Thanks for your response, I just send you a private message with the details you mentioned. Appreciate your help!
i.e. for some reason the route was added to en1 instead of vnic1.. I believe that it is because of previous commandInternet:
Destination Gateway Flags Refs Use Netif Expire
default 192.168.1.1 UGSc 16 169 en1
10.157.24/21 192.168.0.1 UGSc 0 0 en1
10.211.55/24 link#8 UCS 2 0 vnic0
...
192.168.0 link#9 UCS 2 0 vnic1
192.168.0.1 0:1c:42:52:f9:c1 UHLW 0 38 vnic1 1200
192.168.0.255 ff:ff:ff:ff:ff:ff UHLWb 0 30 vnic1
If ping won't work, then we reached the point where I need to do complicated testing in my workplace to be sure (I'm not currently in the environment where I can test this)..
PS: Thank you for the input. If the KB article (and may be an application to simplify configuration) will be created, this feedback will be invaluable
Elric - Again, thanks for your quick response. Its okay if the message appears on the public forum instead of being in private. For some reason it didn't work.
----
sudo route -n add default 192.168.0.1
add net default: gateway 192.168.0.1
~
02:37:04 $ sudo route -n delete default
delete net default
~
02:37:22 $ sudo route -n add default 192.168.1.1
add net default: gateway 192.168.1.1