Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

FireBrick How to: Upload Route Overrides: Difference between revisions

m
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
<indicator name="Howto">[[File:Menu-question.svg|link=:Category:FireBrick How to|30px|Back up to the FireBrick How to Category]]</indicator>
 
==Scenario==
You are bonding multiple lines up and down, but you want some particular device to only send traffic up a single line rather than bonding the upload. This is also assuming that you're using an AAISP (or similar) service where traffic to you is being bonded by the ISP over all the circuits.
*Add an (arbitrary) IP to the 'Routes' as this is what we'll use as the gateway in the override
 
e.g.:
eg:
 
<syntaxhighlight lang=xml>
This is where the routing logic happens. If the line is up then send traffic from the phone IP group to line 3
<syntaxhighlight lang=xml>
<route-override name="VoIP" profile="ADSL3" comment="Send VoIP up line 3">
<rule source-ip="phones" set-gateway="0.0.0.3" profile="ADSL3"/>
</route-override>
</syntaxhighlight>
 
 
[[Category:FireBrick_How_toFireBrick How to]]
autoreview, Bureaucrats, editor, Interface administrators, reviewer, Administrators
12,291

edits