본문 바로가기

Useful Tips/Linux

ubuntu 12.04 에서 cisco vpn client 사용하기

cisco web site 에서 cvpn-linux-4.8.02.0030-k9.tar.gz 를 download 합니다.

그냥 build 하면 error 가 발생합니다.

압축을 해제한 후 아래와 같이 첨부된 patch 들을 적용합니다.


# cd vpnclient
# patch < vpnclient.patch-2.6.38
# patch < vpnclient_linux3.0.diff
# sudo ./vpn_install


참조 >

https://nowhere.dk/articles/installing-cisco-vpn-client-on-ubuntu-11-10-oneiric-ocelot

 

vpnclient.patch-2.6.38

 

vpnclient_linux3.0.diff


빌드 완료 후 아래와 같이 실행합니다.

# /etc/init.d/vpnclient_init start

# vpnclient connect <profile>


profile 은 아래 위치에 생성해 줍니다. .pcf 확장자는 빼고 이름만 입력해주면 됩니다.

/etc/opt/cisco-vpnclient/Profiles


참조 >

http://micro.stanford.edu/wiki/How_to_install_and_configure_the_Cisco_VPN_client_on_a_Linux_computer