Go Back   The macosxhints Forums > OS X Help Requests > Applications



Reply
 
Thread Tools Rate Thread Display Modes
Old 10-26-2007, 05:38 PM   #1
ricktdotorg
Prospect
 
Join Date: Jun 2005
Posts: 6
HOW-TO: 10.5 Leopard + Cisco VPN + keeping your old configs from 10.4

This is a big deal folks. There was lots of speculation and no real definitive word as to whether Cisco's VPN client will or would work with 10.5.

Well, I can tell you right now that I installed 4.9.01 right after my [clean] install of Leopard, and it works great. If you don't want to have to configure it once you've installed it, make a backup copy of the configuration folders and then you'll be all set to overwrite the new install's default folders.

HOW-TO copy your 10.4.x Cisco VPN configs over to 10.5.x Cisco VPN:

[ on 10.4 box, in a UNIX shell ]

--- snip ---
macbook:~ rickt$ sudo su -
Password:
macbook:~ root# tar cf /tmp/etc-opt-cisco.tar /etc/opt/cisco-vpnclient
tar: Removing leading `/' from member names
macbook:~ root# ls -l /tmp/etc-opt-cisco.tar
-rw-r--r-- 1 root wheel 4167680 Oct 26 14:27 /tmp/etc-opt-cisco.tar
macbook:~ root# exit
logout
macbook:~ rickt$ cp /tmp/etc-opt-cisco.tar $HOME
--- snip ---

So now, in your $HOME folder you have a .tar file with all your Cisco configs. Copy this file to a USB drive or other place so that the OSX 10.5 install doesnt overwrite it.

Now, install 10.5.
Then, install Cisco VPN 4.9.01.
Then, copy the .tar file onto your 10.5 desktop.
Open up a new shell on your shiny new 10.5 box:

-- snip ---
macbook:~ rickt$ sudo su -
Password:
macbook:~ root# cd /etc/opt/cisco-vpnclient
macbook:~ root# tar xf /Users/YOURNAME/Desktop/etc-opt-cisco.tar
macbook:~ root# exit
logout
--- snip ---

This will extract the tar file into the right place. Now, fire up the Cisco VPN client and you will see your previously configured entries! YAY!

Don't hestitate to contact me / reply if you have any issues.

Thanks and enjoy,
RMT.
(rickt@rickt.org)
ricktdotorg is offline   Reply With Quote
Old 10-26-2007, 07:07 PM   #2
Las_Vegas
League Commissioner
 
Join Date: Sep 2004
Location: Las Vegas
Posts: 5,845
Did you submit this to the main MacOSXHints page? If not... You should!
__________________
Las_Vegas

-- Ts'i mahnu uterna ot twan ot geifur hingts uto.
-- Sometimes I wonder… Why is that Frisbee getting Larger? …and then it hits me.
-- Disposable thumbs make me specialer than most animals…
Las_Vegas is offline   Reply With Quote
Old 10-29-2007, 04:20 PM   #3
ricktdotorg
Prospect
 
Join Date: Jun 2005
Posts: 6
Yes I did actually, thanks for the nod. Hasn't been approved yet. I guess still in the queue
ricktdotorg is offline   Reply With Quote
Old 10-30-2007, 01:06 AM   #4
damacus
Registered User
 
Join Date: Oct 2007
Posts: 1
I don't think this is correct:

Quote:
Code:
-- snip ---
macbook:~ rickt$ sudo su -
Password:
macbook:~ root# cd /etc/opt/cisco-vpnclient
macbook:~ root# tar xf /Users/YOURNAME/Desktop/etc-opt-cisco.tar
macbook:~ root# exit
logout
--- snip ---

I think this should be:

Code:
-- snip ---
macbook:~ rickt$ sudo su -
Password:
macbook:~ root# cd /
macbook:~ root# tar xf /Users/YOURNAME/Desktop/etc-opt-cisco.tar
macbook:~ root# exit
logout
--- snip ---
damacus is offline   Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 03:23 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Site design © Mac Publishing LLC; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of Mac Publishing LLC.