mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 08:56:06 +03:00
255 lines
8.8 KiB
XML
255 lines
8.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>IOUVMConverterWizard</class>
|
|
<widget class="QWizard" name="IOUVMConverterWizard">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>649</width>
|
|
<height>377</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>GNS3 IOU Converter</string>
|
|
</property>
|
|
<property name="options">
|
|
<set>QWizard::NoCancelButton|QWizard::NoDefaultButton</set>
|
|
</property>
|
|
<widget class="QWizardPage" name="uiWizardWelcomePage">
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string><h1>Welcome to the IOUVM converter</h1>
|
|
<p>This Wizard will help you to convert the IOUVM to the new GNS3 VM</p>
|
|
<p>The GNS3 VM has a self update system allowing you to easily upgrade between version of the GNS3 VM without manual operations.</p></string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWizardPage" name="uiWizardStartConfigureGNS3">
|
|
<layout class="QVBoxLayout" name="verticalLayout_13">
|
|
<item>
|
|
<widget class="QLabel" name="label_14">
|
|
<property name="text">
|
|
<string><h1>Start GNS3</h1>
|
|
<ul>
|
|
<li>Start GNS3 >= 1.4</li>
|
|
<li>Configure the GNS3 VM via preferences or the initial wizard</li>
|
|
<li>Exit all instance of GNS3</li>
|
|
</ul></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWizardPage" name="uiWizardVirtualBoxNatPage">
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<item>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="text">
|
|
<string><h1>Setup NAT</h1>
|
|
<ul>
|
|
<li>Start VirtualBox </li>
|
|
<li>Click on the IOUVM</li>
|
|
<li>Click on settings</li>
|
|
<li>Click on Network</li>
|
|
<li>Change Host-only adapter to NAT</li>
|
|
<li>Click on OK</li>
|
|
<li>Start the VM<li>
|
|
</ul></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWizardPage" name="uiWizardUpdateIOUVM">
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
<item>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="text">
|
|
<string><html><head/><body><p><span style=" font-size:xx-large; font-weight:600;">Update GNS3 on IOUVM</span></p><p>In the VM: </p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Log as root with password CISCO</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">pip3 install gns3-server==1.3.10</li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">halt</li></ul></body></html></string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::RichText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWizardPage" name="uiWizardPageVirtualBoxHostOnly">
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
<item>
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="text">
|
|
<string><h1>Restore VM network settings</h1>
|
|
<ul>
|
|
<li>Start VirtualBox </li>
|
|
<li>Click on the IOUVM</li>
|
|
<li>Click on settings</li>
|
|
<li>Click on Network</li>
|
|
<li>Change NAT adapter to Host-Only</li>
|
|
<li>Click on OK</li>
|
|
<li>Start the VM<li>
|
|
</ul></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWizardPage" name="uiWizardDownloadBackups">
|
|
<layout class="QVBoxLayout" name="verticalLayout_10">
|
|
<item>
|
|
<widget class="QLabel" name="label_10">
|
|
<property name="text">
|
|
<string><h1>Download backups</h1>
|
|
<ul>
|
|
<li>Log as root with password cisco</li>
|
|
<li>Type ifconfig eth0</li>
|
|
<li>Remember the addr</li>
|
|
<li>In your browser open http://THEADDR:3080</li>
|
|
<li>Download projects and images backups</li>
|
|
<li>halt the vm</li>
|
|
</ul></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWizardPage" name="uiWizardRestoreBackups">
|
|
<layout class="QVBoxLayout" name="verticalLayout_11">
|
|
<item>
|
|
<widget class="QLabel" name="label_11">
|
|
<property name="text">
|
|
<string><h1>Restore backups</h1>
|
|
<ul>
|
|
<li>Start the GNS3 VM</li>
|
|
<li>Remember the IP display on the information screen</li>
|
|
<li>In a browser open http://THEIP:3080/upload</li>
|
|
<li>Select the option for restoring projects and upload the previous backup</li>
|
|
<li>Select the option for restoring images and upload the previous backup</li>
|
|
</ul></string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWizardPage" name="uiWizardPageBackup">
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
<item>
|
|
<widget class="QLabel" name="label_5">
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>43</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string><center>
|
|
BACKUP<br>
|
|
YOUR TOPOLOGIES!
|
|
</center></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWizardPage" name="uiWizardPageIOURCCheck">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QLabel" name="label_7">
|
|
<property name="text">
|
|
<string><h1>Validation of the IOURC file</h1>
|
|
The IOURC file contain your licence for IOU.<br>
|
|
The format of file is:
|
|
<pre>
|
|
[license]
|
|
gns3-iouvm = OLDLICENCE;
|
|
gns3vm = NEWLICENCE;
|
|
</pre>
|
|
<br>
|
|
The GNS3VM require a new licence. You need to add it in the file. IOU is a CISCO product. GNS3 staff is not allowed to provide this licence.</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWizardPage" name="uiWizardUpdateConfiguration">
|
|
<layout class="QVBoxLayout" name="verticalLayout_12">
|
|
<item>
|
|
<widget class="QLabel" name="label_12">
|
|
<property name="text">
|
|
<string><h1>Update configuration</h1>
|
|
<p style="color: red">Your GNS3 configuration will be updated.</p>
|
|
<p>All your remote servers will be removed and replace by the GNS3VM. </p><p>If you have a custom remote server <strong>DO NOT CONTINUE</strong></p></string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWizardPage" name="uiWizardPagePatchTopologies">
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
<item>
|
|
<widget class="QLabel" name="label_6">
|
|
<property name="text">
|
|
<string><h1>Patch topologies</h1>
|
|
We need to patch your topologies please select your topologies directory</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<item>
|
|
<widget class="QLineEdit" name="uiLineEditTopologiesPath"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="uiPushButtonBrowse">
|
|
<property name="text">
|
|
<string>Browse...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWizardPage" name="uiWizardCongratulation">
|
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
|
<item>
|
|
<widget class="QLabel" name="label_8">
|
|
<property name="text">
|
|
<string><center>
|
|
<h1>Congratulation you can now use the GNS3 VM</h1>
|
|
</center></string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|