Create F5 BIG-IP Next Instance on Proxmox Virtual Environment
If you are looking to deploy a F5 BIG-IP Next instance on Proxmox Virtual Environment (henceforth referred to as Proxmox for the sake of brevity), perhaps in your home lab, here's how:
First, dow...
Updated Aug 22, 2024
Version 4.0Leon_Seng
Employee
Joined September 15, 2021
Eric_Chen
Employee
Joined May 16, 2013
lnxgeek
MVP
Now that we have a qcow2 version available how would that change the installation process?
MJ_1024
May 15, 2024Altocumulus
Doesn't seem to change much.
I found using the qcow2 version I had to either:
- Use cloud init, as mentioned above.
For me using libvrt on ubuntu, I followed the following (adding user:admin):
https://cloudinit.readthedocs.io/en/latest/howto/run_cloud_init_locally.html#libvirt
- Or in boot up/reboot, catch console, start in "recovery" mode, which puts you in root.
Use 'passwd admin' to change the admin password.
Reboot and proceed.
Obviously less ideal in most cases than using the cloud init method.