FireBrick How to: Upload Route Overrides: Difference between revisions
Appearance
Content deleted Content added
m clean up, typos fixed: eg: → e.g.: |
|||
| Line 38: | Line 38: | ||
This is where the routing logic happens. If the line is up then send traffic from the phone IP group to line 3 |
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> |
<syntaxhighlight lang=xml> |
||
<route-override name="VoIP |
<route-override name="VoIP" comment="Send VoIP up line 3"> |
||
<rule source-ip="phones" set-gateway="0.0.0.3"/> |
<rule source-ip="phones" set-gateway="0.0.0.3" profile="ADSL3"/> |
||
</route-override> |
</route-override> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||