Search Criteria
Package Details: f5vpn 7250.2024.1008.1-2
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: | 12 |
Popularity: | 0.21 |
First Submitted: | 2019-12-27 08:37 (UTC) |
Last Updated: | 2024-11-21 20:16 (UTC) |
Dependencies (3)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
vcaselli commented on 2022-05-30 16:38 (UTC)
Thank you @zrhoffman, but the protocol f5-vpn or f5-epi is not under my control. I suppose it is built by the customer's host. I also tried to capture the url, change the protocol and give the command explicitly
but nothing happens. Instead if I give
something happens: the F5 icons bounces as if starting, but then stops and nothing happens, no errors.
One question: since the error I wrote in my first comment, is there a chance that on the server side they put a constraint on using 7183,2020,108,205 client version?
zrhoffman commented on 2022-05-30 12:08 (UTC)
@vcaselli It's worth nothing that the URL scheme you gave is
f5-epi://
, but the package only supportsf5-vpn://
.If I change
f5-vpn://
tof5-epi://
in my own URL, it segfaults:So it needs to be
f5-vpn://
, notf5-epi://
.zrhoffman commented on 2022-05-30 09:59 (UTC)
@vcaselli I just tested the package and it works for me. Since you have a support question, maybe someone at https://community.f5.com/t5/technical-forum/bd-p/TechnicalForum can help.
vcaselli commented on 2022-05-30 09:40 (UTC)
Hi, I have used successfully this package for several months on Arch Linux. Since a few days I cannot connect with the following error:
(by the way, on Windows it is all ok)
what can I do? I am willing to rebuild the package if needed, as long as I can get some hint on what to change. Thank you very much
zrhoffman commented on 2022-03-28 16:34 (UTC)
Hi @dyonysos, from my testing, vpn.f5.com is still on 7213.2021.0526.1. vpn.tcu.edu seems to be the only mirror I am aware of using 7220.2022.0308.1 at this point, so I updated the package to use it.
We can get the sums pretty easily from
makepkg --geninteg
, so if someone just marks the package as out-of-date, I get notified and can update the package soon afterwards.dyonysos commented on 2022-03-28 11:54 (UTC) (edited on 2022-03-28 11:54 (UTC) by dyonysos)
Hello @zrhoffman,
I tried locally to update the package with one of the latest. Here's the info to upgrade your PKGBUILD:
I don't know (for the moment) how I can contribute myself, but I hope these infos will allow you to udpate quickly :)
zrhoffman commented on 2021-11-08 09:55 (UTC)
@tpitkin Very cool, thanks for the tip!
@level101 Updated to 7214.2021.0915.1.
tpitkin commented on 2021-11-03 18:27 (UTC)
@zrhoffman, you might be able to get a more up-to-date version by using this mirror from F5: https://vpn.f5.com/public/download/linux_f5vpn.x86_64.rpm
zrhoffman commented on 2021-10-28 20:58 (UTC)
@ttv20 If it works with root and does not work without,
setuid
is not working for some reason. Ifdoes not show
4755
, thesetuid
bit is not set. Otherwise, maybe a security setting is keepingsetuid
from working, in this case.ttv20 commented on 2021-10-28 19:45 (UTC)
Work for me, but only after I run it with root (specifically kdesu)
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »