{% extends load_base %} {% load i18n %} {% block javascript %} {% endblock %} {% block base_content %}{% trans "Pending" as pending %}{% trans "Pre-Order" as preorder %}
{% blocktrans %}Our images have firewall enabled by default. Check you firewall settings.{% endblocktrans %}
{% blocktrans %}Please contact our support in order to check and allow API access for your user account. Also please make sure that you are using a valid username and password or API key.{% endblocktrans %}
{% blocktrans %}Generated key that can be used instead of user/password authentication.{% endblocktrans %}
{% blocktrans %}Generated key which is used to verify, if callback response is from our servers.{% endblocktrans %}
{% blocktrans %}The callback response will contain a random token and a verification string. You should generate your own verification sting by attaching the callback key after the random token and create an MD5 hash from the string. If your MD5 hash matches the verification string you can be sure the callback came from our servers.{% endblocktrans %}
{% blocktrans %}Unfortunately this feature is not built in the GUI yet, but we do support custom ISO images. Please create a support request via our support section.{% endblocktrans %}
{% blocktrans %}Monitoring and more accurate VM resource graphs can be turned on by enabling a monitoring agent, which is preconfigured in our VM disk images.{% endblocktrans %}
{% blocktrans %}This can be accomplished by running these commands as root:
* RHEL, CentOS, Scientific Linux: chkconfig zabbix-agent on && service zabbix-agent start
* Debian, Ubuntu: update-rc.d zabbix-agent defaults && service zabbix-agent start
{% endblocktrans %}
{% blocktrans %}Our anti-spoofing protection allows only assigned IPv4 addresses to originate from the network interface. We do not support IPv6 at this point, which we hope to support in the near future. However, IPv6 is enabled by default in our images as disabling it will break some applications.{% endblocktrans %}