FireBrick How to: Upload Route Overrides: Difference between revisions

m (clean up, typos fixed: eg: → e.g.:)
 
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>