[LAB 1.1] Using qemu to run MikroTIK router inside of GNS3

1. After download All tool & ISO file, move ISO file to the folder where the GNS3 program
located. Go to command line and move to GNS3 folder.

C:\Users\admin>cd C:\Program Files\GNS3
C:\Program Files\GNS3>


2. Then run the command to make the image file, for example named mikrotik.img


C:\Program Files\GNS3>qemu-img.exe create -f qcow2 mikrotik.img 256M

Until a successful image-making information

Formatting 'mikrotik.img', fmt=qcow2 size=268435456 encryption=off
cluster_size=0


3.Install ISO file to the current image, I assume that the ISO file name is
“mikrotik.iso”, you can adjust file name to match with the following command


C:\Program Files\GNS3>qemu.exe mikrotik.img -boot d -cdrom
"mikrotik.iso"









4. Qemu will show MikroTik installation process similar to when we install it
using CD-room


5. Perform Test Settings, it is to know whether you have configured is correct or not, click Edit> Preferences> Tab General Settings


6. Put qemu MikroTIK into GNS3


7. Creating MikroTIK router symbol, click Edit> Symbol Manager


8. drag router symbol and click the play button



9. Login final! after the insstallation finish the program is default for login with user "admin" and no have password we can start to learn!
















Posting Komentar