# Virtualized pfSense ## virt-install - better to have new allocated volume - using volume with signature ( even with wipefs to clean the signature might still have unexpected error) ```bash virt-install \ --name pftest \ --memory 2048 \ --vcpus 2 \ --os-variant freebsd12.2 \ --boot hd,cdrom,useserial=on \ --disk vol=default/pftest,bus=virtio,cache=none,io=native \ --disk vol=iso/pfSense-CE-2.5.1.iso,device=cdrom \ --network network=default,model=virtio \ --network network=pfSense,model=virtio \ --graphics none \ --noautoconsole \ --noreboot \ --autostart ``` ``` wipefs /dev/mapper/virt-default... ``` ## Serial Console ``` Start pfSense virsh start pfsense --console pfSense Boot select 3 to enter loader prompt set console=comconsole set boot_serial=YES boot pfSense Installation press Enter till manual configuration pfSense Manual Configuration (straight configure the pfSense shell, thus no need mount) select yes echo '-h' >> /boot.config exit pfSense Complete Instalation reboot ``` ## Can't ssh to Undercloud - Can't ssh to Undercloud but can ssh to test - possible reason : iptables in Undercloud had been modified - Undercloud -  -  -  - test -  https://docs.netgate.com/pfsense/en/latest/troubleshooting/boot-issues.html
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up