Template:Networking rut manual load balancing: Difference between revisions
Template:Networking rut manual load balancing (view source)
Revision as of 11:11, 24 October 2023
, 24 October 2023Text replacement - "\{\{Template: Networking_rutos_manual_fw_disclosure (.*) (.*) (.*) (.*) \}\}" to "{{Template: Networking_device_manual_fw_disclosure | series = {{{series}}} | name = {{{name}}} | fw_version ={{Template: Networking_device_manual_latest_fw | series = {{{series}}} | name = {{{name}}} }} }}"
(add rules section) |
Gytispieze (talk | contribs) m (Text replacement - "\{\{Template: Networking_rutos_manual_fw_disclosure (.*) (.*) (.*) (.*) \}\}" to "{{Template: Networking_device_manual_fw_disclosure | series = {{{series}}} | name = {{{name}}} | fw_version ={{Template: Networking_device_manual_latest_fw | series = {{{series}}} | name = {{{name}}} }} }}") Tags: Mobile edit Mobile web edit |
||
(18 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Template: Networking_device_manual_fw_disclosure | |||
| series = {{{series}}} | |||
| name = {{{name}}} | |||
| fw_version ={{Template: Networking_device_manual_latest_fw | |||
| series = {{{series}}} | |||
| name = {{{name}}} | |||
}} | |||
}} | |||
__TOC__ | |||
==Summary== | ==Summary== | ||
Load | <b>Load Balancing</b> provides the possibility create policies and rules that divide traffic between different interfaces. | ||
This chapter of the user manual provides an overview of the Load Balancing page for {{{name}}} devices. | |||
==Policies== | ==Policies== | ||
Line 13: | Line 24: | ||
[[Image:Network load balancing policies configuration v1.PNG|border|class=tlt-border]] | [[Image:Network load balancing policies configuration v1.PNG|border|class=tlt-border]] | ||
As you can see from the image above, the configuration is very simple. You can assign ratio values to WAN interfaces. The ratio values represent a percentage of load that will go through an interface. For example, in the default configuration 3 parts of traffic will go through the Mobile interface and 2 parts will go through the Wired interface, which means roughly 60% (3/5) of data will be transferred through Mobile, 40% (2/5) through Wired. If the ratios would be different, say Mobile: 5, Wired: 10, then 33% (5/15) of data would be transferred through Mobile, and 66% (10/15) would go through Wired. | As you can see from the image above, the configuration is very simple. You can assign | ||
ratio values to WAN interfaces. The ratio values represent a percentage of load that | |||
will go through an interface. For example, in the default configuration 3 parts of | |||
traffic will go through the Mobile interface and 2 parts will go through the Wired | |||
interface, which means roughly 60% (3/5) of data will be transferred through Mobile, | |||
40% (2/5) through Wired. If the ratios would be different, say Mobile: 5, Wired: 10, then | |||
33% (5/15) of data would be transferred through Mobile, and 66% (10/15) would go through Wired. | |||
==Rules== | ==Rules== | ||
The '''Rules''' section contains Load Balancing rules. One default rule named '''default_rule''' is already in place. You can edit this default rule or create a new custom rule. | The '''Rules''' section contains Load Balancing rules. One default rule named | ||
'''default_rule''' is already in place. You can edit this default rule or create a new custom rule. | |||
[[Image:Network load balancing rules.PNG|border|class=tlt-border]] | [[Image:Network load balancing rules.PNG|border|class=tlt-border]] | ||
Line 43: | Line 61: | ||
<tr> | <tr> | ||
<td>Destination address</td> | <td>Destination address</td> | ||
<td>ip; Default: ''' | <td>ip; Default: '''0.0.0.0/0'''</td> | ||
<td>Destination IP address. Can be specified in CIDR notation (eg "192.168.1.0/24" without quotes).</td> | <td>Destination IP address. Can be specified in CIDR notation (eg "192.168.1.0/24" without quotes).</td> | ||
</tr> | </tr> | ||
Line 63: | Line 81: | ||
</table> | </table> | ||
[[Category:{{{name}}} | [[Category:{{{name}}} Network section]] |