- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: I'm looking for the Cisco VPN Client for linux...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 04:37 AM
06-06-2003 04:37 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 04:57 AM
06-06-2003 04:57 AM
Re: I'm looking for the Cisco VPN Client for linux SuSE 8.1
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 05:05 AM
06-06-2003 05:05 AM
Re: I'm looking for the Cisco VPN Client for linux SuSE 8.1
webseites to download.
I looked many times with google.
Some universities have, but you need access
as well.
regards
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 05:06 AM
06-06-2003 05:06 AM
SolutionGet 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 10:42 PM
06-06-2003 10:42 PM
Re: I'm looking for the Cisco VPN Client for linux SuSE 8.1
thanks.
I've installed and is working well.
greetings
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2003 03:27 AM
06-07-2003 03:27 AM
Re: I'm looking for the Cisco VPN Client for linux SuSE 8.1
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 02:32 PM
06-13-2003 02:32 PM
Re: I'm looking for the Cisco VPN Client for linux SuSE 8.1
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 10:39 AM
01-13-2004 10:39 AM
Re: I'm looking for the Cisco VPN Client for linux SuSE 8.1
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