Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
network:internet_multiwan [2024/12/05 17:12] – [When to switch sides] systemnetwork:internet_multiwan [2024/12/06 03:40] (current) – [Anatomy of a multi-WAN profile] system
Line 28: Line 28:
 ===== Anatomy of a multi-WAN profile ===== ===== Anatomy of a multi-WAN profile =====
   *  A functional multi-WAN profile consists of the following:   *  A functional multi-WAN profile consists of the following:
-    * A name, which can be thought of as a find of folder, under which the interfaces are grouped. There is also a site-wide option that makes the multi-WAN profile available for all clouds in RADIUSdesk.+    * A name, which can be thought of as a kind of folder, under which the interfaces are grouped. There is also a site-wide option that makes the multi-WAN profile available for all clouds in RADIUSdesk.
     * One or more interfaces that are used for WAN access.     * One or more interfaces that are used for WAN access.
  
Line 62: Line 62:
  
 ------  ------ 
-====== Using Multi-WAN Profile ======+====== Application of multi-WAN profile ======
 ===== Applying a multi-WAN profile ===== ===== Applying a multi-WAN profile =====
  
-  * When you attach a device to a mesh or access point profile there is the option to select the type of Internet connection. +  * When you connect a device to a Mesh or Access Point profile, you have the option of selecting the type of Internet connection. 
-  * If you select the Multi-WAN option, another select control will show where you can select which multi-wan profile to apply. +  * If you select the Multi-WAN option, a further selection field is displayed in which you can select which Multi-WAN profile you want to apply. 
-  * Remember that the multi-wan profile and hardware has to be compatible. For instance you cant use a multi-WAN profile that has a LTE interface defined on hardware that does not have LTE capability.+  * Remember that the Multi-WAN profile and the hardware must be compatible. For example, you cannot use a Multi-WAN profile with an LTE interface on hardware that is not LTE-capable. 
    
 <panel type="primary"> <panel type="primary">
Line 74: Line 75:
  
 ===== Multi-WAN reporting ===== ===== Multi-WAN reporting =====
-  * Multi-WAN Internet connections are visually distinctive on the overviews of mesh nodes and APs.+  * Multi-WAN Internet connections are visually recognisable in the overviews of the mesh nodes and APs.
  <panel type="primary">  <panel type="primary">
 {{:network:multiwan:ap_multi_wan_internet.png?nolink|}} {{:network:multiwan:ap_multi_wan_internet.png?nolink|}}
 </panel> </panel>
-  * In the following screenshot we have an Access Point with a multi-WAN profile in failover mode.+  * In the following screenshot we have an access point with a multi-WAN profile in failover mode.
     * The WAN interface is active.     * The WAN interface is active.
-    * Traffic allocation is 100%+    * The traffic allocation is 100%
     * Two LTE interfaces are in the standby role.     * Two LTE interfaces are in the standby role.
-    * They are actively monitored and thus marked in blue as on standby. +    * They are actively monitored and are therefore marked in blue as being in standby mode
-    * The WiFi interface are not actively monitored but the interface itself is up.+    * The WiFi interface is not actively monitored but the interface itself is up.
  <panel type="primary">  <panel type="primary">
 {{:network:multiwan:active_standby.png?nolink|}} {{:network:multiwan:active_standby.png?nolink|}}
 </panel> </panel>
-  * Next we introduce a scenario which triggers a failover.+  * Nextwe introduce a scenario that triggers a failover.
 <code bash> <code bash>
-#We block ping packets on the host to which the access point is configured to send.+#We block ping packets from being sent on the host to which the access point is configured.
 #This will trigger  a failover  #This will trigger  a failover 
 sudo iptables -A INPUT -s 197.64.14.100 -p icmp --icmp-type echo-request -j DROP sudo iptables -A INPUT -s 197.64.14.100 -p icmp --icmp-type echo-request -j DROP
 #We remove the block  #We remove the block 
-#This result in fall back.+#This leads to fallback.
 sudo iptables -D INPUT -s 197.64.14.100 -p icmp --icmp-type echo-request -j DROP sudo iptables -D INPUT -s 197.64.14.100 -p icmp --icmp-type echo-request -j DROP
  
Line 101: Line 102:
 {{:network:multiwan:standby.png?nolink|}} {{:network:multiwan:standby.png?nolink|}}
 </panel> </panel>
-  * Ping block removed and active role link is restored.+  * Ping block is removed and the active role connection is restored.
  <panel type="primary">  <panel type="primary">
 {{:network:multiwan:recover.png?nolink|}} {{:network:multiwan:recover.png?nolink|}}
 </panel> </panel>
  
  • network/internet_multiwan.1733411550.txt.gz
  • Last modified: 2024/12/05 17:12
  • by system