FireBrick 2700 Configuration: Difference between revisions

mNo edit summary
mNo edit summary
<port name="WAN" ports="4"/>
</syntaxhighlight>
==LANEthernet Interface(s):==
<syntaxhighlight>
<interface name="LAN" port="LAN" ra-client="false">
<syntaxhighlight>
<ppp name="AAISP" port="WAN" username="me@a.1" password="secret" graph="AAISP" log="default" nat="false"/>
</syntaxhighlight>
==Firewall:==
<syntaxhighlight>
<rule-set name="Firewall: LAN" target-interface="LAN" no-match-action="reject" comment="Default firewall rule for traffic to LAN">
<rule name="Allow Firebrick" source-interface="self" comment="Allow all from the FireBrick to LAN"/>
</rule-set>
</syntaxhighlight>