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.
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
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
- For disconnect, type d.
- And for reconnect, type c.
- All credits reserved for Shrew Soft, the author of Shrew Soft VPN Client (ike).
- Original AUR PKGBUILD and the contributors.
This repository is under the terms of MIT License.