FireBrick How to: Upload Route Overrides: Difference between revisions

 
===PPP Changes===
We need to tell the FireBrick a coupelcouple of things regarding the config for Line three's PPP:
*Use the line as a lower priority (localpref) - that way all other traffic won't be using it
*Add an IP to the 'Routes' as this is what we'll use as the gateway in the override
 
 
<ppp name="WAN3" port="WAN" username="example@a.3" password="secret" speed="300000" lcp-rate="1" lcp-timeout="10" routes="0.0.0.5" localpref="50" graph="Line 3" comment="Used for VOIP upload hence localpref and route"/>
 
 
===Route override===