FireBrick 2700 Configuration: Difference between revisions
Appearance
Content deleted Content added
CrazyTeeka (talk | contribs) mNo edit summary |
CrazyTeeka (talk | contribs) mNo edit summary |
||
| Line 378: | Line 378: | ||
<port name="WAN" ports="4"/> |
<port name="WAN" ports="4"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
== |
==Ethernet Interface:== |
||
<syntaxhighlight> |
<syntaxhighlight> |
||
<interface name="LAN" port="LAN" ra-client="false"> |
<interface name="LAN" port="LAN" ra-client="false"> |
||
| Line 395: | Line 395: | ||
<syntaxhighlight> |
<syntaxhighlight> |
||
<ppp name="AAISP" port="WAN" username="me@a.1" password="secret" graph="AAISP" log="default" nat="false"/> |
<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> |
</syntaxhighlight> |
||