FireBrick 2700 Configuration run-through: Difference between revisions
Line 9: | Line 9: | ||
== Example XML Configuration == |
== Example XML Configuration == |
||
<pre |
<pre> |
||
<port name="PPPoE" ports="1"/> |
<port name="PPPoE" ports="1"/> |
||
<interface name="PPPoE" port="PPPoE"> |
<interface name="PPPoE" port="PPPoE"> |
Revision as of 19:45, 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
<port name="PPPoE" ports="1"/> <interface name="PPPoE" port="PPPoE"> <ppp username="a@a.1" password="secret" mtu="1492" graph="AAISP ADSL"/> </interface>