virt-install --name pfsense --ram 1024 --vcpus=1 --os-variant freebsd7 --hvm --vnc \
--controller type=scsi,model=virtio-scsi --disk path=pfSense-2.2.2.raw,size=4,bus=scsi \
--network=bridge:br0,model=virtio \
--cdrom pfSense-LiveCD-2.2.2-RELEASE-amd64.iso
Configure vtnet0 as WAN.
- Interfaces/WAN:
- General configuration/MTU: 1460
- DHCP client configuration/Advanced: Checked
- DHCP client configuration/Option Modifiers: supersede subnet-mask 255.255.0.0
- System/Advanced:
- webConfigurator/Browser HTTP_REFERER enforcement: Checked
- Secure Shell/Secure Shell Server: Checked (optional)
curl https://sdk.cloud.google.com | bash
gcloud auth login
gcloud config set project endless-gamma-92206
gsutil mb gs://pfsense
gsutil cp pfSense-2.2.2-1.tar.gz gs://pfsense
gcloud compute images create pfsense-2-2-2-1 --source-uri gs://pfsense/pfSense-2.2.2-1.tar.gz
- Allow HTTPS: Checked
- Allow HTTP: Checked (optional)
I have my instance created in GCE thanks in-part to this. But It does not recognize the LAN interface in GCE. Any tips?