Install FreeBSD
In this example, the installation of FreeBSD 13.0 is performed
๐ Preparations
In your ZAP interface, select the desired ISO of FreeBSD and let the server boot with the ISO until it is in the setup process.
Navigation in the setup process is done with TAB, Space and Enter. TAB = switch between items, Space = highlight, Enter = confirm
โ The setup
When the ISO is successfully loaded, the server is in the setup process.
We start the installation by pressing Enter
Choose the keymap of your like and proceed with continue
Choose your desired hostname
You could choose optional systempackages which should be installed, after you're done proceed with OK
In this step you could create partitions, in this example we're using a RAID0. More informations about RAIDs are explained in our special guide.
You can proceed with Enter
if there are no changes
Since we've got a RAID0 we choose no redundandy
Mark your volume, with Space
and process by pressing Enter
We verify that all data will be erased
Your server is now processing the setup, this could take several minutes
๐ง Configuration
Please fillin your password and proceed by pressing Enter
Choose "No" at IPv4/IPv6 Configuration, this must be done in the end
Choose "Yes" and select your timezone and the date/time configurations
You could change the systems which will be automatically started on a server start
If necessary, you can modify the security settings
The setup is now done, choose "Exit" and confirm by pressing Enter
Remove the ISO-File in your iLO and choose "Reboot"
๐ป Network
To enable the network device, please login to your system using the password
Open loader.conf with a editor of your decision, as example ee /boot/loader.conf
and add the following line:
if_oce_load="YES"
You can leave the editor by pressing CTRL+C
and writing exit, after that please reboot your dedicated server
After the reboot, we need to modify the rc.conf as example by ee /etc/rc.conf
, add the following lines:
ifconfig_oce0="inet YourIP netmask 255.255.255.0"
defaultrouter="YourGateway"
YourIP is the IP address of your dedicated server, this is showed in your ZAP interface. At "defaultrouter" its required to fillin the default gateway, this is always your server ip with a .1 in the end, as example:
Server IP: 123.123.123.123
Subnetmask: 255.255.255.0
Gateway: 123.123.123.1
This should in example look like:
Leave the editor by pressing CTRL+C
and writing "exit" after that execute the command /etc/netstart
once
Your server should have an active internet connection now