]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Add basic docs for (or at least admit the existence of) f5/fortinet
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 30 Mar 2021 09:49:45 +0000 (10:49 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 30 Mar 2021 09:49:45 +0000 (10:49 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
www/Makefile.am
www/f5.xml [new file with mode: 0644]
www/fortinet.xml [new file with mode: 0644]
www/menu2-protocols.xml

index 85dd86093e5ac52bb437e98591bc2c6617bd4345..b0c89044b46354f6445c523ed7ad2396e2eed365 100644 (file)
@@ -6,7 +6,7 @@ CONV    = "$(srcdir)/html.py"
 FTR_PAGES = csd.html charset.html token.html pkcs11.html tpm.html features.html gui.html nonroot.html hip.html tncc.html
 START_PAGES = building.html connecting.html manual.html vpnc-script.html
 INDEX_PAGES = changelog.html download.html index.html packages.html platforms.html licence.html
-PROTO_PAGES = anyconnect.html juniper.html globalprotect.html pulse.html
+PROTO_PAGES = anyconnect.html fortinet.html f5.html globalprotect.html juniper.html pulse.html
 TOPLEVEL_PAGES = contribute.html mail.html
 
 ALL_PAGES = $(FTR_PAGES) $(START_PAGES) $(INDEX_PAGES) $(TOPLEVEL_PAGES) $(PROTO_PAGES)
diff --git a/www/f5.xml b/www/f5.xml
new file mode 100644 (file)
index 0000000..ea2830b
--- /dev/null
@@ -0,0 +1,29 @@
+<PAGE>
+       <INCLUDE file="inc/header.tmpl" />
+
+       <VAR match="VAR_SEL_PROTOCOLS" replace="selected" />
+       <VAR match="VAR_SEL_F5" replace="selected" />
+       <PARSE file="menu1.xml" />
+       <PARSE file="menu2-protocols.xml" />
+       
+       <INCLUDE file="inc/content.tmpl" />
+
+<h1>F5 SSL VPN</h1>
+
+<p>Experimental support for <a
+href="https://www.f5.com/services/resources/glossary/ssl-vpn">F5 SSL
+VPN</a> was added to OpenConnect in March 2021. It is a PPP-based
+protocol using the native PPP support which was merged into the 9.00
+release.</p>
+
+<p>F5 mode is requested by adding <tt>--protocol=f5</tt>
+to the command line:
+<pre>
+  openconnect --protocol=f5 big-ip.example.com
+</pre></p>
+
+<p>OpenConnect does not yet support the UDP transport for F5, and
+will use PPP over TCP for connectivity.</p>
+
+       <INCLUDE file="inc/footer.tmpl" />
+</PAGE>
diff --git a/www/fortinet.xml b/www/fortinet.xml
new file mode 100644 (file)
index 0000000..e484bb9
--- /dev/null
@@ -0,0 +1,29 @@
+<PAGE>
+       <INCLUDE file="inc/header.tmpl" />
+
+       <VAR match="VAR_SEL_PROTOCOLS" replace="selected" />
+       <VAR match="VAR_SEL_FORTINET" replace="selected" />
+       <PARSE file="menu1.xml" />
+       <PARSE file="menu2-protocols.xml" />
+       
+       <INCLUDE file="inc/content.tmpl" />
+
+<h1>Fortinet SSL VPN</h1>
+
+<p>Experimental support for <a
+href="https://www.fortinet.com/products/vpn">Fortinet SSL
+VPN</a> was added to OpenConnect in March 2021. It is a PPP-based
+protocol using the native PPP support which was merged into the 9.00
+release.</p>
+
+<p>Fortinet mode is requested by adding <tt>--protocol=fortinet</tt>
+to the command line:
+<pre>
+  openconnect --protocol=fortinet fortigate.example.com
+</pre></p>
+
+<p>OpenConnect does not yet support the UDP transport for Fortinet, and
+will use PPP over TCP for connectivity.</p>
+
+       <INCLUDE file="inc/footer.tmpl" />
+</PAGE>
index 8f4d82f173bb6294189200cb1cbcac737791c306..86f044909bce23305100a2217933a3586c7508a5 100644 (file)
@@ -1,8 +1,10 @@
 <PAGE>
        <STARTMENU level="2"/>
         <MENU topic="AnyConnect" link="anyconnect.html" mode="VAR_SEL_ANYCONNECT" />
-        <MENU topic="Juniper" link="juniper.html" mode="VAR_SEL_JUNIPER" />
+        <MENU topic="Fortinet" link="fortinet.html" mode="VAR_SEL_FORTINET" />
+        <MENU topic="F5" link="f5.html" mode="VAR_SEL_F5" />
         <MENU topic="GlobalProtect" link="globalprotect.html" mode="VAR_SEL_GLOBALPROTECT" />
+        <MENU topic="Juniper" link="juniper.html" mode="VAR_SEL_JUNIPER" />
         <MENU topic="Pulse Secure" link="pulse.html" mode="VAR_SEL_PULSE" />
        <ENDMENU />
 </PAGE>