Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

FireBrick 2700 Configuration: Difference between revisions

m
WAN Interface - ra-client="true"
m (clean up, typos fixed: 350Mb/s → 350Mbit/s (2))
m (WAN Interface - ra-client="true")
WAN Interface for a single PPPoE session:
<syntaxhighlight>
<interface name="WAN" port="WAN" ra-client="falsetrue"/>
</syntaxhighlight>
WAN Interface for dual PPPoE sessions:
<syntaxhighlight>
<interface name="WAN1" port="WAN1" ra-client="falsetrue"/>
<interface name="WAN2" port="WAN2" ra-client="falsetrue"/>
</syntaxhighlight>
WAN Interface for triple PPPoE sessions:
<syntaxhighlight>
<interface name="WAN1" port="WAN1" ra-client="falsetrue"/>
<interface name="WAN2" port="WAN2" ra-client="falsetrue"/>
<interface name="WAN3" port="WAN3" ra-client="falsetrue"/>
</syntaxhighlight>
 
<dhcp name="DHCP" ip="10.0.0.1/24" lease="1:00:00"/>
</interface>
<interface name="WAN" port="WAN" ra-client="falsetrue"/>
<ppp name="AAISP" port="WAN" username="me@a.1" password="secret" graph="AAISP" log="default" nat="true"/>
<rule-set name="Firewall: LAN" target-interface="LAN" no-match-action="reject" comment="Default firewall rule for traffic to LAN">
editor
426

edits