FireBrick 2700 Configuration run-through: Difference between revisions

From AAISP Support Site
No edit summary
Line 8: Line 8:
<br>
<br>


== Example XML Configuration (section not complete)<br> ==
== Example XML Configuration ==
<pre
<pre>&lt;ppp name="Be ADSL" username="abc@a.1" password="def" mtu="1484" graph="Be ADSL PPPoE" Log="true"/&gt;
<port name="PPPoE" ports="1"/>
<interface name="PPPoE" port="PPPoE">
<ppp username="a@a.1" password="secret" mtu="1492" graph="AAISP ADSL"/>
</interface>
</pre>
</pre>

Revision as of 19:42, 30 December 2010

The FireBrick 2700 supports PPPoE - so you can use it to connect via a modem, eg a:

  • FTTC Modem
  • A standard issue AAISP ZyXEL P660-D1, in bridge mode
  • Another modem set for bridge mode
  • A modem such as a TP-Line or Draytek


Example XML Configuration


  <interface name="PPPoE" port="PPPoE">
     <ppp username="a@a.1" password="secret" mtu="1492" graph="AAISP ADSL"/>
  </interface>