FireBrick 2700 Configuration run-through: Difference between revisions

</syntaxhighlight>
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.
 
== Set Ports 1 and 2 to be a switch ==
To make use of port 2, we can configure it to be another LAN1 port.
Our current port config is:
<syntaxhighlight>
<port name="LAN1" ports="1"/>
<port name="LAN2" ports="2"/>
<port name="WAN2" ports="3"/>
<port name="WAN1" ports="4"/>
</syntaxhighlight>
We can change this to make port 2 a LAN1 port:
<syntaxhighlight>
<port name="LAN1" ports="1 2"/>
<port name="WAN2" ports="3"/>
<port name="WAN1" ports="4"/>
</syntaxhighlight>
 
Now ports 1 and 2 act as a switch on the LAN interface.