Software Versions
The following software versions were used in this post.
- pfSense Community Edition – 2.6.0
- QEMU Guest Agent – 5.0.1
Install the qemu-guest-agent package.
pkg install -y qemu-guest-agent
Once installed, there is a note on how to setup the agent.
Modify your `/etc/rc.conf` by adding these settings
qemu_guest_agent_enable="YES" qemu_guest_agent_flags="-d -v -l /var/log/qemu-ga.log"
and run