FireBrick How to: Upload Route Overrides: Difference between revisions

We need to tell the FireBrick a couple 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 (arbitrary) IP to the 'Routes' as this is what we'll use as the gateway in the override
 
eg:
 
<ppp name="WAN3" port="WAN" username="example@a.3" password="secret" speed="300000" lcp-rate="1" lcp-timeout="10" routes="0.0.0.53" localpref="50" graph="Line 3" comment="Used for VOIP upload hence localpref and route"/>
 
===Route override===