Cisco FTD
Install vFTD on Proxmox
Step 1 - Create a VM without an operating system
- Virtual Machine ID (VM ID): When creating a virtual machine, assign a unique VM ID. Keep this ID in mind as it will be used later. VM ID 187 is used in the image.
- The operating system selects "Do Not Use Any Media": This means that the virtual machine will not boot from any media such as a CD-ROM or ISO file. This is because a qcow2 image will be imported later as the virtual hard disk.
- Disk: You need to delete the default disk (click on the trash icon in the picture)
Step 2 - Create a directory to store qcow2 images
- Click host > hit Shell > type the following command:
mkdir /var/lib/vz/template/qcow
Step 3 - Copy qcow2 mirror
- Use filezilla to copy the qcow file from NAS to proxmox host in directory that was created
Step 4 - Import a qcow2 image into a VM in Proxmox
- Switch to the qcow2 image directory
cd /var/lib/vz/template/qcow/
- Import the qcow2 image
qm importdisk 187 /var/lib/vz/template/qcow/vm-33333-disk-0.qcow2 local-lvm-thin
Step 5 - Attache a qcow2 virtual disk to a VM
- Click on the 187 VM created in step 1 > select the Hardware 2. On the right side, the newly imported qcow2 disk is presented as an unused disk. Select the Unused disk > click the Edit
- Select the bus type VirtIO Block > click Add
Step 6 - Change the Boot Order
- In order for the virtual machine to boot from the newly added disk, the boot order must be changed.
- Choose VM > hit Options > double - click Boot Order
- To boot from a new disk, the new disk must be at the top of the boot order window.
- Drag the newly added VirtIO disk to the top > select the checkbox > click OK
Step 7 - Start the Virtual Machine
Initial Setup
Username: admin
Password: Admin123
- Requires 4 network interfaces to complete the setup
- Go through setup prompts
- Create management interface for 192.168.30.0 network
- Enter command on FTD
configure manager add 192.168.30.6 (IP of FMC) cisco123 (secret phrase)
- Add device in FMC
configure network ipv4 manual 10.1.1.2 255.0.0.0 10.1.1.1