Skip to content

Instantly share code, notes, and snippets.

@rgodishela
Created April 23, 2017 16:12
Show Gist options
  • Save rgodishela/ee33b164b43f791f289c6299238d8489 to your computer and use it in GitHub Desktop.
Save rgodishela/ee33b164b43f791f289c6299238d8489 to your computer and use it in GitHub Desktop.
OpenConnect Installation
OpenConnect Installation:
Go to OpenConnect Downloads Page, Right Click on Latest release to copy the link location.
Download the package into your machine,
wget ftp://ftp.infradead.org/pub/openconnect/openconnect-7.06.tar.gz
Untar the file, tar -xvf openconnect-7.06.tar.gz
Go into the directory, cd openconnect-7.06
Create VPNC directory under /etc, mkdir -vp /etc/vpnc
vim /etc/vpnc/vpnc-script
copy the content from http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/HEAD:/vpnc-script
chmod 755 /etc/vpnc/vpnc-script
yum install openssl-devel libxml2-devel guntls-devel
./configure –with-vpnc-script=/etc/vpnc/vpnc-script
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment