userdoc:tt_wan_failover

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
Next revision Both sides next revision
userdoc:tt_wan_failover [2018/06/18 14:32]
abelbeck [Example: 4G/LTE Modem Failover]
userdoc:tt_wan_failover [2019/03/31 17:00]
mknill [PPPoE on Failover Interface]
Line 48: Line 48:
 The above network options define the "External Failover Interface" settings, just as the primary external interface is defined in the Network tab. The above network options define the "External Failover Interface" settings, just as the primary external interface is defined in the Network tab.
  
-!!Tip ->!! Any changes to these External Failover Interface settings will require a system reboot to be applied.+!!Note ->!! Any changes to these External Failover Interface settings will require a system reboot to be applied.
  
  
Line 113: Line 113:
 ===== PPPoE on Failover Interface ===== ===== PPPoE on Failover Interface =====
  
-AstLinux supports at most one instance of PPPoE internally, which can be defined for the primary external interface via the Network tab If instead, you want to use the only instance of PPPoE for the failover external interface, you need to manually define a few variables in the user.conf file.+AstLinux supports at most one instance of PPPoE internally, and when configured, it is always the Default Route destination. 
 +If you need to PPPoE for the failover external interface, your only options are to perform the PPPoE encapsulation on another device.
  
-In this example, PPPoE is configured on the Failover interface using the interface ''eth2''...+This can be achieved in two ways:
  
-  PPPOEUSER="user" +1) Terminating the WAN connection with a PPPoE capable router. In this scenario both Astlinux and the router will perform NAT which can be problematic for some traffic types such as voice. If voice traffic is being tunnelled through a VPN however, this should not be an issue. 
-  PPPOEPASS="pass" +2) Terminating the WAN connection with a PPPoE capable modem configured into half bridge mode. In this scenario, the modem authenticates via PPPoE but bridges the Public IP Address to the (should be single) connected client via DHCP. This may be a better solution as an extra NAT is not added to the network path.
-  PPPOEIF="eth2" +
-  EXT2IF="ppp0"+
  
-As an alternative, some PPPoE modems can be configured to perform the PPPoE functionality in the modem and offer an IP address via DHCP to the connected client.  In this setup an instance of PPPoE internally is not required.  This is a good solution if the modem can be configured in "bridge" mode that does not add an extra NAT to the network path. 
  
 ===== Example: 4G/LTE Modem Failover ===== ===== Example: 4G/LTE Modem Failover =====
  • userdoc/tt_wan_failover.txt
  • Last modified: 2021/01/19 13:15
  • by mkeuter