Auto-update blog content from Obsidian: 2025-10-11 20:30:11
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 6s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 10s
Blog Deployment / Test-Staging (push) Successful in 2s
Blog Deployment / Merge (push) Successful in 6s
Blog Deployment / Deploy-Production (push) Successful in 10s
Blog Deployment / Test-Production (push) Successful in 2s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 3s

This commit is contained in:
Gitea Actions
2025-10-11 20:30:11 +00:00
parent 9eade305ad
commit b8fd471372
4 changed files with 19 additions and 5 deletions

View File

@@ -122,8 +122,8 @@ Je crée la première VM `poc-opnsense-1` avec les paramètres suivants :
- Type dOS : Linux (même si OPNsense est basé sur FreeBSD) - Type dOS : Linux (même si OPNsense est basé sur FreeBSD)
- Type de machine : `q35` - Type de machine : `q35`
- BIOS : `OVMF (UEFI)`, stockage EFI sur mon pool Ceph - BIOS : `OVMF (UEFI)`, stockage EFI sur mon pool Ceph
- Disque : 20 Gio sur Ceph - Disque : 20 Go sur Ceph
- CPU/RAM : 2 vCPU, 2 Gio de RAM - CPU/RAM : 2 vCPU, 2 Go de RAM
- Cartes réseau : - Cartes réseau :
1. VLAN 101 (_POC WAN_) 1. VLAN 101 (_POC WAN_)
2. VLAN 102 (_POC LAN_) 2. VLAN 102 (_POC LAN_)

View File

@@ -120,7 +120,7 @@ First I download the OPNsense ISO and upload it to one of my Proxmox nodes:
#### VM Creation #### VM Creation
I create the first VM `poc-opnsense-1`, with the following settings: 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` - Machine type: `q35`
- BIOS: `OVMF (UEFI)`, EFI storage on my Ceph pool - BIOS: `OVMF (UEFI)`, EFI storage on my Ceph pool
- Disk: 20 GiB also on Ceph - Disk: 20 GiB also on Ceph

View File

@@ -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. 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! 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" >}}).

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 KiB