diff --git a/content/post/12-opnsense-virtualization-highly-available.fr.md b/content/post/12-opnsense-virtualization-highly-available.fr.md index 374e307..2306013 100644 --- a/content/post/12-opnsense-virtualization-highly-available.fr.md +++ b/content/post/12-opnsense-virtualization-highly-available.fr.md @@ -122,8 +122,8 @@ Je crée la première VM `poc-opnsense-1` avec les paramètres suivants : - Type d’OS : Linux (même si OPNsense est basé sur FreeBSD) - Type de machine : `q35` - BIOS : `OVMF (UEFI)`, stockage EFI sur mon pool Ceph -- Disque : 20 Gio sur Ceph -- CPU/RAM : 2 vCPU, 2 Gio de RAM +- Disque : 20 Go sur Ceph +- CPU/RAM : 2 vCPU, 2 Go de RAM - Cartes réseau : 1. VLAN 101 (_POC WAN_) 2. VLAN 102 (_POC LAN_) diff --git a/content/post/12-opnsense-virtualization-highly-available.md b/content/post/12-opnsense-virtualization-highly-available.md index 5ec5785..d34c062 100644 --- a/content/post/12-opnsense-virtualization-highly-available.md +++ b/content/post/12-opnsense-virtualization-highly-available.md @@ -120,7 +120,7 @@ First I download the OPNsense ISO and upload it to one of my Proxmox nodes: #### VM Creation I create the first VM `poc-opnsense-1`, with the following settings: -- OS type: Linux(even though OPNsense is FreeBSD-based) +- OS type: Linux (even though OPNsense is FreeBSD-based) - Machine type: `q35` - BIOS: `OVMF (UEFI)`, EFI storage on my Ceph pool - Disk: 20 GiB also on Ceph diff --git a/content/post/13-migration-opnsense-proxmox-highly-available.md b/content/post/13-migration-opnsense-proxmox-highly-available.md index 2363b46..0c269bb 100644 --- a/content/post/13-migration-opnsense-proxmox-highly-available.md +++ b/content/post/13-migration-opnsense-proxmox-highly-available.md @@ -52,6 +52,20 @@ I also create the `vlan44` for the *pfSync* VLAN, then I apply this configuratio Now that the VLAN configuration is done, I can start buiding the virtual machines on Proxmox. -I don't want to go into much details about the VM creation, I already detailed it in the previous [post]({{< ref "post/12-opnsense-virtualization-highly-available" >}}). +The first VM is named `cerbere-head1` (I didn't tell you? My current firewall is named `cerbere`, it makes even more sense now!) Here are the settings: +- OS type: Linux +- Machine type: `q35` +- BIOS: `OVMF (UEFI)` +- Disk: 20 GiB on Ceph storage +- CPU/RAM: 2 vCPU, 4 GiB RAM +- NICs: + 1. `vmbr0` (*Mgmt*) + 2. `vlan20` (*WAN*) + 3. `vlan13` *(User)* + 4. `vlan37` *(IoT)* + 5. `vlan44` *(pfSync)* + 6. `vlan55` *(DMZ)* + 7. `vlan66` *(Lab)* +![proxmox-cerbere-vm-settings.png](img/proxmox-cerbere-vm-settings.png) -The first VM is named `cerbere-head1`, I didn't tell you? My current firewall is named `cerbere`, it makes even more sense now! \ No newline at end of file +I don't want to go into much details about OPNsense installation, I already detailed it in the previous [post]({{< ref "post/12-opnsense-virtualization-highly-available" >}}). \ No newline at end of file diff --git a/static/img/proxmox-cerbere-vm-settings.png b/static/img/proxmox-cerbere-vm-settings.png new file mode 100644 index 0000000..3d12884 Binary files /dev/null and b/static/img/proxmox-cerbere-vm-settings.png differ