FireBrick 2700 Configuration: Difference between revisions

mNo edit summary
mNo edit summary
<interface name="WAN3" port="WAN3" ra-client="false"/>
</syntaxhighlight>
 
==PPPoE:==
Connect to AAISP over PPPoE session:
<syntaxhighlight>
<ppp name="AAISP" port="WAN" username="me@a.1" password="secret" graph="AAISP" log="default"/>
<syntaxhighlight>
Same as above with MTU 1500:
<syntaxhighlight>
<ppp name="AAISP" port="WAN" username="me@a.1" password="secret" mtu="1500" graph="AAISP" log="default"/>
<syntaxhighlight>
 
 
<port name="LAN" ports="1 2 3"/>
<port name="WAN" ports="4"/>
 
<interface name="LAN" port="LAN" ra-client="false">
<subnet ip="1.2.3.4/24 2001:8b0::1/64"/>
</interface>
 
<interface name="WAN" port="WAN" ra-client="false"/>
</syntaxhighlight>