shrewsoftvpn
Shrew soft VPN client
Link vpn client: https://www.shrew.net/download/ike/ike-2.2.1-release.tgz
Build on Slackware
Build libedit
Requires libedit: http://slackbuilds.org/repository/14.0/libraries/libedit/
- su
 - cd /tmp
 wget http://slackbuilds.org/slackbuilds/14.0/libraries/libedit.tar.gz
- tar xvzf libedit.tar.gz
 - cd libedit
 wget http://ponce.cc/slackware/sources/repo/libedit-20110227-3.0.tar.gz
chmod 755 libedit.SlackBuild
./libedit.SlackBuild
- installpkg /tmp/libedit-20110227_3.0-i486-1_SBo.tgz
 
Package 32 bit: libedit-20110227_3.0-i486-1_SBo.tgz
Package 64 bit: libedit-20110227_3.0-x86_64-1_SBo.tgz
Build vpn client
- su
 - cd /tmp
 wget https://www.shrew.net/download/ike/ike-2.2.1-release.tgz
- tar xvzf ike-2.2.1-release.tgz
 - cd ike
 - cmake -DCMAKE_INSTALL_PREFIX=/usr -DQTGUI=YES -DETCDIR=/etc -DNATT=YES
 - make clean
 - make
 - make install
 - cp /etc/iked.conf.sample /etc/iked.conf
 - ldconfig
 
Run vpn client
- su
 - iked -F # run in foreground
 - qikea # as normal user
 - import the vpn file, File, import
 - double click on the lock and click connect
 
Install on Debian Wheezy (7.0)
- apt-get install ike
 - apt-get install ike-qtgui
 
Run client on Debian
* iked -F #as root * ikea # shrew client, run as normal user
