Pfsense: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==FAQ== | |||
===No IPsec security associations.== | *[http://www.pfsense.org Homepage] | ||
= DOCS = | |||
== Installing pfsense == | |||
*[https://docs.netgate.com/pfsense/en/latest/ PfSense Documentation] | |||
*[http://www.howtoforge.com/how-to-configure-a-pfsense-2.0-cluster-using-carp http://www.howtoforge.com/how-to-configure-a-pfsense-2.0-cluster-using-carp] | |||
| |||
= FAQ = | |||
== help, i got locked out of pfsense! == | |||
== configuration file == | |||
(mostly) in /conf/config.xml, to edit(!!) use | |||
/etc/rc.conf_mount_rw | |||
== Mount the image on linux == | |||
(ufs support is ro here) | |||
mount -o loop,ro,ufstype=ufs2 -t ufs pfSense-1.2.2-Embedded.img /mnt/loop | |||
| |||
== No IPsec security associations. == | |||
Seems it's a matter of waiting for a bit. Could also mean keys mismatch | |||
== Installing packages on pfsense embedded == | |||
*[http://forum.pfsense.org/index.php?topic=12995.0#lastPost http://forum.pfsense.org/index.php?topic=12995.0#lastPost] |
Latest revision as of 11:44, 29 September 2021
DOCS
Installing pfsense
FAQ
help, i got locked out of pfsense!
configuration file
(mostly) in /conf/config.xml, to edit(!!) use
/etc/rc.conf_mount_rw
Mount the image on linux
(ufs support is ro here)
mount -o loop,ro,ufstype=ufs2 -t ufs pfSense-1.2.2-Embedded.img /mnt/loop
No IPsec security associations.
Seems it's a matter of waiting for a bit. Could also mean keys mismatch