Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Dave_Shier_3207's avatar
Dave_Shier_3207
Icon for Nimbostratus rankNimbostratus
May 14, 2017

BIG IP Edge Client for Linux

I'm an archlinux user, and my company does not tend to support Linux. We just moved to the F5 APM access. Is it possible to get an installer for the edge client that will work with Duo authentication?

 

2 Replies

  • F5's response to me was that Duo will likely not ever work with the command line linux client. In version 13, they move away from NPAPI plugins, so you might be able to use your browser in Linux. I haven't had the opportunity to test it yet.

     

  • With the newer versions it does work (again) in the browser. I am running it with Firefox 61.0.1 on Xubuntu 18.04.

    To make it work I had to make a softlink for the libssl and libcrypto libraries to the standard xubuntu versions:

    ls -l /opt/f5/vpn/lib/   total 2776
    lrwxrwxrwx 1 root root      42 aug  7 11:00 libcrypto.so.1.0.0 -> /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
    -rw-r--r-- 1 root root 2386632 apr 17 22:41 libcrypto.so.1.0.0.save
    lrwxrwxrwx 1 root root      39 aug  7 11:00 libssl.so.1.0.0 -> /usr/lib/x86_64-linux-gnu/libssl.so.1.1
    -rw-r--r-- 1 root root  450904 apr 17 22:41 libssl.so.1.0.0.save