The best way out is always through.
3 Jul

(i will take the case of my university)
We have a campus wide WLAN network, allowing all student through a VPN to be “connected”.
Install the cisco vpn client software under Ubuntu
# apt-get install vpnc
configure the client under Ubuntu
IPSec gateway 141.9x.1x.xxx
IPSec ID univpn
IPSec obfuscated <secret>
Xauth username <your_student_id>
Xauth password <student_password>
Oder install the network manager vpn plugin
# apt-get install network-manager network-manager-vpnc
download the .pcf file and import it !
Leave a reply