Skip to content

Installing FreeBSD step

toastedmail edited this page Nov 24, 2016 · 2 revisions

Prior to running . mail-toaster.sh && provision host
Do the following:

vim /etc/ssh/sshd_config change the Listen line from:
# ListenAddress 0.0.0.0
to
ListenAddress 1.2.3.4 (enter your server IP address)

save the file
:wq

Create interface lo1 ifconfig lo1 create

Type ifconfig and make sure you see lo1. It won't yet have an address. It will get an address later in the build of your sparkling brand new MT6

Now you can run . mail-toaster.sh && provision host

If you installed FreeBSD 10.3-RELEASE, provision host will modify kernel. I suggest you reboot and re-run the following:

sudo sh
sh mail-toaster.sh
. mail-toaster.sh && provision host
You can now continue with provision base

Clone this wiki locally