@Pootle:
I have installed 1.2 under KVM on Ubuntu and am still running it quite happily. Are your virtual NICs hooked up to bridges on the linux host OK?
Yes, I have a standard shell script to invoke the VMs. Here is the script for my pfsense VM.
#!/bin/bash
export KVM_DIR=$HOME/KVM
generate an unique MAC address for each NIC
nic0=00:07:43:2c:b8:01
nic1=00:07:43:0d:c5:04
qemu-kvm
-vga cirrus
-m 512
-drive file=${KVM_DIR}/vdisks/pfsense.vdd,index=0,boot=on
-net nic,model=rtl8139,macaddr=${nic0}
-net tap,ifname=tap2,script=no,downscript=no
-net nic,model=e1000,macaddr=${nic1}
-net tap,ifname=tap5,script=no,downscript=no
-daemonize \
devices "tap2" and "tap5" are bound to bridges "br0" and "br1" respectively in the host OS (openSUSE 11.2). I am using the above strategy to evaluate ClearOS, ebox, Untangle etc. and they boot up fine with the 2 NICs. Needless to say, I boot the VMs only one at any given time and not all at the same time.
Please see attached screenshot where the LAN/WAN configuration go into never land.
[image: pfsense_screenshot0.png]
[image: pfsense_screenshot0.png_thumb]