Operating System - Linux
1829637 Members
1635 Online
109992 Solutions
New Discussion

I'm looking for the Cisco VPN Client for linux SuSE 8.1

 
SOLVED
Go to solution
'chris'
Super Advisor

I'm looking for the Cisco VPN Client for linux SuSE 8.1

Hi

I'm looking for the Cisco VPN Client for linux SuSE 8.1

It should be compatible
to the Cisco VPN Client
Version 3.6.2(A) for Windows.
7 REPLIES 7
Bill Douglass
Esteemed Contributor

Re: I'm looking for the Cisco VPN Client for linux SuSE 8.1

You need a Smartnet support contract to download it from cisco.

The URL is:

http://www.cisco.com/kobayashi/sw-center/vpn/client/

If you don't have access, check with the organization that is providing the VPN access; they should have access to the download site, if they don't already have the Linux VPN software.
'chris'
Super Advisor

Re: I'm looking for the Cisco VPN Client for linux SuSE 8.1

I don't have access and I can't find
webseites to download.
I looked many times with google.
Some universities have, but you need access
as well.

regards
chris
Jerome Henry
Honored Contributor
Solution

Re: I'm looking for the Cisco VPN Client for linux SuSE 8.1

You need vpnclient-linux-3.7.3.A-k9
Get it here :
http://www.itap.purdue.edu/airlink/
(click linux link).
Then :
aa@host:~> tar -xzf vpnclient-linux-3.7.3.A-k9.tar.gz
aa@host:~> cd vpnclient/
aa@host:~/vpnclient
aa@host:~/vpnclient> su -
Password:
host:/home/aa/vpnclient #

Be careful, it has some stability probs with some cisco, look at
http://cert.uni-stuttgart.de/archive/suse/security/2003/02/msg00078.html
hth
J
You can lean only on what resists you...
'chris'
Super Advisor

Re: I'm looking for the Cisco VPN Client for linux SuSE 8.1

hi Jerome

thanks.
I've installed and is working well.

greetings
chris
Jerome Henry
Honored Contributor

Re: I'm looking for the Cisco VPN Client for linux SuSE 8.1

Cool !
J
You can lean only on what resists you...
'chris'
Super Advisor

Re: I'm looking for the Cisco VPN Client for linux SuSE 8.1

hi

It's working fine, but all the time if I'm
restarting the computer, I have to start
the cisco vpn client manually and
after some period of inactivity the tunnel
goes down.

Howto configure, that the vpn clent
starts automatically after computer restart,
never ask for the user and password
and never goes down ?

my configuration is:

[main]
Description=VPN
Host=X.X.X.X
AuthType=1
GroupName=XXX
GroupPwd=
EnableISPConnect=0
ISPConnectType=1
ISPConnect=
ISPCommand=
Username=XXX
SaveUserPassword=1
UserPassword=
NTDomain=
EnableBackup=0
BackupServer=
EnableMSLogon=1
MSLogonType=0
EnableNat=1
TunnelingMode=0
TcpTunnelingPort=10000
CertStore=0
CertName=
CertPath=
CertSubjectName=
CertSerialHash=00000000000000000000000000000000
SendCertChain=0
DHGroup=2
ForceKeepAlives=0
PeerTimeout=100
EnableLocalLAN=1
enc_GroupPwd=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
enc_UserPassword=
VerifyCertDN=
EnableSplitDNS=1

kindly regards
chris
'chris'
Super Advisor

Re: I'm looking for the Cisco VPN Client for linux SuSE 8.1

hi

now it works !

and what I did:

check which runlevel starts linux:

# runlevel
N 5

and I created start links:

cd /etc/init.d/rc5.d
ln -s ../vpnclient S99vpnclient
ln -s ../vpnclient K99vpnclient

I think cisco vpn client
was created for linux RedHat
and it install start links for RedHat

regards
chris