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 run-through: Difference between revisions

Content deleted Content added
AA-Andrew (talk | contribs)
AA-Andrew (talk | contribs)
No edit summary
Line 8: Line 8:
<br>
<br>


== Example XML Configuration ==
== Example XML Configuration ==
<pre> &lt;port name="PPPoE" ports="1"/&gt;
<pre>
<port name="PPPoE" ports="1"/>
&lt;interface name="PPPoE" port="PPPoE"&gt;
&lt;ppp username="a@a.1" password="secret" mtu="1492" graph="AAISP ADSL"/&gt;
<interface name="PPPoE" port="PPPoE">
&lt;/interface&gt;
<ppp username="a@a.1" password="secret" mtu="1492" graph="AAISP ADSL"/>
</pre>
</interface>
Herewe are using the first ethernet port as the one connected to the modem... We had also set up the other 3 ports as the LAN. More details in the FireBrick documentation.<br>
</pre>