Skip to content

robsonsilv4/shrewsoftvpn-aur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shrew Soft VPN Client (ike)

Shrew Soft VPN Client (ike) for Arch Linux, Manjaro and derivated.

This repository contains the builded package ready for install and the PKGBUILD updated with fixes, patches and files for build.

How to install

1 - Clone the repository:

git clone https://github.com/robsonsilv4/shrewsoftvpn-aur.git

cd shrewsoftvpn-aur

2 - Install the package:

sudo pacman -U ike-2.2.1-6-x86_64.pkg.tar.xz

3 - Enable and/or start iked service:

sudo systemctl enable iked.service
# and/or
sudo systemctl start iked.service

4 - If you use LDAP, also install openldap (optional):

sudo pacman -Sy openldap

5 - Just if you want to compile the package again (optional):

cd aur

makepkg -si

How to use

1 - Copy your configuration files to sites folder:

mkdir -p ~/.ike/sites

cp YOUR_SETTINGS ~/.ike/sites

2 - And run with:

ikec -r YOUR_SETTINGS -u user -p password -a

Tips

  • For disconnect, type d.
  • And for reconnect, type c.

Credits

License

This repository is under the terms of MIT License.

Releases

No releases published

Packages

No packages published

Languages