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)
--- /dev/null
+<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>
--- /dev/null
+<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>
<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>