No worries, glad you got it figured out.
Search Criteria
Package Details: f5vpn 7270.0.0.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/f5vpn.git (read-only, click to copy) |
|---|---|
| Package Base: | f5vpn |
| Description: | VPN client using the Point-to-Point Protocol to connect to F5Networks BIG-IP APM |
| Upstream URL: | https://support.f5.com/csp/article/K32311645#link_04_05 |
| Licenses: | Commercial |
| Provides: | f5vpn |
| Submitter: | zrhoffman |
| Maintainer: | zrhoffman |
| Last Packager: | zrhoffman |
| Votes: | 14 |
| Popularity: | 0.012058 |
| First Submitted: | 2019-12-27 08:37 (UTC) |
| Last Updated: | 2026-04-21 02:21 (UTC) |
Dependencies (2)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- xorg-xwayland (xorg-xwayland-gitAUR, xorg-xwayland-bug865-issue1578AUR, xorg-xwayland-hidpi-xpropAUR) (optional) – wayland support
Required by (0)
Sources (5)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »
zrhoffman commented on 2021-03-15 14:48 (UTC)
AulusAgerius commented on 2021-03-15 14:46 (UTC)
Sorry about that, you were right--it was a corrupt source file on my side
zrhoffman commented on 2021-03-15 14:39 (UTC)
@AulusAgerius: Please check your setup (and completely remove the f5vpn AUR directory before trying again, if necessary). The RPM does pass the validity check for me.
AulusAgerius commented on 2021-03-15 13:05 (UTC)
Build fails as it does not pass the validity check (again, I guess):
Building f5vpn...
==> Making package: f5vpn 7211.2021.0107.1-2 (Mon 15 Mar 2021 13:04:40 GMT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found LICENSE
-> Found no-desktop-file-dbus.patch
-> Found linux_f5vpn-7211.2021.0107.1-2.x86_64.rpm
==> Validating source files with md5sums...
LICENSE ... Passed
no-desktop-file-dbus.patch ... Passed
==> Validating source_x86_64 files with md5sums...
linux_f5vpn-7211.2021.0107.1-2.x86_64.rpm ... FAILED
==> ERROR: One or more files did not pass the validity check!
Failed to build f5vpn
zrhoffman commented on 2020-10-12 09:47 (UTC)
f5vpn-login is super slow. If it's working for you, try https://github.com/zrhoffman/svpn-login or https://github.com/kayrus/gof5 for something way faster.
mike_yella commented on 2020-10-12 09:33 (UTC)
@zrhoffman After updating to the latest version I no longer get an update prompt when starting the connection, but the client still gets stuck on "Connecting" with the same log message.
I'll gladly provide any further information if needed. I've temporarily moved to using your f5vpn-login client which works well, but is a bit slower.
zrhoffman commented on 2020-10-12 08:06 (UTC)
Updated the AUR package to 7210.2020.0826.1. If an outdated client was the issue, it should work for you now.
mike_yella commented on 2020-10-12 07:05 (UTC)
@zrhoffman thank you for the quick reply. The server's version is:
f5vpn-7210.2020.0826.1-1
zrhoffman commented on 2020-10-09 15:27 (UTC)
@mike_yella That is strange. What version is your server running? You can find that by running:
curl -LO --compressed https://YourVpnServer/public/download/linux_f5vpn.x86_64.rpm &&
head -n1 linux_f5vpn.x86_64.rpm |
grep -oE --text 'f5vpn-[[:digit:]]{4}\.[[:digit:]]{4}\.[[:digit:]]{4}\.[[:digit:]]-[[:digit:]]'
mike_yella commented on 2020-10-09 12:44 (UTC)
As of today, I can't get past "Connecting". Last vpn.log entry is always:
2020-10-09,15:11:07:529, 8853,8853,, 48, /BrowserController.cpp, 579, void f5::qt::BrowserController::onTunnelConnecting(QString, int), Tunnel <redacted> (2) connecting...
Tried reinstalling f5vpn and downgrading kernel to 5.8.13 (which used to work for sure) but that didn't fix it. Anyone else having similar issues?
Pinned Comments
zrhoffman commented on 2026-01-04 05:26 (UTC)
@sergious234: Dependency
xorg-xwaylandis required to run f5vpn under Wayland (restarting your Wayland compositor after install is necessary). I have added it to theoptdependsarray.