Parallels Forums
> Archives > Parallels Desktop for Mac  
Parallels 4124 broke Cisco VPN 4.9  
  

Parallels 4124 broke Cisco VPN 4.9

Jun 12, 2007, 12:48 AM
#41  

charp07
Junior Member


Join: Feb 2007
Posts: 2
Paralles upgrade-ver 4124 and Cisco VPN 4.9
I am having the same problems... I tried reinstalling the Mac Cisco VPN 4.9 and ran into the same problems... please provide a solution... :(
Jun 12, 2007, 09:47 AM
#42  

atodedeus
Junior Member


Join: Jun 2007
Posts: 2
fw0 down works
Well, after trying nearly every permutation mentioned on this and other threads, taking the fw0 interface down finally solved my problem with the Cisco VPN client. Can anyone explain why this interface (and not the others) is the culprit?
Jun 12, 2007, 11:30 AM
#43  

suhr
Junior Member


Join: Jun 2007
Posts: 6
Quote:
Originally Posted by JuanathanCort
I think I have found a solution to the Cisco VPN issue.

Step #1 - restart your machine
Step #2 - uninstall the Cisco VPN client
> sudo /usr/local/bin/vpn_uninstall

Step #3 - uninstall Parallels
Step #4 - restart your machine
Step #5 - reinstall Parallels
Step #6 - reinstall the Cisco VPN client
Step #7 - restart your machine

The order of these steps is critical.

Jonathan
This is exactly the same thing I did to fix my problem. Worked for me as well.
Jun 12, 2007, 12:24 PM
#44  

freakymac
Junior Member


Join: Apr 2007
Posts: 17
I tried every thing that has been listed in this thread and the only thing that worked for me is:

Quote:
sudo ifconfig fw1 down
Jun 12, 2007, 01:38 PM
#45  

MicroDev
Senior Member


Join: Apr 2006
Posts: 122
Confirmed 4124 breaks Cisco VPN but VMWare does not
Bottom line, installing 4124 will break most existing Cisco VPN installations. At the very least, it is a crap shoot if it will continue to work or not.

Re-installing the Cisco software did not fix the problem in my case. I also tried the old fixes but it appears they are already in place in the /Library/StartupItems/Parallels/Parallels configuration file and it made no difference anyway. Restarting the interface also did not work, and disabling the Parallels host adapter did not work either.

To be extra sure, I rebooted in between each install and re-install and I tried installing Parallels 4124 and then Cisco after removing both - still no joy - error 51.

What does work flawlessly is the VMWare installation and Cisco VPN regardless of install order. Having thrown my hands up in desperation with PWS over this ongoing issue (since pre-beta2) VMWare seems to be a valid alternative for the interim.
Jun 12, 2007, 04:24 PM
#46  

gounu19
Junior Member


Join: Jun 2007
Posts: 1
Works for me as well
sudo ifconfig fw0 down

Added this to my VPN startup script (as instructed above) and now it works great.

Here's what I did....

#!/bin/sh

. /etc/rc.common

# No arguemnts, print usage
case $# in
0)
echo "Usage: $0 {start|stop|restart}"
exit 1
;;
esac


CISCO_VPN_DIR=/System/Library/Extensions/CiscoVPN.kext

StartService ()
{
sudo ifconfig fw0 down
if [ -d $CISCO_VPN_DIR ]; then
ConsoleMessage "Starting Cisco Systems VPN Driver"
kextload $CISCO_VPN_DIR
fi
}

StopService ()
{
if [ -d $CISCO_VPN_DIR ]; then
ConsoleMessage "Stopping Cisco Systems VPN Driver"
kextunload $CISCO_VPN_DIR
fi
}

RestartService () { StopService; StartService; }

#
# Load the VPN Driver here
#

if [ -f /var/run/resolv.conf.vpnbackup ]; then
mv /var/run/resolv.conf.vpnbackup /var/run/resolv.conf
fi

# OS X 10.2 has /etc/rc.common:RunService() for this, but 10.1 does not
case $1 in
start) StartService ;;
stop) StopService ;;
restart) RestartService ;;
*) echo "Usage: $0 {start|stop|restart}" ;;
esac
Jun 12, 2007, 05:26 PM
#47  

rjgebis
Senior Member


Join: Apr 2006
Posts: 177
I have same problem. I can connect for few sec than I get that my connection was terminated locally. Any ideas? I am on version 3 Parallels
Jun 13, 2007, 01:21 AM
#48  

martinm
Junior Member


Join: Jun 2007
Posts: 8
same issue here. Bringing down fw0 and adding the required line to the vpn_startup script fixes the issue for me.
Jun 13, 2007, 10:51 PM
#49  

moraga695
Junior Member


Join: Jun 2007
Posts: 1
My Cisco VPN Works Again!
Version 4124 broke my Cisco VPN too. Thanks to SPUD (post #34) who found the FW0 problem and Barber199 (post #37) who provided the entry for the Cisco VPN startup script, all is well again!

I've downloaded the update version 4128 but can't find what's changed from 4124. Does anybody know if it stops breaking the Cisco VPN client?

Thanks.
Jun 13, 2007, 10:54 PM
#50  

iduff
Senior Member


Join: Jan 2007
Posts: 130
I have 4128 running, along with 4.9.0.1 (0030) in OS X, and now I can get to hosts inside the VPN from within the XP VM. Pretty cool. No need for a VPN client in the VM, as the OS X side now supplies VPN functionality to the VM. Didn't used to be able to do this.
 


< 123

Thread tools Display modes
Linear Mode