Mac OSX VPN no longer working after installing Parallels 5 Trial version

Discussion in 'Installation and Configuration of Parallels Desktop' started by HenningG, Jun 9, 2010.

  1. HenningG

    HenningG Bit poster

    Messages:
    3
    Hello,

    I had a VPN connection (PPTP) configured and working from System Preferences/Network.
    Once i installed P5 the VPN no longer works. I can connect to the remote network via the VPN without problem, however I cannot see/connect to any of the systems on the remote network via ssh/browser/etc.

    I have found several posts about similar issues but none of them resolved my problem.

    Thanks,
    hgg
     
    Last edited: Jun 11, 2010
  2. HenningG

    HenningG Bit poster

    Messages:
    3
    So far the only "solution" i have found is to completely remove parallels. Now my VPN works again.
    Not exactly what I am looking for though.
     
  3. Elric

    Elric Parallels Team

    Messages:
    1,712
    May be I'll be able to help:

    It is not necessary to install Parallels Desktop to do this test.

    please establish a VPN-connection, start the /Application/Utilities/Terminal and execute in it command
    "ifconfig -a" (without quotes) and post me an output via private message
     
  4. Elric

    Elric Parallels Team

    Messages:
    1,712
    I've received the message with ifconfig outputs.. unfortunately, so far I cannot say what the problem is.

    There is a workaround that should work without uninstalling the Parallels: execute in /Application/Utilities/Terminal next two commands:
    sudo ifconfig vnic0 down
    sudo ifconfig vnic1 down

    this should help and should not break anything. Unfortunately, it will work only until next reboot of Mac OS (then commands need to be executed again)
     
  5. HenningG

    HenningG Bit poster

    Messages:
    3
    Elric,

    Thanks for the follow up.

    1. when you say it does not break anything...why are these adapters there in the first place? Doesn't PD5 need these for networking? Eventually I need to be able to have internet access as well as VPN functionality on the host os (OS X) as well as the guest OS' WindowsXP and Ubuntu. Will this work?

    2. I guess I could make a script to down these two adapters at boot time. Would be really annoying otherwise. I pretty much use the VPN every day all day.

    Thanks
    HGG
     
    Last edited: Jun 11, 2010
  6. Elric

    Elric Parallels Team

    Messages:
    1,712
    The only functionality that will not work after such commands, is connecting from Mac to Win using TCP-protocol. I.e. if for example you have Web-Server running in VM, it will not work. But there are not so many customers doing anything like this.[/QUOTE]

    Yes, if the commands help, then startup script is ok
     
  7. PietS

    PietS Bit poster

    Messages:
    2
    Is there already a solution for this problem? I'm working in OSX Lion and have a Windows 7 VM in Parallels 7. In OSX I can make connection using vpn to my work place but i can't connect to machines that have 10.0.1.X range. When i make a VPN connection in Windows (using parallels) it will work and i can connect the 10.0.1.X machines!

    If i doe sudo ifconfig vnic0 down and sudo ifconfig vnic1 down it works!
    Is there a way to do this without having a script for it?

    plz Help!
     
  8. Elric

    Elric Parallels Team

    Messages:
    1,712
    Hi

    Parallels Shared/HostOnly networks uses subnets 10.211.55.0/255.255.255.0, 10.37.129.0/255.255.255.0 by default, but it is tunable

    So, if this conflicts with VPN-routes, do the next:

    From the menu Parallels Desktop -> Preferences -> Advanced -> Change Network Settings change settings for Shared/HostOnly networks to be
    192.168.55.0/255.255.255.0, 192.168.129.0/255.255.255.0
     
  9. PietS

    PietS Bit poster

    Messages:
    2
    Solved

    Did what you said and it worked perfect! Thnx! :)

    Great support!
     
  10. RudySetiawan

    RudySetiawan Bit poster

    Messages:
    1
    yepp changing that 10.x.x.x to 192.168.x.x works! :D thanks hehe finally...this problem was a big NO-BUY and found this thread and solved the issue. :) So a BIG-YES to buy the license hehehe

    One thing to note was with PPTP and a class A 10.x.x.x network, apparently OSX treat anything that is on the 10.x.x.x as a classful network instead of just subnetted network. My Private VPN network was on 10.10.x.x/16, the output of the netstat -anr when I connected successfully is as followed: (note the 10 only line the first line)

    In Windows, the private network will only have that route statement of 10.10.0.0/16 instead of the 10.0.0.0/8 (like how OSX is doing it)
     

Share This Page