Home » , , » pfsense restore configuration in cmd mode

pfsense restore configuration in cmd mode

Written By 1 on Thursday, May 31, 2012 | 5:27 AM

once in your shell, you have to remount the /cf partition as writeable

make a note of the permissions on /cf/conf/config.xml

mount -u /cf

Then copy in your config

scp <source> /cf/conf/config.xml

make sure your permissions are okay

Then reload the config

/etc/rc.reload_all start

0 Comment:

Post a Comment