jsteffan/openconnect-juniper
Project ID: 8167
Description
openconnect built with the Juniper option as the default so the network manager plugin can successfully connect to Juniper network connect based endpoints.
There is one trivial change to make Juniper support the default included in these builds vs Koji builds:
#ifdef ENABLE_NLS
bindtextdomain("openconnect", LOCALEDIR);
#endif
- openconnect_set_protocol(vpninfo, "anyconnect");
+ openconnect_set_protocol(vpninfo, "nc");
return vpninfo;
Installation Instructions
dnf copr enable jsteffan/openconnect-juniper
dnf install openconnect NetworkManager-openconnect
If Fedora 25+ and you want to use the Network Manager GUI to configure your VPN:
dnf install NetworkManager-openconnect-gnome
Configure your Juniper nc VPN via Network Manager as an openconnect VPN.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (12)* | EPEL 7 (110 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable jsteffan/openconnect-juniper
More info about enabling Copr repositories