Privacy settings
Decide which cookies you want to allow.You can change these settings at any time. However, this can result in some functions no longer being available. For information on deleting the cookies, please consult your browser’s help function.Learn more about the cookies we use.
With the slider, you can enable or disable different types of cookies:
This website will
- Remember which cookies group you accepted
This website won't
- Remember your login details
- Essential: Remember your cookie permission setting
- Essential: Allow session cookies
- Essential: Gather information you input into a contact forms newsletter and other forms across all pages
- Essential: Keep track of what you input in a shopping cart
- Essential: Authenticate that you are logged into your user account
- Essential: Remember language version you selected
- Functionality: Remember social media settings
- Functionality: Remember selected region and country
- Analytics: Keep track of your visited pages and interaction taken
- Analytics: Keep track about your location and region based on your IP number
- Analytics: Keep track of the time spent on each page
- Analytics: Increase the data quality of the statistics functions
- Advertising: Tailor information and advertising to your interests based on e.g. the content you have visited before. (Currently we do not use targeting or targeting cookies.
- Advertising: Gather personally identifiable information such as name and location
This website will
- Essential: Remember your cookie permission setting
- Essential: Allow session cookies
- Essential: Gather information you input into a contact forms newsletter and other forms across all pages
- Essential: Keep track of what you input in a shopping cart
- Essential: Authenticate that you are logged into your user account
- Essential: Remember language version you selected
This website won't
- Remember your login details
- Functionality: Remember social media settings
- Functionality: Remember selected region and country
- Analytics: Keep track of your visited pages and interaction taken
- Analytics: Keep track about your location and region based on your IP number
- Analytics: Keep track of the time spent on each page
- Analytics: Increase the data quality of the statistics functions
- Advertising: Tailor information and advertising to your interests based on e.g. the content you have visited before. (Currently we do not use targeting or targeting cookies.
- Advertising: Gather personally identifiable information such as name and location
This website will
- Essential: Remember your cookie permission setting
- Essential: Allow session cookies
- Essential: Gather information you input into a contact forms newsletter and other forms across all pages
- Essential: Keep track of what you input in a shopping cart
- Essential: Authenticate that you are logged into your user account
- Essential: Remember language version you selected
- Functionality: Remember social media settings
- Functionality: Remember selected region and country
This website won't
- Remember your login details
- Analytics: Keep track of your visited pages and interaction taken
- Analytics: Keep track about your location and region based on your IP number
- Analytics: Keep track of the time spent on each page
- Analytics: Increase the data quality of the statistics functions
- Advertising: Tailor information and advertising to your interests based on e.g. the content you have visited before. (Currently we do not use targeting or targeting cookies.
- Advertising: Gather personally identifiable information such as name and location
This website will
- Essential: Remember your cookie permission setting
- Essential: Allow session cookies
- Essential: Gather information you input into a contact forms newsletter and other forms across all pages
- Essential: Keep track of what you input in a shopping cart
- Essential: Authenticate that you are logged into your user account
- Essential: Remember language version you selected
- Functionality: Remember social media settings
- Functionality: Remember selected region and country
- Analytics: Keep track of your visited pages and interaction taken
- Analytics: Keep track about your location and region based on your IP number
- Analytics: Keep track of the time spent on each page
- Analytics: Increase the data quality of the statistics functions
This website won't
- Remember your login details
- Advertising: Tailor information and advertising to your interests based on e.g. the content you have visited before. (Currently we do not use targeting or targeting cookies.
- Advertising: Gather personally identifiable information such as name and location
This website will
- Essential: Remember your cookie permission setting
- Essential: Allow session cookies
- Essential: Gather information you input into a contact forms newsletter and other forms across all pages
- Essential: Keep track of what you input in a shopping cart
- Essential: Authenticate that you are logged into your user account
- Essential: Remember language version you selected
- Functionality: Remember social media settings
- Functionality: Remember selected region and country
- Analytics: Keep track of your visited pages and interaction taken
- Analytics: Keep track about your location and region based on your IP number
- Analytics: Keep track of the time spent on each page
- Analytics: Increase the data quality of the statistics functions
- Advertising: Tailor information and advertising to your interests based on e.g. the content you have visited before. (Currently we do not use targeting or targeting cookies.
- Advertising: Gather personally identifiable information such as name and location
This website won't
- Remember your login details
George says
Hi, thanks for this article.
Could you also tell if this is the same on Ubuntu 19.04 or somehow different?
Ahmet Bas says
If Ubuntu 19.04 is not using Netplan it should be quite the same. If it's using netplan you can try to use this article https://www.snel.com/support/how-to-set-up-lacp-bonding-on-ubuntu-18-04-with-netplan/.
George says
Thanks!
lane says
How do enp6s0 and enp7s0 get configured?
They have to have ip addresses for any of this to work, but you show nothing about that
Ahmet Bas says
The first and second interface get configured as followed:
auto enp6s0
iface enp6s0 inet manual
bond-master bond0
auto enp7s0
iface enp7s0 inet manual
bond-master bond0
Since we are making a bond we do not have to assign an IP address to a nic but to a bond. Does this answer your question?
sagar says
what is the difference
slaves eno1 eno2
bond-mode 4
bond-miimon 100
bond-lacp-rate 1
bond-slaves none
and
bond-mode 4
bond-miimon 100
bond-lacp-rate 1
bond-slaves eno1 eno2
thanks for the reply..
Keren says
Hi,
can I run some commands, instead of restart the server (step 7)?
Thanks!
Ahmet Bas says
What kind of commands do you want to run? We are performing the reboot in order to see if it's working with the new configuration.
Roland Giesler says
I see you're using
bond-mode 4
bond-miimon 100
bond-lacp-rate 1
bond-slaves none
However, I have found in numerous occasions that one has to use _ instead of –
bond_mode 4
bond_miimon 100
bond_lacp_rate 1
bond_slaves none
Do you know why this is? I have found examples of both the web…
Yavuz Aydin says
Hi Roland!
I have also seen both – and _ on different options in the /etc/networking/interfaces file. Unfortunately I don't know the reasoning behind this. The Debian Wiki mentions the use of bond-mode instead of bond_mode.