FireBrick 2700 Configuration run-through: Difference between revisions

</syntaxhighlight>
By default the PPPoE will be used as the default route, saving this config should mean you have an internet connection!
 
==1500 MTU?==
The Default MTU is 1492 for PPPoE. However if your modem supports jumboframes, then you should be able to use a full 1500MTU on the PPPoE. For example, a BT supplied modem for FTTC does support this.
Config wise, just add mtu="1500"
eg:
<syntaxhighlight>
<ppp port="WAN1" username="abc@a.1" password="secret" comment="BT ADSL" graph="BT ADSL" log="true" mtu="1500"/>
</syntaxhighlight>
 
= Filters =