The recommended way to install bonding. Download our custom ISO image with bonding and all necessary dependencies pre-installed.
There was an issue retrieving the ISOs. If this persists, please contact technical support.
No Debian 10 ISOs are available. Ask an administrator for a link to an ISO file or to enable the creation of ISO files for this space.
{{ iso.basename }}, size {{ iso.size | human_readable_filesize:1 }}, modified
These ISOs use a modified Debian 8 installer and ask several questions about how to install the operating system.
There was an issue retrieving the ISOs. If this persists, please contact technical support.
No legacy ISOs are available.
{{ iso.basename }}, size {{ iso.size | human_readable_filesize:1 }}, modified
{{ iso.basename }}, size {{ iso.size | human_readable_filesize:1 }}, modified
Image with node key (ZTP): use DHCP on eth0, configure everything, format disks and MBR, and install Bonding
Static IP (Aggregator): like above but ask for static network configuration
Node commands to use this repo:
CODENAME=$(lsb_release --codename --short) && \
SOURCES=$(wget https://{{ other_settings.server_name }}/sources/${CODENAME} -O - --no-check-certificate) && \
echo "${SOURCES}" > /etc/apt/sources.list
wget -q https://{{ other_settings.server_name }}/repos/{{ repository_version }}/public.gpg.key -O - --no-check-certificate | apt-key add -