Preparation
Hardware requirements
- An USB stick (2.0 or 3.0 should work both)
- RS232 serial to USB adaptor (chipset PL2303 works fine on linux) (I went with this)
- RS232 null modem cable D-Sub (I went with this)
- APU2C4. I could not get this to work on ALIX devices.
Software requirements
- dd on Linux
- A serial AMD64 pfSense memstick installer image from here
Installation
- First copy the image to your USB stick:
gunzip -c pfSense-CE-memstick-serial-***-RELEASE-amd64.img.gz | sudo dd of=/dev/sdx
- Plug the USB stick in the APU2C4.
- Next connect the null modem cable from the APU2C4 to the serial adaptor and to your pc
- Unplug the APU2C4 from power.
- Start screen to connect to the serial device:
screen /dev/ttyUSB0 115200 8N1
. Because the APU2C4 is disconnected from power you should see a blank screen. - Power up the APU2C4 and press F10.
- You should see now the bootloader and should be able to boot from USB.
- The installation setup is straight forward and should take approximately 5-10 minutes.
- After the installation pfSense asks you to reboot. Unplug the USB and answer
yes
.
pfSense is now successfully installed and you can access the web interface by connecting to the LAN port (just try-and-error) and login with admin
and pfsense
as password.
The nano-bsd and i386 images are deprecated and shouldn’t be used. Better replace your old ALIX with on the of the new APU2 ones :)