fedora15安裝CISCOvpnCLIENT

天飛.h發表於2011-09-28

工作中使用cisco VPN,所有伺服器的操作都 要登陸VPN,windows下有好用的vpn軟體工具
現在工作學習生活全部轉到了fedora linux上了,所以這個是必須解決的問題,否則無法工作

當前使用的版本是fedora 15,核心版本2.6.40.3-0.fc15.i686
下載vpnclient與patch
http://projects.tuxx-home.at/ciscovpn/

http://projects.tuxx-home.at/ciscovpn/clients/linux/4.8.02/vpnclient-linux-x86_64-4.8.02.0030-k9.tar.gz
google搜尋下載vpnclient.patch-2.6.38
解壓tar.gz包,把vpnclient.patch放置到解壓的目錄下執行
patch

安裝後配置檔案在/etc/opt/cisco-vpnclient/Profiles
talen@BJB0300 Profiles$ cp sample.pcf talen.pcf

talen@BJB0300 Profiles$ cat talen.pcf
[main]
Description=sample user profile
Host=192.168.1.1
AuthType=1
GroupName=group
enc_GroupPwd=test
ISPConnect=
ISPCommand=
Username=talen.hao
SaveUserPassword=1
UserPassword=usertest
EnableBackup=0
BackupServer=
EnableNat=1
TunnelingMode=1
TcpTunnelingPort=10000
CertStore=0
CertName=
CertPath=
CertSubjectName=
CertSerialHash=00000000000000000000000000000000
DHGroup=2
ForceKeepAlives=0
GroupPwd=
ISPPhonebook=
UserPassword=
enc_UserPassword=
NTDomain=
EnableMSLogon=1
MSLogonType=0
SendCertChain=0
PeerTimeout=90
EnableLocalLAN=0

根據自己的情況修改.
為了儲存密碼,修改配置檔案的屬性,這樣使用root使用者也不能修改檔案內容.
talen@BJB0300 Profiles$ sudo chattr +i talen.pcf

未完成.


相關文章