Difference between revisions of "Firewall appliances"

From Blue-IT.org Wiki

(Download pfsense image)
(Soekris 5501)
Line 14: Line 14:
 
... and connect via [http://cutecom.sourceforge.net cutecom] (9600 baud) to the serial port of the firewall. Tip: cutecom is compatible to minicom, it reads the settings in /etc/minicom if this was installed and used before.
 
... and connect via [http://cutecom.sourceforge.net cutecom] (9600 baud) to the serial port of the firewall. Tip: cutecom is compatible to minicom, it reads the settings in /etc/minicom if this was installed and used before.
  
=== Download pfsense image ===
+
==== Download pfsense image ====
 
the AMD Geode processor needs an i386 nanobsd image. You should use "Searial" due to the fact, the Soekris has no VGA port! Download at:
 
the AMD Geode processor needs an i386 nanobsd image. You should use "Searial" due to the fact, the Soekris has no VGA port! Download at:
  
 
* https://www.pfsense.org/download/mirror.php?section=downloads
 
* https://www.pfsense.org/download/mirror.php?section=downloads
  
<gallery widths=600px heights=400px perrow=1>
+
<gallery widths=500px heights=300px perrow=1>
 
Image:Pfsense_download.png|Download i386 NanoBSD
 
Image:Pfsense_download.png|Download i386 NanoBSD
 
</gallery>
 
</gallery>
 +
 +
Then install the image to your CF disk:
 +
gunzip -c pfSense-2.2.2-RELEASE-2g-i386-nanobsd.img.gz | dd of=/dev/sdb bs=16k

Revision as of 22:55, 30 May 2015

Soekris 5501

Further reading:

After running pFsense since 3 years in a productive environment, I bought my ownSoekris 5501-60 hardware. A robust, fast and easy to maintain appliance.

For connecting via terminal I am using an USB-to-serial converter ...

> lsusb
0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC

... and connect via cutecom (9600 baud) to the serial port of the firewall. Tip: cutecom is compatible to minicom, it reads the settings in /etc/minicom if this was installed and used before.

Download pfsense image

the AMD Geode processor needs an i386 nanobsd image. You should use "Searial" due to the fact, the Soekris has no VGA port! Download at:

Then install the image to your CF disk:

gunzip -c pfSense-2.2.2-RELEASE-2g-i386-nanobsd.img.gz | dd of=/dev/sdb bs=16k