{% load i18n %}
- {% trans "Start a virtual machine." %}
- {% trans "Customize this machine - install and remove softwares, etc." %}
- {% trans 'Click the “Save as Template” button.' %}
- {% trans 'On the dashboard select this template to go to the "Edit template page".' %}
- {% trans 'Use the "Manage access" box to add a user or user group with "user" access level.' %} ( {% trans "You can easily create groups if you need to" %})
- {% trans "Start a virtual machine." %}
- {% trans "On the machine's Access panel you can grant access for users and groups to the VM." %}
- {% trans "On the VM’s detail page click on the Network panel." %}
- {% trans "On the prefered interface type the port number, select type and click ‘Add’." %}
- {% trans "You have to open this port in the firewall too. Opening port 80 examples: " %}
- Ubuntu, Debian:
sudo ufw allow 80
- CentOS, RHEL: {% trans "append to" %}
/etc/sysconfig/iptables
:
iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
{% trans "and restart the service:" %}sudo service iptables restart
- {% trans "Now you can connect to the machine with the generated port number." %}
{% blocktrans %}You can send a request to the administrators. On the VM's home panel click on the ‘renew’ button and ‘send request’. Please explain why you need a longer lease and choose the most suitable one.{% endblocktrans %}
{% blocktrans %} You can send a request to the administrators. On the VM's resources panel click Request more resources, modify the values, explain your request and finally hit save. {% endblocktrans %}
{% blocktrans %} When you want to create a VM below the template list there is an option to send a request. Select which template you want, explain why you need it and then submit the form. {% endblocktrans %}