platforms.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <PAGE>
  2. <INCLUDE file="inc/header.tmpl" />
  3. <VAR match="VAR_SEL_INDEX" replace="selected" />
  4. <VAR match="VAR_SEL_PLATFORMS" replace="selected" />
  5. <PARSE file="menu1.xml" />
  6. <PARSE file="menu2.xml" />
  7. <INCLUDE file="inc/content.tmpl" />
  8. <h1>Supported Platforms</h1>
  9. <p>OpenConnect is known to work, with both IPv6 and Legacy IP, on Linux
  10. (<a href="https://github.com/cernekee/ics-openconnect">including
  11. Android</a>), OpenBSD, FreeBSD (including Debian GNU/kFreeBSD), NetBSD,
  12. DragonFly BSD, OpenIndiana/OpenSolaris, Solaris 10/11, Windows and
  13. Mac OS X platforms, and should be trivially portable to any other platform
  14. supporting <a href="https://en.wikipedia.org/wiki/TUN/TAP">TUN/TAP</a> devices
  15. and on which <a href="https://www.gnutls.org/">GnuTLS</a> or
  16. <a href="https://www.openssl.org/">OpenSSL</a> runs.</p>
  17. <p>For Solaris support, and for IPv6 on any platform, the
  18. <tt>vpnc-script</tt> shipped with vpnc itself (as of v0.5.3)
  19. is not sufficient. It is necessary to use the script from the <a
  20. href="https://gitlab.com/openconnect/vpnc-scripts">vpnc-scripts</a>
  21. repository instead. That repository also contains an updated version of
  22. <tt>vpnc-script-win.js</tt> which is required for correct IPv6 configuration
  23. under Windows.</p>
  24. <p>
  25. OpenConnect is known to work on at least i386, x86_64, PowerPC and MIPS
  26. processors, and should not have issues with portability to other CPUs.</p>
  27. <p>Note that 'Cisco Secure Desktop' support may require the ability to run Linux/i386 binaries; see the <a href="csd.html">CSD page</a>. CSD is not yet
  28. supported under Windows.</p>
  29. <h2>New Ports</h2>
  30. <p>
  31. Platform support for new UNIX systems is relatively simple to add
  32. &#8212; most of the difference is in the TUN/TAP device handling, and
  33. the major variants of that are already supported.</p>
  34. <p>
  35. OpenConnect builds for Windows using MinGW in 32-bit and 64-bit mode, and
  36. works with the TAP-Windows driver shipped with OpenVPN <i>(driver version
  37. 9.9 or later)</i>.</p>
  38. <INCLUDE file="inc/footer.tmpl" />
  39. </PAGE>