Adding Fortigate image
Posted: Thu Feb 01, 2018 4:15 pm
Hello support,
I am following the below link in order to add a Fortinet FW image.
The file I am using is: FOS_VM64-v5-build1167-FORTINET.out.ovf
The procedure I am following is option 2) in: http://www.eve-ng.net/index.php/documen ... net-images
In the procedure:
2.5. Convert original vmdk files to qcow2 format
qemu-img convert -f vmdk -O qcow2 fmg.vmdk virtioa.qcow2
qemu-img convert -f vmdk -O qcow2 datadrive.vmdk virtiob.qcow2
What I get:
root@eve-ng:/opt/unetlab/addons/qemu/fortinet-FMG-v5.4-build1167# unzip FOS_VM64-v5-build1167-FORTINET.out.ovf.zip
Archive: FOS_VM64-v5-build1167-FORTINET.out.ovf.zip
inflating: datadrive.vmdk
inflating: FortiOS-VM64.ovf
inflating: FortiOS-VM64.hw07_vmxnet3.ovf
inflating: fortios.vmdk
root@eve-ng:/opt/unetlab/addons/qemu/fortinet-FMG-v5.4-build1167#
What is the reason why the names in the procedure, and the ones I am getting do not match?
Does datadrive.vmdk have to be virtiob.qcow2?
And does fortios.vmdk have to be virtioa.qcow2?
Are these instructions, in this order correct?
qemu-img convert -f vmdk -O qcow2 fortios.vmdk virtioa.qcow2
qemu-img convert -f vmdk -O qcow2 datadrive.vmdk virtiob.qcow2
Thanks
I am following the below link in order to add a Fortinet FW image.
The file I am using is: FOS_VM64-v5-build1167-FORTINET.out.ovf
The procedure I am following is option 2) in: http://www.eve-ng.net/index.php/documen ... net-images
In the procedure:
2.5. Convert original vmdk files to qcow2 format
qemu-img convert -f vmdk -O qcow2 fmg.vmdk virtioa.qcow2
qemu-img convert -f vmdk -O qcow2 datadrive.vmdk virtiob.qcow2
What I get:
root@eve-ng:/opt/unetlab/addons/qemu/fortinet-FMG-v5.4-build1167# unzip FOS_VM64-v5-build1167-FORTINET.out.ovf.zip
Archive: FOS_VM64-v5-build1167-FORTINET.out.ovf.zip
inflating: datadrive.vmdk
inflating: FortiOS-VM64.ovf
inflating: FortiOS-VM64.hw07_vmxnet3.ovf
inflating: fortios.vmdk
root@eve-ng:/opt/unetlab/addons/qemu/fortinet-FMG-v5.4-build1167#
What is the reason why the names in the procedure, and the ones I am getting do not match?
Does datadrive.vmdk have to be virtiob.qcow2?
And does fortios.vmdk have to be virtioa.qcow2?
Are these instructions, in this order correct?
qemu-img convert -f vmdk -O qcow2 fortios.vmdk virtioa.qcow2
qemu-img convert -f vmdk -O qcow2 datadrive.vmdk virtiob.qcow2
Thanks