| 
  
   Size: 1140 
  
  Comment:  
 | 
  
   Size: 1226 
  
  Comment:  
 | 
| Deletions are marked like this. | Additions are marked like this. | 
| Line 21: | Line 21: | 
| Package 64 bit:  [[attachment:libedit-20110227_3.0-x86_64-1_SBo.tgz]] | 
|
| Line 32: | Line 34: | 
| * ldconfig | 
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
 
