{% extends 'pages/_install_base.html' %} {% load i18n %} {% load dltags %} {% block pagetitle %} {% trans "Install on Other Platforms" %} {% endblock %} {% block openvpn_setup %} {% blocktrans trimmed %} Some devices will let you upload and import a VPN configuration; the "Other / GNU/Linux" configuration option is made to be compatible. For most other devices and client applications, including most routers supporting OpenVPN, you will need to fill in a few parameters as described below: {% endblocktrans %}
{% trans "Option" %}{% trans "Value" %}
{% trans "CA certificate" %} {% trans "Download the following file:" %} vpn.ccrypto.org/ca.crt
{% trans "Client / Server certificates" %} {% trans "None" %}
{% trans "User name and Password" %} {% trans "The same as on this site." %}
{% trans "Host or Gateway" %} {% blocktrans trimmed with url="/status" gw="gw.random.204vpn.net" %} Pick one in the server list, or {{gw}} for a random server. {% endblocktrans %}
{% trans "Port / Protocol" %} {% trans "1196 in UDP mode (or 443 in TCP mode; prefer UDP unless blocked)" %}
{% trans "Interface Type" %} tun
{% trans "LZO Compression" %} {% trans "Enabled" %}
{% trans "Cipher / HMAC" %} {% blocktrans trimmed %} BF-CBC and SHA1 by default, renegociable with a recent OpenVPN version {% endblocktrans %}
{% trans "DNS Server" %} 10.99.0.20
{% endblock %}