Create pfSense image for OpenStack
-
Hello Guys.
I am looking for creating pfsense image for OpenStack.
I am using it with bsd-cloudinit [1]
My first challenge is install the pfsense with two partitions:
First partition to /boot
Last partition to /
No swap neededThe root partition must be the last partition on the disk, so that bsd-cloudinit could grow the partition on first boot. [2]
So I have tried to do so from any way from the custom installation but no sucess.
I wonder if it is possible to do so for pfsense.
Thanks in advance
[1] https://github.com/pellaeon/bsd-cloudinit-installer/tree/pfsense
[2] http://pellaeon.github.io/bsd-cloudinit/
-
Hi, I'm also trying to use PfSense inside OpenStack.
I'm able to start the VM and the interfaces seem to be configured correctly. Anyway I'm always having an error running pfctl -o basic -f /tmp/rules.debug/tmp/rules.debug:18: cannot define table bogons: Invalid argument pfctl: Syntax error in config file: pf rules not loaded
Have you faced this?