Skip to content

Instantly share code, notes, and snippets.

View bashtoni's full-sized avatar

Sam Bashton bashtoni

View GitHub Profile
@bashtoni
bashtoni / pfsense-on-centos-8.md
Last active June 25, 2022 21:14 — forked from RulerOf/pfsense-on-centos-8.md
Installing pfSense on KVM in CentOS 8

Installing pfSense on KVM in CentOS 8

We download the latest release of pfSense as a gzipped ISO, then extract it and pass it to virt-install to get the VM up and running. Interactive portions of setup are done with virt-install's native console redirection.

Instructions

Install and start libvirtd

sudo dnf -y install libvirt-daemon
sudo systemctl enable --now libvirtd