Tuesday, June 28, 2016

Fedora 22 : F5 VPN : SELinux

Been trying to install F5 VPN client on my Fedora 22 using Firefox, and have always been stuck on "installing...".

 Tonight, i had no choice but to make it work. So, i tried searching on how to make F5 VPN work on Fedora using Firefox, again. Then I saw this blog post https://bluehatrecord.wordpress.com/2015/06/03/using-the-f5-vpn-client-plugin-in-fedora-22 which says it's an SELinux issue. All there was to do was:

sudo setsebool -P unconfined_mozilla_plugin_transition 0


...and that's it! Wow! Thanks a lot, mate!

No comments:

Post a Comment

SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...