summarylogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorZach Hoffman2020-03-14 19:20:22 +0000
committerGitHub2020-03-14 13:20:22 -0600
commita6b885adfd7c5f942ad50236fd5a91c6a7861ef5 (patch)
tree82abf056b1653bda60819d012701ed92efbe0335 /README.rst
parent6605c7fc3217ea61453016380e4adcdfb123fe66 (diff)
downloadaur-a6b885adfd7c5f942ad50236fd5a91c6a7861ef5.tar.gz
Add directory for svpn.pid and a README (#1)
* Capitalize license name * Add upstream URL * Substitute package name where possible * Add directory for svpn.pid * Single quotes * Comment PKGBUILD * Update package description * Add readme * AUR package release version 4
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst30
1 files changed, 30 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 000000000000..a110a4b2c170
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,30 @@
+f5vpn for Linux
+===============
+
+The F5 VPN client uses the Point-to-Point Protocol to connect to F5Networks BIG-IP APM 13.0.
+
+Usage
+-----
+
+1. In a web browser, go to `<https://[your-BIG-IP-APM-server]/>`_ and log in (including 2-factor authentication, if you use it).
+
+2. Open Developer Tools and run this JavaScript:
+
+ .. code-block:: javascript
+
+ snaGetLaunchLink('network_access', '/Common/Desktop-Remote_splitv6')['link']
+
+ You should have received a URL starting with ``f5-vpn://``.
+
+3. In a terminal, run ``f5vpn`` using the URL from Step 2 as its argument (including single quotes):
+
+ .. code-block:: shell
+
+ f5vpn 'f5-vpn://...'
+
+If everything worked, the GUI for F5 VPN should be visible. Assuming continuous Internet connectivity, you should remain connected for several hours.
+
+Known Bugs
+----------
+
+If you resize the window, it disconnects. If that happens, you can re-run the ``f5vpn`` command with the same URL as before.