FireBrick 2700 Configuration run-through: Difference between revisions
Appearance
Content deleted Content added
| Line 243: | Line 243: | ||
eg: |
eg: |
||
<syntaxhighlight> |
|||
< |
<ppp port="WAN1" username="abc@a.1" password="secret" comment="BT ADSL" graph="BT ADSL" log="true" speed="1M"/> |
||
<ppp port="WAN2" username="abc@a.2" password="secret" comment="BT ADSL" graph="BT ADSL 2" log="true" speed="1M"/> |
|||
</syntaxhighlight> |
|||
</pre> |
|||
Since each PPP connection will give the FireBrick a default route, the FireBrick will use both, and upload traffic on each ppp connection up to the speed given. |
Since each PPP connection will give the FireBrick a default route, the FireBrick will use both, and upload traffic on each ppp connection up to the speed given. |
||